Home
last modified time | relevance | path

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

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

Completed in 18 milliseconds