Browse Source

- Fix typo

PHP-5.1
Andi Gutmans 22 years ago
parent
commit
72558f2673
  1. 2
      Zend/zend_vm_execute.skl
  2. 2
      Zend/zend_vm_gen.php

2
Zend/zend_vm_execute.skl

@ -5,7 +5,7 @@ ZEND_API void {%EXECUTOR_NAME%}(zend_op_array *op_array TSRMLS_DC)
zend_execute_data execute_data;
{%HELPER_VARS%}
{%INTERANL_LABELS%}
{%INTERNAL_LABELS%}
/* Initialize execute_data */
EX(fbc) = NULL;

2
Zend/zend_vm_gen.php

@ -709,7 +709,7 @@ function gen_executor($f, $skl, $spec, $kind, $executor_name, $initializer_name,
skip_blanks($f, $m[1], $m[3]."\n");
}
break;
case "INTERANL_LABELS":
case "INTERNAL_LABELS":
if ($kind == ZEND_VM_KIND_GOTO) {
// Emit array of labels of opcode handlers and code for
// zend_opcode_handlers initialization

Loading…
Cancel
Save