Home
last modified time | relevance | path

Searched refs:zend_test_compile_string (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/zend_test/tests/
H A Dzend_test_compile_string.phpt18 zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AT_SHEBANG);
26 zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AT_OPEN_TAG);
33 zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AT_OPEN_TAG);
39 zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AFTER_OPEN_TAG);
46 zend_test_compile_string($source_string, 'Source string', ZEND_COMPILE_POSITION_AFTER_OPEN_TAG);
/php-src/ext/zend_test/
H A Dtest.stub.php197 … function zend_test_compile_string(string $source_string, string $filename, int $position): void {} function
H A Dtest_arginfo.h232 static ZEND_FUNCTION(zend_test_compile_string);
310 ZEND_FE(zend_test_compile_string, arginfo_zend_test_compile_string)
H A Dtest.c236 static ZEND_FUNCTION(zend_test_compile_string) in ZEND_FUNCTION() argument

Completed in 21 milliseconds