Home
last modified time | relevance | path

Searched refs:zend_create_unterminated_string (Results 1 – 6 of 6) sorted by relevance

/PHP-8.0/ext/standard/tests/strings/
H A Dstrcmp_unterminated.phpt5 if (!function_exists('zend_create_unterminated_string')) die('skip zend_test extension not availabl…
9 $a = zend_create_unterminated_string('333');
10 $b = zend_create_unterminated_string('333 ');
/PHP-8.0/Zend/tests/
H A Darginfo_zpp_mismatch.inc10 || $function === 'zend_create_unterminated_string'
/PHP-8.0/ext/zend_test/
H A Dtest.stub.php45 function zend_create_unterminated_string(string $str): string {} function
H A Dtest_arginfo.h96 static ZEND_FUNCTION(zend_create_unterminated_string);
126 ZEND_FE(zend_create_unterminated_string, arginfo_zend_create_unterminated_string)
H A Dtest.c101 static ZEND_FUNCTION(zend_create_unterminated_string) in ZEND_FUNCTION() argument
/PHP-8.0/ext/standard/tests/url/
H A Dparse_url_unterminated.phpt5 if (!function_exists('zend_create_unterminated_string')) die('skip ext/test required');
18 $str = zend_create_unterminated_string($url);

Completed in 15 milliseconds