Home
last modified time | relevance | path

Searched refs:zend_execute_scripts (Results 1 – 8 of 8) sorted by relevance

/PHP-5.5/main/
H A Dmain.c2520 if (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p) == SUCCESS) { in php_execute_script()
2522 …retval = (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 2, primary_file, append_file_p) == SU… in php_execute_script()
2525 …retval = (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 3, prepend_file_p, primary_file, appe… in php_execute_script()
2569 zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, ret, 1, primary_file); in php_execute_simple_script()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c605 zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p); in readline_shell_run()
/PHP-5.5/sapi/apache2handler/
H A Dsapi_apache2.c669 zend_execute_scripts(ZEND_INCLUDE TSRMLS_CC, NULL, 1, &zfd); in php_handler()
/PHP-5.5/sapi/apache/
H A Dmod_php5.c610 zend_execute_scripts(ZEND_INCLUDE TSRMLS_CC, NULL, 1, &fh); in send_php()
/PHP-5.5/Zend/
H A Dzend_compile.h658 ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_count, ...);
H A Dzend.c1295 ZEND_API int zend_execute_scripts(int type TSRMLS_DC, zval **retval, int file_count, ...) /* {{{ */ in zend_execute_scripts() function
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c659 zend_execute_scripts(ZEND_INCLUDE TSRMLS_CC, NULL, 1, &fh); in send_php()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c2141 if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, &retval, 1, &zfd)) { in php_cli_server_dispatch_router()

Completed in 62 milliseconds