Home
last modified time | relevance | path

Searched refs:op (Results 151 – 158 of 158) sorted by relevance

1234567

/php-src/win32/build/
H A Dconfig.w32365 …"-Wno-logical-op-parentheses -Wno-msvc-include -Wno-invalid-source-encoding -Wno-unknown-pragmas "…
/php-src/ext/intl/tests/
H A Dgrapheme.phpt81 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
215 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
833 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
915 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
H A Dgrapheme2.phpt81 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
215 array( "a" . $char_a_ring_nfd . "bc" . $char_o_diaeresis_nfd . "opq", "op", 5 ),
821 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strpos = 5 == 5
903 find "op" in "aa%CC%8Abco%CC%88opq" - grapheme_strrpos = 5 == 5
/php-src/ext/standard/
H A Darray.c6370 static void php_array_binop(INTERNAL_FUNCTION_PARAMETERS, const char *op_name, binary_op_type op, z… argument
6396 op(return_value, return_value, &dst);
6400 zend_result status = op(return_value, return_value, entry);
6408 op(return_value, return_value, &tmp);
6414 op(return_value, return_value, &tmp);
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_jit_compile.c641 #define OP1(op, dst, dstw, src, srcw) \ argument
642 sljit_emit_op1(compiler, (op), (dst), (dstw), (src), (srcw))
643 #define OP2(op, dst, dstw, src1, src1w, src2, src2w) \ argument
644 sljit_emit_op2(compiler, (op), (dst), (dstw), (src1), (src1w), (src2), (src2w))
645 #define OP2U(op, src1, src1w, src2, src2w) \ argument
646 sljit_emit_op2u(compiler, (op), (src1), (src1w), (src2), (src2w))
647 #define OP_SRC(op, src, srcw) \ argument
648 sljit_emit_op_src(compiler, (op), (src), (srcw))
663 #define OP_FLAGS(op, dst, dstw, type) \ argument
664 sljit_emit_op_flags(compiler, (op), (dst), (dstw), (type))
H A Dpcre2_match.c191 #define Fop F->op
/php-src/ext/opcache/
H A DZendAccelerator.c4558 static int preload_header_handler(sapi_header_struct *h, sapi_header_op_enum op, sapi_headers_struc… argument
4581 …int (*orig_header_handler)(sapi_header_struct *sapi_header, sapi_header_op_enum op, sapi_headers_s…
/php-src/ext/fileinfo/
H A Dlibmagic.patch494 if ((op = get_op(*l)) != -1) {
499 if (op != FILE_OPDIVIDE) {

Completed in 117 milliseconds

1234567