Searched refs:maxlen_is_null (Results 1 – 3 of 3) sorted by relevance
/php-src/ext/standard/ |
H A D | streamsfuncs.c | 446 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 D | file.c | 390 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 D | func_interceptors.c | 165 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 27 milliseconds