ZEND_REQUIRE 1370 Zend/zend.c } else if (type==ZEND_REQUIRE) { ZEND_REQUIRE 2172 Zend/zend_builtin_functions.c case ZEND_REQUIRE: ZEND_REQUIRE 2364 Zend/zend_builtin_functions.c case ZEND_REQUIRE: ZEND_REQUIRE 1272 Zend/zend_language_parser.y | T_REQUIRE expr { zend_do_include_or_eval(ZEND_REQUIRE, &$$, &$2 TSRMLS_CC); } ZEND_REQUIRE 575 Zend/zend_language_scanner.c if (type==ZEND_REQUIRE) { ZEND_REQUIRE 3993 Zend/zend_vm_def.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC); ZEND_REQUIRE 4012 Zend/zend_vm_def.h case ZEND_REQUIRE: ZEND_REQUIRE 2968 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC); ZEND_REQUIRE 2987 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 8334 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC); ZEND_REQUIRE 8353 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 13703 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC); ZEND_REQUIRE 13722 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 31372 Zend/zend_vm_execute.h new_op_array = zend_compile_file(&file_handle, (opline->extended_value==ZEND_INCLUDE_ONCE?ZEND_INCLUDE:ZEND_REQUIRE) TSRMLS_CC); ZEND_REQUIRE 31391 Zend/zend_vm_execute.h case ZEND_REQUIRE: ZEND_REQUIRE 1314 ext/opcache/ZendAccelerator.c if (type == ZEND_REQUIRE) { ZEND_REQUIRE 1534 ext/opcache/ZendAccelerator.c if (type == ZEND_REQUIRE) { ZEND_REQUIRE 277 ext/phar/phar_object.c new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC); ZEND_REQUIRE 609 ext/readline/readline_cli.c zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p); ZEND_REQUIRE 283 ext/spl/php_spl.c new_op_array = zend_compile_file(&file_handle, ZEND_REQUIRE TSRMLS_CC); ZEND_REQUIRE 829 main/main.c case ZEND_REQUIRE: ZEND_REQUIRE 2608 main/main.c if (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 1, prepend_file_p) == SUCCESS) { ZEND_REQUIRE 2610 main/main.c retval = (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 2, primary_file, append_file_p) == SUCCESS); ZEND_REQUIRE 2613 main/main.c retval = (zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, NULL, 3, prepend_file_p, primary_file, append_file_p) == SUCCESS); ZEND_REQUIRE 2657 main/main.c zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, ret, 1, primary_file); ZEND_REQUIRE 2169 sapi/cli/php_cli_server.c if (SUCCESS == zend_execute_scripts(ZEND_REQUIRE TSRMLS_CC, &retval, 1, &zfd)) {