Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dfile.c892 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 Dstring.c215 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 Diconv.c1829 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 Dmbstring.c2314 bool len_is_null = true; in PHP_FUNCTION() local
2320 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
2330 if (from < 0 || (!len_is_null && len < 0)) { in PHP_FUNCTION()
2346 if (len_is_null) { in PHP_FUNCTION()
2366 bool len_is_null = 1; in PHP_FUNCTION() local
2373 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
2383 if (len_is_null) { in PHP_FUNCTION()

Completed in 43 milliseconds