Home
last modified time | relevance | path

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

12

/php-src/ext/standard/
H A Dhttp_fopen_wrapper.c800 size_t parsed = ZEND_STRTOUL(ptr, &endptr, 10); in php_stream_url_wrap_http_ex() local
804 file_size = MIN(parsed, ZEND_LONG_MAX); in php_stream_url_wrap_http_ex()
/php-src/ext/date/lib/
H A Dtimelib.h573 void timelib_fill_holes(timelib_time *parsed, timelib_time *now, int options);
/php-src/Zend/tests/
H A Dbug60771.phpt2 test of larger than 8kb text file being parsed by require statement
/php-src/ext/spl/
H A Dspl_directory.c683 zend_result parsed; in spl_filesystem_object_construct() local
689 parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "P|l", &path, &flags); in spl_filesystem_object_construct()
692 parsed = zend_parse_parameters(ZEND_NUM_ARGS(), "P", &path); in spl_filesystem_object_construct()
694 if (parsed == FAILURE) { in spl_filesystem_object_construct()
/php-src/ext/pdo/
H A Dpdo_sql_parser.re95 …* as a single "?" would have been parsed as placeholder, due to the lack of support for dollar quo…
/php-src/ext/fileinfo/
H A Dlibmagic.patch376 ms->flags |= MAGIC_CHECK; /* Enable checks for parsed files */

Completed in 40 milliseconds

12