Home
last modified time | relevance | path

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

/PHP-8.0/Zend/
H A Dzend_vm_gen.php1021 … $name, $op1, $op2, $use, $code, $lineno, $opcode, $extra_spec = null, &$switch_labels = array()) { argument
1130 $cur = $switch_labels ? end($switch_labels) + 1 : 0;
1132 $switch_labels[$spec_name] = $cur;
1231 function gen_labels($f, $spec, $kind, $prolog, &$specs, $switch_labels = array()) { argument
1374 …$extra_spec = array()) use ($f, $kind, $dsc, $prefix, $prolog, $num, $switch_labels, &$label, &$li…
1424 out($f,$prolog."(void*)(uintptr_t)$switch_labels[$spec_name],\n");
1702 function gen_executor_code($f, $spec, $kind, $prolog, &$switch_labels = array()) { argument
1722 …codes[$num]["use"]), $opcodes[$num]["code"], $lineno, $opcodes[$num], $extra_spec, $switch_labels);
1825 $switch_labels = array();
2184 gen_executor_code($f, $spec, $kind, $m[1], $switch_labels);
[all …]

Completed in 10 milliseconds