Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dfile.c888 bool len_is_null = 1; in PHP_FUNCTION() local
897 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
902 if (len_is_null) { in PHP_FUNCTION()
1839 bool len_is_null = 1; in PHP_FUNCTION() local
1850 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
1890 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()
2281 if (!len_is_null) {
2310 bool len_is_null = 1; local
2316 Z_PARAM_LONG_OR_NULL(l, len_is_null)
2343 bool len_is_null; variable
2347 Z_FLF_PARAM_LONG_OR_NULL(3, len_is_null, l);
2364 bool len_is_null = 1; local
2379 if (len_is_null) {
[all …]
/php-src/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-src/ext/mbstring/
H A Dmbstring.c2313 bool len_is_null = true; in PHP_FUNCTION() local
2319 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
2329 if (from < 0 || (!len_is_null && len < 0)) { in PHP_FUNCTION()
2345 if (len_is_null) { in PHP_FUNCTION()
2365 bool len_is_null = true; in PHP_FUNCTION() local
2372 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
2384 if (len_is_null) { in PHP_FUNCTION()

Completed in 61 milliseconds