Home
last modified time | relevance | path

Searched refs:mark (Results 26 – 50 of 59) sorted by relevance

123

/php-src/ext/opcache/tests/jit/
H A Dgh8591-004.phpt42 // mark the file as changed (important)
/php-src/ext/xmlwriter/tests/
H A DOO_012.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/php-src/ext/readline/tests/
H A Dreadline_info_001.phpt35 ["mark"]=>
/php-src/ext/phar/tests/
H A Dbug70091.phpt2 Bug #70091 (Phar does not mark UTF-8 filenames in ZIP archives)
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_match_data.c121 return match_data->mark; in pcre2_get_mark()
H A Dpcre2_jit_match.c185 match_data->mark = arguments.mark_ptr; in pcre2_jit_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_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.h531 PCRE2_SPTR mark; /* Pointer to current mark or NULL */ \
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()
/php-src/ext/xmlreader/tests/
H A D015-move-errors.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A D015-get-errors.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A D014.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A D003-get-errors.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A D003-move-errors.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A D015.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/php-src/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt45 // mark the file for upload..
/php-src/ext/pdo/tests/
H A Dbug_71885.phpt2 PDO Common: FR #71885 (Allow escaping question mark placeholders)
H A Dpdo_021.phpt36 // Insert using question mark placeholders
H A Dpdo_022.phpt40 // Insert using question mark placeholders
H A Dpdo_025.phpt30 // Insert using question mark placeholders
/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/mbstring/tests/
H A Dcp51932_encoding.phpt74 unset($fromUnicode["\x00\xAB"]); // Don't map left double angled quote mark to "much less than"
85 unset($fromUnicode["\x00\xBB"]); // Don't map right double angled quote mark to "much greater than"
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/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

Completed in 82 milliseconds

123