Home
last modified time | relevance | path

Searched refs:opcode (Results 76 – 83 of 83) sorted by relevance

1234

/PHP-7.0/main/
H A Dmain.c776 EG(current_execute_data)->opline->opcode == ZEND_INCLUDE_OR_EVAL in php_verror()
/PHP-7.0/
H A DUPGRADING563 . Added second level file based opcode cache. It may be enabled by setting
H A Dphp.ini-development1872 ; Enables or disables opcode caching in shared memory.
H A Dphp.ini-production1872 ; Enables or disables opcode caching in shared memory.
H A DINSTALL358 avoided with PHP. PHP manages its own children and opcode caches like
/PHP-7.0/Zend/
H A Dzend_vm_execute.h310 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op);
389 #define ZEND_VM_DISPATCH(opcode, opline) ZEND_VM_TAIL_CALL(((opcode_handler_t)zend_vm_get_opcode_ha… argument
504 if (old_opline->opcode != ZEND_HANDLE_EXCEPTION && RETURN_VALUE_USED(old_opline)) {
1466 if ((exc_opline->opcode == ZEND_FREE || exc_opline->opcode == ZEND_FE_FREE)
1549 ret = zend_user_opcode_handlers[opline->opcode](execute_data);
1568 ZEND_VM_DISPATCH(opline->opcode, opline);
45990 …zend_error_noreturn(E_ERROR, "Invalid opcode %d/%d/%d.", OPLINE->opcode, OPLINE->op1_type, OPLINE-…
50327 static const void *zend_vm_get_opcode_handler(zend_uchar opcode, const zend_op* op) argument
50348 …return zend_opcode_handlers[opcode * 25 + zend_vm_decode[op->op1_type] * 5 + zend_vm_decode[op->op…
50353 op->handler = zend_vm_get_opcode_handler(zend_user_opcodes[op->opcode], op);
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog203 6. Catch a bad opcode during auto-possessification after compiling a bad UTF
1344 error to occur if an unknown opcode is encountered while checking for fixed
2668 pattern, with a new opcode that causes them to be skipped at execution
2700 16. The implementation of 13c above involved the invention of a new opcode,
4316 is now matched using a separate opcode. However, there may be more than one
/PHP-7.0/ext/pcre/pcrelib/doc/
H A Dpcre.txt2490 70 internal error: unknown opcode in find_fixedlength()

Completed in 173 milliseconds

1234