Searched refs:len_is_null (Results 1 – 4 of 4) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | file.c | 892 bool len_is_null = 1; in PHP_FUNCTION() local 901 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION() 906 if (len_is_null) { in PHP_FUNCTION() 1845 bool len_is_null = 1; in PHP_FUNCTION() local 1856 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION() 1896 if (len_is_null || len == 0) { in PHP_FUNCTION()
|
H A D | string.c | 215 bool len_is_null = 1; in php_spn_common_handler() local 222 Z_PARAM_LONG_OR_NULL(len, len_is_null) in php_spn_common_handler() 236 if (!len_is_null) { in php_spn_common_handler() 2044 bool len_is_null = 1; local 2050 Z_PARAM_LONG_OR_NULL(l, len_is_null) 2066 if (!len_is_null) { 2100 bool len_is_null = 1; local 2112 Z_PARAM_ARRAY_HT_OR_LONG_OR_NULL(len_ht, len_long, len_is_null) 2115 if (len_is_null) { 2292 } else if (!len_is_null) {
|
/PHP-8.3/ext/iconv/ |
H A D | iconv.c | 1829 bool len_is_null = 1; in PHP_FUNCTION() local 1836 &str, &offset, &length, &len_is_null, in PHP_FUNCTION() 1848 if (len_is_null) { in PHP_FUNCTION()
|
/PHP-8.3/ext/mbstring/ |
H A D | mbstring.c | 2314 bool len_is_null = true; in PHP_FUNCTION() local 2320 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION() 2329 if (!len_is_null && len == ZEND_LONG_MIN) { in PHP_FUNCTION() 2340 if (from < 0 || (!len_is_null && len < 0)) { in PHP_FUNCTION() 2356 if (len_is_null) { in PHP_FUNCTION() 2376 bool len_is_null = 1; in PHP_FUNCTION() local 2383 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION() 2393 if (len_is_null) { in PHP_FUNCTION()
|
Completed in 44 milliseconds