Home
last modified time | relevance | path

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

/PHP-5.5/ext/readline/
H A Dreadline_cli.c596 zend_file_handle *prepend_file_p; in readline_shell_run() local
603 prepend_file_p = &prepend_file; in readline_shell_run()
605 zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p); in readline_shell_run()
/PHP-5.5/main/
H A Dmain.c2429 zend_file_handle *prepend_file_p, *append_file_p; in php_execute_script() local
2490 prepend_file_p = &prepend_file; in php_execute_script()
2492 prepend_file_p = NULL; in php_execute_script()
2516 if (CG(start_lineno) && prepend_file_p) { in php_execute_script()
2520 if (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p) == SUCCESS) { 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()

Completed in 24 milliseconds