Home
last modified time | relevance | path

Searched refs:ZEND_REQUIRE (Results 1 – 15 of 15) sorted by relevance

/PHP-7.0/main/
H A Dmain.c791 case ZEND_REQUIRE: in php_verror()
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 Dreadline_cli.c603 zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p); in readline_shell_run()
/PHP-7.0/ext/opcache/
H A DZendAccelerator.c1469 if (type == ZEND_REQUIRE) { in opcache_compile_file()
1612 if (type == ZEND_REQUIRE) { in file_cache_compile_file()
1731 if (type == ZEND_REQUIRE) { in persistent_compile_file()
1787 if (type == ZEND_REQUIRE) { in persistent_compile_file()
/PHP-7.0/Zend/
H A Dzend_compile.h855 #define ZEND_REQUIRE (1<<3) macro
H A Dzend_builtin_functions.c2428 case ZEND_REQUIRE: in ZEND_FUNCTION()
2663 case ZEND_REQUIRE: in zend_fetch_debug_backtrace()
H A Dzend_language_parser.y1255 { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, $2); }
H A Dzend.c1453 } else if (type==ZEND_REQUIRE) { in zend_execute_scripts()
H A Dzend_language_scanner.l579 if (type==ZEND_REQUIRE) { in END_EXTERN_C()
H A Dzend_ast.c1263 case ZEND_REQUIRE: FUNC_OP("require"); in zend_ast_export_ex()
H A Dzend_vm_def.h5468 …_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE));
5485 case ZEND_REQUIRE:
H A Dzend_language_scanner.c581 if (type==ZEND_REQUIRE) { in END_EXTERN_C()
H A Dzend_vm_execute.h3641 …_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE));
3658 case ZEND_REQUIRE:
29500 …_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE));
29517 case ZEND_REQUIRE:
41112 …_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE));
41129 case ZEND_REQUIRE:
/PHP-7.0/ext/spl/
H A Dphp_spl.c281 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in spl_autoload()
/PHP-7.0/sapi/cli/
H A Dphp_cli_server.c2122 if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE, &retval, 1, &zfd)) { in php_cli_server_dispatch_router()
/PHP-7.0/ext/phar/
H A Dphar_object.c259 new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); in phar_file_action()

Completed in 240 milliseconds