Home
last modified time | relevance | path

Searched refs:ZEND_REQUIRE_ONCE (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c1491 (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) {
1494 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
1650 (*EG(opline_ptr))->extended_value != ZEND_REQUIRE_ONCE)) {
1653 (*EG(opline_ptr))->op2.u.constant.value.lval != ZEND_REQUIRE_ONCE)) {
1813 opline->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE)) {
1912 (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) {
1915 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
1977 (*EG(opline_ptr))->extended_value == ZEND_REQUIRE_ONCE))) {
1980 (*EG(opline_ptr))->op2.u.constant.value.lval == ZEND_REQUIRE_ONCE))) {
/PHP-5.5/Zend/
H A Dzend_builtin_functions.c2168 case ZEND_REQUIRE_ONCE: in ZEND_FUNCTION()
2360 case ZEND_REQUIRE_ONCE: in zend_fetch_debug_backtrace()
H A Dzend_compile.h778 #define ZEND_REQUIRE_ONCE (1<<4) macro
H A Dzend_language_parser.y1189 | T_REQUIRE_ONCE expr { zend_do_include_or_eval(ZEND_REQUIRE_ONCE, &$$, &$2 TSRMLS_CC); }
H A Dzend_vm_def.h3772 case ZEND_REQUIRE_ONCE: {
H A Dzend_vm_execute.h2676 case ZEND_REQUIRE_ONCE: { in ZEND_INCLUDE_OR_EVAL_SPEC_CONST_HANDLER()
7987 case ZEND_REQUIRE_ONCE: { in ZEND_INCLUDE_OR_EVAL_SPEC_TMP_HANDLER()
13304 case ZEND_REQUIRE_ONCE: { in ZEND_INCLUDE_OR_EVAL_SPEC_VAR_HANDLER()
30974 case ZEND_REQUIRE_ONCE: { in ZEND_INCLUDE_OR_EVAL_SPEC_CV_HANDLER()
/PHP-5.5/main/
H A Dmain.c752 case ZEND_REQUIRE_ONCE: in php_verror()

Completed in 150 milliseconds