ZEND_REQUIRE 1435 Zend/zend.c } else if (type==ZEND_REQUIRE) { ZEND_REQUIRE 1210 Zend/zend_ast.c case ZEND_REQUIRE: FUNC_OP("require"); ZEND_REQUIRE 2424 Zend/zend_builtin_functions.c case ZEND_REQUIRE: ZEND_REQUIRE 2652 Zend/zend_builtin_functions.c case ZEND_REQUIRE: ZEND_REQUIRE 1255 Zend/zend_language_parser.y { $$ = zend_ast_create_ex(ZEND_AST_INCLUDE_OR_EVAL, ZEND_REQUIRE, $2); } ZEND_REQUIRE 581 Zend/zend_language_scanner.c if (type==ZEND_REQUIRE) { ZEND_REQUIRE 5435 Zend/zend_vm_def.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); ZEND_REQUIRE 5452 Zend/zend_vm_def.h case ZEND_REQUIRE: ZEND_REQUIRE 3626 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); ZEND_REQUIRE 3643 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 29197 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); ZEND_REQUIRE 29214 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 40679 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE)); ZEND_REQUIRE 40696 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 1421 ext/opcache/ZendAccelerator.c if (type == ZEND_REQUIRE) { ZEND_REQUIRE 1564 ext/opcache/ZendAccelerator.c if (type == ZEND_REQUIRE) { ZEND_REQUIRE 1680 ext/opcache/ZendAccelerator.c if (type == ZEND_REQUIRE) { ZEND_REQUIRE 259 ext/phar/phar_object.c new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); ZEND_REQUIRE 602 ext/readline/readline_cli.c zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p); ZEND_REQUIRE 281 ext/spl/php_spl.c new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE); ZEND_REQUIRE 766 main/main.c case ZEND_REQUIRE: ZEND_REQUIRE 2482 main/main.c if (zend_execute_scripts(ZEND_REQUIRE, NULL, 1, prepend_file_p) == SUCCESS) { ZEND_REQUIRE 2484 main/main.c retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 2, primary_file, append_file_p) == SUCCESS); ZEND_REQUIRE 2487 main/main.c retval = (zend_execute_scripts(ZEND_REQUIRE, NULL, 3, prepend_file_p, primary_file, append_file_p) == SUCCESS); ZEND_REQUIRE 2537 main/main.c zend_execute_scripts(ZEND_REQUIRE, ret, 1, primary_file); ZEND_REQUIRE 2068 sapi/cli/php_cli_server.c if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE, &retval, 1, &zfd)) {