Home
last modified time | relevance | path

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

/PHP-5.5/Zend/
H A Dzend_vm_opcodes.h39 #define ZEND_BW_OR 9 macro
H A Dzend_opcode.c873 case ZEND_BW_OR: in get_binary_op()
H A Dzend_language_parser.y764 | expr '|' expr { zend_do_binary_op(ZEND_BW_OR, &$$, &$1, &$3 TSRMLS_CC); }
H A Dzend_vm_def.h244 ZEND_VM_HANDLER(9, ZEND_BW_OR, CONST|TMP|VAR|CV, CONST|TMP|VAR|CV)
/PHP-5.5/ext/opcache/Optimizer/
H A Dpass3.c51 case ZEND_BW_OR:
69 opline->opcode == ZEND_BW_OR ||
116 case ZEND_BW_OR:
H A Dpass1_5.c30 case ZEND_BW_OR:
H A Dblock_pass.c1008 opline->opcode == ZEND_BW_OR || in zend_optimize_block()

Completed in 32 milliseconds