Home
last modified time | relevance | path

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

12

/PHP-5.6/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-5.6/ext/pcre/pcrelib/
H A Dpcre.h383 unsigned char **mark; /* For passing back a mark pointer */ member
396 PCRE_UCHAR16 **mark; /* For passing back a mark pointer */ member
409 PCRE_UCHAR32 **mark; /* For passing back a mark pointer */ member
434 const unsigned char *mark; /* Pointer to current mark or NULL */ member
456 const PCRE_UCHAR16 *mark; /* Pointer to current mark or NULL */ member
478 const PCRE_UCHAR32 *mark; /* Pointer to current mark or NULL */ member
H A Dpcre_exec.c762 md->mark == NULL) md->mark = ecode + 2; in match()
800 md->mark == NULL) md->mark = ecode + 2; in match()
855 md->mark == NULL) md->mark = ecode + 2; in match()
876 save_mark = md->mark; in match()
895 md->mark = save_mark; in match()
974 save_mark = md->mark; in match()
1078 save_mark = md->mark; in match()
1529 save_mark = md->mark; in match()
1600 save_mark = md->mark; in match()
7111 *(extra_data->mark) = (pcre_uchar *)md->mark; in pcre_exec()
[all …]
/PHP-5.6/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-5.6/Zend/tests/traits/
H A Dnoctor001.phpt2 Don't mark trait methods as constructor
/PHP-5.6/ext/readline/tests/
H A Dreadline_info_001.phpt29 ["mark"]=>
/PHP-5.6/ext/pcre/
H A Dphp_pcre.c609 unsigned char *mark = NULL; /* Target for MARK name */ in php_pcre_match_impl() local
654 extra->mark = &mark; in php_pcre_match_impl()
734 if (mark) { in php_pcre_match_impl()
739 add_index_string(marks, matched - 1, (char *) mark, 1); in php_pcre_match_impl()
772 if (mark) { in php_pcre_match_impl()
773 add_assoc_string(result_set, "MARK", (char *) mark, 1); in php_pcre_match_impl()
795 if (mark) { in php_pcre_match_impl()
796 add_assoc_string(subpats, "MARK", (char *) mark, 1); in php_pcre_match_impl()
931 if (mark) { in preg_do_repl_func()
932 add_assoc_string(subpats, "MARK", (char *) mark, 1); in preg_do_repl_func()
[all …]
/PHP-5.6/ext/spl/examples/
H A Dsearchiterator.inc42 /** Do not move forward but instead mark as finished.
/PHP-5.6/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
H A Dimap_close_variation2.phpt82 // mark added messages for deletion
/PHP-5.6/ext/pdo/tests/
H A Dpdo_021.phpt35 // Insert using question mark placeholders
H A Dpdo_022.phpt40 // Insert using question mark placeholders
H A Dpdo_025.phpt29 // Insert using question mark placeholders
/PHP-5.6/ext/curl/tests/
H A Dcurl_ftp_pasv.phpt45 // mark the file for upload..
/PHP-5.6/ext/pcre/pcrelib/testdata/
H A Dtestoutput17867 No match, mark = A
7869 No match, mark = B
7880 No match, mark = A
7886 No match, mark = B
7890 No match, mark = B
7894 No match, mark = B
7921 No match, mark = A
8452 No match, mark = B
8460 No match, mark = B
8468 No match, mark = B
[all …]
/PHP-5.6/ext/shmop/
H A DREADME59 shmid - shmid which to mark for deletion

Completed in 76 milliseconds

12