Searched refs:op_types (Results 1 – 2 of 2) sorted by relevance
/PHP-5.5/Zend/ |
H A D | zend_vm_gen.php | 57 $op_types = array( variable 563 global $opcodes, $op_types, $prefix, $typecode; 574 $op1t = $op_types; 578 $op2t = $op_types; 601 $op1t = $op_types; 609 $op2t = $op_types; 720 global $list, $opcodes, $helpers, $op_types; 724 $op1t = $op_types; 727 $op2t = $op_types; 1034 $op_types, $list, $opcodes, $helpers, $params, $opnames;
|
H A D | README.ZEND_VM | 23 <OP1_TYPES> & <OP2_TYPES> are masks for allowed operand op_types. Specializer 25 combination of the following op_types UNUSED, CONST, VAR, TMP and CV also
|
Completed in 8 milliseconds