Home
last modified time | relevance | path

Searched refs:op (Results 101 – 106 of 106) sorted by relevance

12345

/PHP-5.5/Zend/
H A Dzend_vm_execute.h309 static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op);
45097 static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op) in zend_vm_get_opcode_handler() argument
45118 …return zend_opcode_handlers[opcode * 25 + zend_vm_decode[op->op1_type] * 5 + zend_vm_decode[op->op… in zend_vm_get_opcode_handler()
45121 ZEND_API void zend_vm_set_opcode_handler(zend_op* op) in zend_vm_set_opcode_handler() argument
45123 op->handler = zend_vm_get_opcode_handler(zend_user_opcodes[op->opcode], op); in zend_vm_set_opcode_handler()
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog788 4. Changing the definition of the variable "op" in pcre_exec.c from pcre_uchar
1594 7.7 change 16). This has made it possible to abolish the OP_OPT op code,
4926 (b) Defined the list of op-code names for debugging as a macro in
4929 (c) Defined a table of op-code lengths for simpler skipping along compiled
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestinput14042 /.*[op][xyz]/
H A Dtestoutput16614 /.*[op][xyz]/
/PHP-5.5/
H A DINSTALL686 Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="/op
H A DNEWS3207 'interactive' execution of a single top-level op-array.
7728 - Fixed crash on op-assign where argument is string offset (Brian, Stas)

Completed in 166 milliseconds

12345