Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Dstreamsfuncs.c449 bool maxlen_is_null = 1; in PHP_FUNCTION() local
455 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
459 if (maxlen_is_null) { in PHP_FUNCTION()
502 bool maxlen_is_null = 1; in PHP_FUNCTION() local
510 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
514 if (maxlen_is_null) { in PHP_FUNCTION()
H A Dfile.c402 bool maxlen_is_null = 1; in PHP_FUNCTION() local
414 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
417 if (maxlen_is_null) { in PHP_FUNCTION()
1010 bool maxlen_is_null = 1; in PHP_FUNCTION() local
1017 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION()
1020 if (maxlen_is_null) { in PHP_FUNCTION()
/PHP-8.3/ext/phar/
H A Dfunc_interceptors.c166 bool maxlen_is_null = 1; in PHAR_FUNC() local
179 …|br!ll!", &filename, &use_include_path, &zcontext, &offset, &maxlen, &maxlen_is_null) == FAILURE) { in PHAR_FUNC()
183 if (maxlen_is_null) { in PHAR_FUNC()

Completed in 17 milliseconds