Home
last modified time | relevance | path

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

12345

/PHP-5.6/ext/intl/tests/
H A Dgrapheme.phpt75 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
205 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
800 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
878 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
/PHP-5.6/ext/mbstring/oniguruma/
H A DHISTORY969 2004/07/01: [new] add onig_get_syntax_{op,op2,behavior,options}.
1134 add syntax op. ONIG_SYN_OP2_CHAR_PROPERTY_PREFIX_IS.
1136 2004/03/15: [spec] support NOT op. in char property. \p{^...}, \P{^...}.
1137 add syntax op. ONIG_SYN_OP2_ESC_P_BRACE_CIRCUMFLEX_NOT.
1364 2003/11/11: [spec] add syntax op. REG_SYN_OP_VARIABLE_META_CHARS.
/PHP-5.6/ext/iconv/
H A Diconv.c403 if (output_context->op & PHP_OUTPUT_HANDLER_START) { in php_iconv_output_handler()
420 if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) { in php_iconv_output_handler()
/PHP-5.6/sapi/phpdbg/
H A Dphpdbg.c453 static int php_sapi_phpdbg_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_heade… in php_sapi_phpdbg_header_handler() argument
/PHP-5.6/
H A DUPGRADING367 - The oci_internal_debug() function is now a no-op.
H A DINSTALL686 Init fn="load-modules" funcs="php4_init,php4_execute,php4_auth_trans" shlib="/op
H A DNEWS4785 'interactive' execution of a single top-level op-array.
9306 - Fixed crash on op-assign where argument is string offset (Brian, Stas)
/PHP-5.6/ext/fileinfo/
H A Dlibmagic.patch515 if ((op = get_op(*l)) != -1) {
520 m->mask_op |= op;
2061 - char *pbuf, *op, *np;
2062 + char *op, *np;
/PHP-5.6/ext/pcre/pcrelib/
H A Dpcre_jit_compile.c519 #define OP1(op, dst, dstw, src, srcw) \ argument
520 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
521 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
522 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
537 #define OP_FLAGS(op, dst, dstw, src, srcw, type) \ argument
538 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (src), (srcw), (type))
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.6/Zend/
H A Dzend_vm_execute.h309 static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op);
45884 static opcode_handler_t zend_vm_get_opcode_handler(zend_uchar opcode, zend_op* op) in zend_vm_get_opcode_handler() argument
45905 …return zend_opcode_handlers[opcode * 25 + zend_vm_decode[op->op1_type] * 5 + zend_vm_decode[op->op… in zend_vm_get_opcode_handler()
45908 ZEND_API void zend_vm_set_opcode_handler(zend_op* op) in zend_vm_set_opcode_handler() argument
45910 op->handler = zend_vm_get_opcode_handler(zend_user_opcodes[op->opcode], op); in zend_vm_set_opcode_handler()
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestinput14042 /.*[op][xyz]/
H A Dtestoutput16614 /.*[op][xyz]/

Completed in 256 milliseconds

12345