--TEST-- Zend: Test compile string --EXTENSIONS-- zend_test --FILE-- getMessage(), PHP_EOL; } zend_test_compile_string(null, null, null); $source_string = << --EXPECTF-- string(3) "php" #!/path/to/php string(3) "php" string(3) "php" string(3) "php" zend_test_compile_string(): Argument #2 ($filename) must not contain any null bytes Deprecated: zend_test_compile_string(): Passing null to parameter #1 ($source_string) of type string is deprecated in %s on line %d Deprecated: zend_test_compile_string(): Passing null to parameter #2 ($filename) of type string is deprecated in %s on line %d Deprecated: zend_test_compile_string(): Passing null to parameter #3 ($position) of type int is deprecated in %s on line %d Parse error: syntax error, unexpected token "<", expecting end of file in Source string on line 1