Home
last modified time | relevance | path

Searched refs:parsed (Results 26 – 31 of 31) sorted by relevance

12

/PHP-8.2/ext/standard/
H A Dhttp_fopen_wrapper.c799 size_t parsed = ZEND_STRTOUL(ptr, &endptr, 10); in php_stream_url_wrap_http_ex() local
803 file_size = MIN(parsed, ZEND_LONG_MAX); in php_stream_url_wrap_http_ex()
/PHP-8.2/ext/date/lib/
H A Dtimelib.h573 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
/PHP-8.2/Zend/tests/
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement
/PHP-8.2/ext/spl/
H A Dspl_directory.c730 zend_result parsed; in spl_filesystem_object_construct() local
736 parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "P|l", &path, &flags); in spl_filesystem_object_construct()
739 parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "P", &path); in spl_filesystem_object_construct()
741 if (parsed == FAILURE) { in spl_filesystem_object_construct()
/PHP-8.2/
H A DUPGRADING288 PHP_INT_MAX, than can not be parsed by ini_parse_quantity().
/PHP-8.2/ext/fileinfo/
H A Dlibmagic.patch433 ms->flags |= MAGIC_CHECK; /* Enable checks for parsed files */

Completed in 35 milliseconds

12