Searched refs:empty_string (Results 1 – 12 of 12) sorted by relevance
/PHP-7.1/ext/standard/tests/strings/ |
H A D | strrpos_variation7.phpt | 16 $empty_string = <<<EOD 18 var_dump( strrpos($empty_string, "") ); 19 var_dump( strrpos($empty_string, "", 1) ); 20 var_dump( strrpos($empty_string, FALSE) ); 21 var_dump( strrpos($empty_string, NULL) );
|
H A D | stripos_variation7.phpt | 16 $empty_string = <<<EOD 18 var_dump( stripos($empty_string, "") ); 19 var_dump( stripos($empty_string, "", 1) ); 20 var_dump( stripos($empty_string, FALSE) ); 21 var_dump( stripos($empty_string, NULL) );
|
H A D | strncasecmp_variation9.phpt | 55 $empty_string = <<<EOD 65 $empty_string
|
H A D | htmlspecialchars_decode_variation3.phpt | 17 $empty_string = <<<EOT 56 $empty_string,
|
/PHP-7.1/ext/json/tests/ |
H A D | pass001.1.phpt | 51 \"empty_string\": \"\", 139 "empty_string": "", 241 ["empty_string"]=> 422 ["empty_string"]=> 534 …30ec\u30b9\u30ad\u30c3\u30c8":"\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8","empty_string":"","true":true… 536 …30ec\u30b9\u30ad\u30c3\u30c8":"\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8","empty_string":"","true":true… 607 ["empty_string"]=> 788 ["empty_string"]=>
|
H A D | pass001.1_64bit.phpt | 51 \"empty_string\": \"\", 139 "empty_string": "", 241 ["empty_string"]=> 422 ["empty_string"]=> 534 …30ec\u30b9\u30ad\u30c3\u30c8":"\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8","empty_string":"","true":true… 536 …30ec\u30b9\u30ad\u30c3\u30c8":"\u30d7\u30ec\u30b9\u30ad\u30c3\u30c8","empty_string":"","true":true… 607 ["empty_string"]=> 788 ["empty_string"]=>
|
/PHP-7.1/ext/standard/tests/array/ |
H A D | array_unshift_variation9.phpt | 19 $empty_string = <<<EOT 62 $empty_string,
|
/PHP-7.1/Zend/ |
H A D | zend_globals.h | 115 zend_string *empty_string; member
|
H A D | zend_string.c | 96 CG(empty_string) = zend_new_interned_string_int(str); in zend_interned_strings_init()
|
H A D | zend_string.h | 59 #define ZSTR_EMPTY_ALLOC() CG(empty_string) in END_EXTERN_C()
|
H A D | zend.c | 516 compiler_globals->empty_string = zend_zts_interned_string_init("", sizeof("")-1); in compiler_globals_ctor() 546 zend_zts_interned_string_free(&compiler_globals->empty_string); in compiler_globals_dtor()
|
/PHP-7.1/ext/opcache/ |
H A D | ZendAccelerator.c | 524 CG(empty_string) = accel_new_interned_string(CG(empty_string)); in accel_use_shm_interned_strings()
|
Completed in 73 milliseconds