Home
last modified time | relevance | path

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

/PHP-7.3/Zend/
H A Dzend_vm_opcodes.h24 #define ZEND_VM_SPEC 1 macro
H A Dzend_vm_gen.php1999 if (ZEND_VM_SPEC) {
2550 fputs($f, "#define ZEND_VM_SPEC\t\t" . ZEND_VM_SPEC . "\n");
2642 if (ZEND_VM_SPEC) {
2675 gen_executor($f, $skl, ZEND_VM_SPEC, ZEND_VM_KIND, "execute", "zend_vm_init");
2681 if (!ZEND_VM_SPEC) {
2755 if (!ZEND_VM_SPEC) {
2769 if (!ZEND_VM_SPEC) {
2848 if (!ZEND_VM_SPEC) {
2865 if (!ZEND_VM_SPEC) {
3054 …out($f, "{\n\treturn ".$name.(ZEND_VM_SPEC?"_SPEC":"")."_HANDLER(ZEND_OPCODE_HANDLER_ARGS_PASSTHRU…
[all …]
H A Dzend_vm_def.h976 #if defined(ZEND_VM_SPEC) && OP2_TYPE == IS_UNUSED
979 # if !defined(ZEND_VM_SPEC) || OP1_TYPE != IS_UNUSED
980 # if !defined(ZEND_VM_SPEC)
3787 #if !defined(ZEND_VM_SPEC) || (OP1_TYPE != IS_UNUSED)
H A Dzend_vm_execute.h328 #if (ZEND_VM_KIND != ZEND_VM_KIND_HYBRID) || !ZEND_VM_SPEC
65191 #if (ZEND_VM_KIND != ZEND_VM_KIND_HYBRID) || !ZEND_VM_SPEC

Completed in 177 milliseconds