Home
last modified time | relevance | path

Searched refs:ZEND_FETCH_R (Results 1 – 3 of 3) sorted by relevance

/PHP-5.3/Zend/
H A Dzend_vm_opcodes.h101 #define ZEND_FETCH_R 80 macro
H A Dzend_compile.c606 opline->opcode = ZEND_FETCH_R; in zend_do_assign()
3723 case ZEND_FETCH_R: in zend_do_fetch_property()
4255 …opline->opcode = (fetch_type == ZEND_FETCH_LEXICAL) ? ZEND_FETCH_R : ZEND_FETCH_W; /* the default… in zend_do_fetch_static_variable()
4374 fetch_simple_variable_ex(result, variable, 0, ZEND_FETCH_R TSRMLS_CC); in zend_do_indirect_references()
H A Dzend_vm_def.h1022 ZEND_VM_HANDLER(80, ZEND_FETCH_R, CONST|TMP|VAR|CV, ANY)

Completed in 30 milliseconds