wrong reason
PHP7.3 version causes
Solution:
1. Change the PHP version
2. Change continue to break
wrong reason
PHP7.3 version causes
Solution:
1. Change the PHP version
2. Change continue to break
wrong reason
PHP7.3 version impact
Solution
1. Change the PHP version
2.
$nullOffset = strpos($url, 0x00 ); // before replacement $nullOffset = strpos($url, chr( 0x00 )); // after replacement