Home
last modified time | relevance | path

Searched refs:file_count (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/Zend/
H A Dzend.c1548 ZEND_API int zend_execute_scripts(int type, zval *retval, int file_count, ...) /* {{{ */ in zend_execute_scripts() argument
1555 va_start(files, file_count); in zend_execute_scripts()
1556 for (i = 0; i < file_count; i++) { in zend_execute_scripts()
H A Dzend_compile.h784 ZEND_API int zend_execute_scripts(int type, zval *retval, int file_count, ...);

Completed in 18 milliseconds