Home
last modified time | relevance | path

Searched refs:maxlen_is_null (Results 1 – 3 of 3) sorted by relevance

/php-src/ext/standard/
H A Dstreamsfuncs.c446 bool maxlen_is_null = 1; in PHP_FUNCTION() local
452 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
456 if (maxlen_is_null) { in PHP_FUNCTION()
499 bool maxlen_is_null = 1; in PHP_FUNCTION() local
507 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
511 if (maxlen_is_null) { in PHP_FUNCTION()
H A Dfile.c390 bool maxlen_is_null = 1; in PHP_FUNCTION() local
402 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
405 if (maxlen_is_null) { in PHP_FUNCTION()
998 bool maxlen_is_null = 1; in PHP_FUNCTION() local
1005 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
1008 if (maxlen_is_null) { in PHP_FUNCTION()
/php-src/ext/phar/
H A Dfunc_interceptors.c165 bool maxlen_is_null = 1; in PHP_FUNCTION() local
178 …|br!ll!", &filename, &use_include_path, &zcontext, &offset, &maxlen, &maxlen_is_null) == FAILURE) { in PHP_FUNCTION()
182 if (maxlen_is_null) { in PHP_FUNCTION()

Completed in 18 milliseconds