Home
last modified time | relevance | path

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

/PHP-8.2/ext/standard/tests/strings/
H A Dstrcmp_unterminated.phpt7 $a = zend_create_unterminated_string('333');
8 $b = zend_create_unterminated_string('333 ');
/PHP-8.2/Zend/tests/
H A Darginfo_zpp_mismatch.inc10 || $function === 'zend_create_unterminated_string'
/PHP-8.2/ext/zend_test/
H A Dtest.stub.php144 function zend_create_unterminated_string(string $str): string {} function
H A Dtest_arginfo.h214 static ZEND_FUNCTION(zend_create_unterminated_string);
280 ZEND_FE(zend_create_unterminated_string, arginfo_zend_create_unterminated_string)
H A Dtest.c119 static ZEND_FUNCTION(zend_create_unterminated_string) in ZEND_FUNCTION() argument
/PHP-8.2/ext/standard/tests/url/
H A Dparse_url_unterminated.phpt16 $str = zend_create_unterminated_string($url);

Completed in 14 milliseconds