Home
last modified time | relevance | path

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

12345

/PHP-7.4/ext/tidy/
H A Dtidy.c1210 …if (TG(clean_output) && (output_context->op & PHP_OUTPUT_HANDLER_START) && (output_context->op & P… in php_tidy_output_handler()
/PHP-7.4/ext/intl/tests/
H A Dgrapheme.phpt80 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
214 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
816 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
898 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
H A Dgrapheme2.phpt80 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
214 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
816 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
898 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
/PHP-7.4/ext/iconv/
H A Diconv.c384 if (output_context->op & PHP_OUTPUT_HANDLER_START) { in php_iconv_output_handler()
401 if (mimetype != NULL && !(output_context->op & PHP_OUTPUT_HANDLER_CLEAN)) { in php_iconv_output_handler()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c612 #define OP1(op, dst, dstw, src, srcw) \ argument
613 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
614 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
615 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
616 #define OP_SRC(op, src, srcw) \ argument
617 sljit_emit_op_src(compiler, (op), (src), (srcw))
632 #define OP_FLAGS(op, dst, dstw, type) \ argument
633 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
H A Dpcre2_match.c185 #define Fop F->op
/PHP-7.4/ext/opcache/
H A DZendAccelerator.c4669 static int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struc… in preload_header_handler() argument
4702 …int (*orig_header_handler)(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_s… in accel_finish_startup()
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch593 if ((op = get_op(*l)) != -1) {
598 if (op != FILE_OPDIVIDE) {
/PHP-7.4/
H A DNEWS2515 . Fixed bug #76667 (Segfault with divide-assign op and __get + __set).

Completed in 102 milliseconds

12345