Searched refs:op_types (Results 1 – 2 of 2) sorted by relevance
/PHP-7.1/Zend/ |
H A D | zend_vm_gen.php | 139 $op_types = array( variable 1059 global $opcodes, $op_types, $prefix; 1091 $foreach_op1 = function($do) use ($dsc, $op_types) { 1092 return function() use ($do, $dsc, $op_types) { 1094 foreach($op_types as $op1) { 1117 $foreach_op2 = function($do) use ($dsc, $op_types) { 1118 return function($op1) use ($do, $dsc, $op_types) { 1120 foreach($op_types as $op2) { 1143 $foreach_op_data = function($do) use ($dsc, $op_types) { 1146 foreach($op_types as $op_data) { [all …]
|
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 12 milliseconds