Searched refs:maxlen_is_null (Results 1 – 3 of 3) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | streamsfuncs.c | 434 zend_bool maxlen_is_null = 1; in PHP_FUNCTION() local 440 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION() 444 if (maxlen_is_null) { in PHP_FUNCTION() 487 zend_bool maxlen_is_null = 1; in PHP_FUNCTION() local 495 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION() 499 if (maxlen_is_null) { in PHP_FUNCTION()
|
H A D | file.c | 530 zend_bool maxlen_is_null = 1; in PHP_FUNCTION() local 542 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION() 545 if (maxlen_is_null) { in PHP_FUNCTION() 1136 zend_bool maxlen_is_null = 1; in PHP_FUNCTION() local 1143 Z_PARAM_LONG_OR_NULL(maxlen, maxlen_is_null) in PHP_FUNCTION() 1146 if (maxlen_is_null) { in PHP_FUNCTION()
|
/PHP-8.0/ext/phar/ |
H A D | func_interceptors.c | 101 zend_bool maxlen_is_null = 1; in PHAR_FUNC() local 114 …name, &filename_len, &use_include_path, &zcontext, &offset, &maxlen, &maxlen_is_null) == FAILURE) { in PHAR_FUNC() 118 if (maxlen_is_null) { in PHAR_FUNC() 143 if (!maxlen_is_null && maxlen < 0) { in PHAR_FUNC()
|
Completed in 27 milliseconds