Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend.c1919 ZEND_API zend_result zend_execute_scripts(int type, zval *retval, int file_count, ...) /* {{{ */ in zend_execute_scripts() argument
1926 va_start(files, file_count); in zend_execute_scripts()
1927 for (i = 0; i < file_count; i++) { in zend_execute_scripts()
H A Dzend_compile.h879 ZEND_API zend_result zend_execute_scripts(int type, zval *retval, int file_count, ...);

Completed in 26 milliseconds