Home
last modified time | relevance | path

Searched refs:mark (Results 1 – 25 of 38) sorted by relevance

12

/PHP-7.3/ext/tidy/tests/
H A D007.phpt10 echo "Current Value of 'tidy-mark': ";
11 var_dump($a->getopt("tidy-mark"));
21 Current Value of 'tidy-mark': bool(false)
/PHP-7.3/ext/spl/tests/
H A Dpqueue_current_error.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dheap_it_current_empty.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dspl_heap_count_error.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dheap_top_variation_003.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dpqueue_compare_basic.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dheap_top_variation_001.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dpqueue_compare_error.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dspl_minheap_compare_error.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dheap_top_variation_002.phpt4 Mark Schaschke (mark@fractalturtle.com)
/PHP-7.3/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c572 PCRE2_SPTR mark = pcre2_get_mark(match_data); in pcre2_substitute() local
573 if (mark != NULL) in pcre2_substitute()
575 PCRE2_SPTR mark_start = mark; in pcre2_substitute()
576 while (*mark != 0) mark++; in pcre2_substitute()
577 fraglength = mark - mark_start; in pcre2_substitute()
H A Dpcre2_match_data.c108 return match_data->mark; in pcre2_get_mark()
H A Dpcre2_jit_match.c181 match_data->mark = arguments.mark_ptr; in pcre2_jit_match()
H A Dpcre2_intmodedep.h655 PCRE2_SPTR mark; /* Pointer to last mark */ member
825 PCRE2_SPTR mark; /* Most recent mark on the success path */ member
870 PCRE2_SPTR mark; /* Mark pointer to pass back on success */ member
/PHP-7.3/Zend/tests/traits/
H A Dnoctor001.phpt2 Don't mark trait methods as constructor
/PHP-7.3/ext/readline/tests/
H A Dreadline_info_001.phpt33 ["mark"]=>
/PHP-7.3/ext/spl/examples/
H A Dsearchiterator.inc42 /** Do not move forward but instead mark as finished.
/PHP-7.3/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt44 // mark the file for upload..
/PHP-7.3/ext/imap/tests/
H A Dimap_close_basic.phpt23 // mark messages in inbox for deletion
H A Dimap_close_variation4.phpt31 // mark added messages for deletion
/PHP-7.3/ext/pdo/tests/
H A Dpdo_021.phpt35 // Insert using question mark placeholders
H A Dpdo_022.phpt41 // Insert using question mark placeholders
H A Dpdo_025.phpt29 // Insert using question mark placeholders
/PHP-7.3/ext/pcre/
H A Dphp_pcre.c1028 PCRE2_SPTR mark = NULL; /* Target for MARK name */ in php_pcre_match_impl() local
1182 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()
1184 if (mark) { in php_pcre_match_impl()
1206 array_init_size(&result_set, count + (mark ? 1 : 0)); in php_pcre_match_impl()
1263 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()
1264 if (mark) { in php_pcre_match_impl()
1328 mark = pcre2_get_mark(match_data); in php_pcre_match_impl()
1329 if (mark) { in php_pcre_match_impl()
1498 array_init_size(&arg, count + (mark ? 1 : 0)); in preg_do_repl_func()
1511 if (mark) { in preg_do_repl_func()
[all …]
/PHP-7.3/ext/shmop/
H A DREADME59 shmid - shmid which to mark for deletion

Completed in 50 milliseconds

12