Searched refs:zend_execute_scripts (Results 1 – 6 of 6) sorted by relevance
/PHP-7.0/main/ |
H A D | main.c | 2511 if (zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p) == SUCCESS) { in php_execute_script() 2513 retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 2, primary_file, append_file_p) == SUCCESS); in php_execute_script() 2516 …retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 3, prepend_file_p, primary_file, append_file_p)… in php_execute_script() 2566 zend_execute_scripts(ZEND_REQUIRE, ret, 1, primary_file); in php_execute_simple_script()
|
/PHP-7.0/ext/readline/ |
H A D | readline_cli.c | 603 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p); in readline_shell_run()
|
/PHP-7.0/sapi/apache2handler/ |
H A D | sapi_apache2.c | 680 zend_execute_scripts(ZEND_INCLUDE, NULL, 1, &zfd); in php_handler()
|
/PHP-7.0/Zend/ |
H A D | zend_compile.h | 729 ZEND_API int zend_execute_scripts(int type, zval *retval, int file_count, ...);
|
H A D | zend.c | 1425 ZEND_API int zend_execute_scripts(int type, zval *retval, int file_count, ...) /* {{{ */ in zend_execute_scripts() function
|
/PHP-7.0/sapi/cli/ |
H A D | php_cli_server.c | 2122 if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE, &retval, 1, &zfd)) { in php_cli_server_dispatch_router()
|
Completed in 35 milliseconds