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.c880 bool len_is_null = 1; in PHP_FUNCTION() local
889 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
894 if (len_is_null) { in PHP_FUNCTION()
1815 bool len_is_null = 1; in PHP_FUNCTION() local
1825 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
1857 if (len_is_null || len == 0) { in PHP_FUNCTION()
H A Dstring.c214 bool len_is_null = 1; in php_spn_common_handler() local
221 Z_PARAM_LONG_OR_NULL(len, len_is_null) in php_spn_common_handler()
235 if (!len_is_null) { in php_spn_common_handler()
2249 if (!len_is_null) {
2278 bool len_is_null = 1; local
2284 Z_PARAM_LONG_OR_NULL(l, len_is_null)
2311 bool len_is_null; variable
2315 Z_FLF_PARAM_LONG_OR_NULL(3, len_is_null, l);
2332 bool len_is_null = 1; local
2347 if (len_is_null) {
[all …]
/php-src/ext/iconv/
H A Diconv.c1828 bool len_is_null = 1; in PHP_FUNCTION() local
1835 &str, &offset, &length, &len_is_null, in PHP_FUNCTION()
1847 if (len_is_null) { in PHP_FUNCTION()
/php-src/ext/mbstring/
H A Dmbstring.c2319 bool len_is_null = true; in PHP_FUNCTION() local
2325 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
2334 if (!len_is_null && len == ZEND_LONG_MIN) { in PHP_FUNCTION()
2345 if (from < 0 || (!len_is_null && len < 0)) { in PHP_FUNCTION()
2361 if (len_is_null) { in PHP_FUNCTION()
2381 bool len_is_null = true; in PHP_FUNCTION() local
2388 Z_PARAM_LONG_OR_NULL(len, len_is_null) in PHP_FUNCTION()
2400 if (len_is_null) { in PHP_FUNCTION()

Completed in 45 milliseconds