Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 25 of 59) sorted by last modified time

123

/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst170 You may execute PHP with the ``-d opcache.protect_memory=1`` flag to mark the shared memory as
/php-src/build/
H A Dphp.m4912 dnl "cli" to mark extension build only with CLI or CGI sapi's. "extra-cflags"
/php-src/ext/standard/
H A Durl_scanner_ex.re198 /* Don't modify URLs of the format "#mark" */
H A Dvar_unserializer.re857 /* If the unserialization failed, mark all elements that have been added to var_hash
/php-src/ext/phar/phar/
H A Dpharcommand.inc69 .' mark itself \'#!\' and the newline character are optional.'
/php-src/ext/pcre/
H A Dphp_pcre.c1083 if (mark) { in populate_subpat_array()
1084 add_assoc_string_ex(subpats, "MARK", sizeof("MARK") - 1, (char *)mark); in populate_subpat_array()
1152 PCRE2_SPTR mark = NULL; /* Target for MARK name */ in php_pcre_match_impl() local
1305 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()
1307 if (mark) { in php_pcre_match_impl()
1312 ZVAL_STRING(&tmp, (char *) mark); in php_pcre_match_impl()
1339 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()
1340 array_init_size(&result_set, count + (mark ? 1 : 0)); in php_pcre_match_impl()
1343 num_subpats, count, mark, flags); in php_pcre_match_impl()
1349 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()
[all …]
/php-src/ext/xmlreader/tests/
H A D014.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match.c186 #define Fmark F->mark
305 cb->mark = mb->nomatch_mark; in do_callout()
868 P->mark = Fmark; in match()
928 mb->mark = Fmark; /* and the last success mark */ in match()
5526 Fmark = assert_accept_frame->mark; in match()
5945 P->mark = Fmark; in match()
6971 mb->mark = mb->nomatch_mark = NULL; /* In case never set */ in pcre2_match()
7616 mb->mark = NULL; /* Reset for start of next match attempt */ in pcre2_match()
7706 match_data->mark = mb->mark; in pcre2_match()
7741 match_data->mark = mb->nomatch_mark; in pcre2_match()
H A Dpcre2_match_data.c121 return match_data->mark; in pcre2_get_mark()
H A Dpcre2_jit_compile.c9947 OP1(SLJIT_MOV, SLJIT_MEM1(STACK_TOP), CALLOUT_ARG_OFFSET(mark), (common->mark_ptr != 0) ? TMP2 : SL… in compile_callout_matchingpath()
H A Dpcre2_jit_match.c185 match_data->mark = arguments.mark_ptr; in pcre2_jit_match()
H A Dpcre2_dfa_match.c3492 cb.mark = NULL; /* No (*MARK) support */ in pcre2_dfa_match()
3691 match_data->mark = NULL; in pcre2_dfa_match()
H A Dpcre2_intmodedep.h659 PCRE2_SPTR mark; /* Pointer to last mark */ member
834 PCRE2_SPTR mark; /* Most recent mark on the success path */ member
890 PCRE2_SPTR mark; /* Mark pointer to pass back on success */ member
H A Dpcre2.h531 PCRE2_SPTR mark; /* Pointer to current mark or NULL */ \
/php-src/ext/opcache/tests/jit/
H A Dgh8591-004.phpt42 // mark the file as changed (important)
H A Dgh8591-005.phpt32 // mark the file as changed (important)
H A Dgh8461-001.phpt31 // mark the file as changed (important)
H A Dgh8461-002.phpt24 // mark the file as changed (important)
H A Dgh8461-003.phpt32 // mark the file as changed (important)
H A Dgh8591-001.phpt40 // mark the file as changed (important)
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h410 unsigned char *mark = NULL; in dasm_encode() local
426 case DASM_MARK: mark = cp; continue; in dasm_encode()
433 case DASM_DISP: if (!mark) mark = cp; { in dasm_encode()
434 unsigned char *mm = mark; in dasm_encode()
435 if (*p != DASM_IMM_DB && *p != DASM_IMM_WB) mark = NULL; in dasm_encode()
443 db: if (!mark) mark = cp; mark[-2] += 2; mark = NULL; goto wb; in dasm_encode()
444 } else mark = NULL; in dasm_encode()
447 case DASM_IMM_WB: if ((((unsigned)n+128)&-256) == 0) goto db; else mark = NULL; in dasm_encode()
461 if (mark) mark--; in dasm_encode()
/php-src/ext/mbstring/tests/
H A Dmb_strcut.phpt60 print "BE byte order mark: [" . bin2hex(mb_strcut("\xFE\xFF", 0, 100, "UTF-16")) . "]\n";
61 print "LE byte order mark: [" . bin2hex(mb_strcut("\xFF\xFE", 0, 100, "UTF-16")) . "]\n";
308 BE byte order mark: []
309 LE byte order mark: []
/php-src/ext/pdo/tests/
H A Dpdo_025.phpt30 // Insert using question mark placeholders
H A Dpdo_021.phpt36 // Insert using question mark placeholders
H A Dpdo_022.phpt40 // Insert using question mark placeholders

Completed in 98 milliseconds

123