Home
last modified time | relevance | path

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

123

/php-src/ext/dom/tests/
H A DDOM4_ParentNode_prepend.phpt12 $dom->loadXML('<test><mark/><mark><nested /></mark><mark/></test>');
40 <mark>
41 </mark>
42 <mark>
45 </mark>
46 <mark>
47 </mark>
H A DDOM4_ParentNode_append.phpt12 $dom->loadXML('<test><mark/><mark /><mark /></test>');
31 <mark>
32 </mark>
33 <mark>
34 </mark>
35 <mark>
36 </mark>
H A DDOM4_DOMNode_after.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
25 <mark>
27 </mark>
32 <mark>
34 </mark>
H A DDOM4_DOMNode_before.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
29 <mark>
31 </mark>
33 <mark>
35 </mark>
H A DDOM4_DOMNode_replaceWith.phpt10 $dom->loadXML('<test><mark>first</mark><mark>second</mark></test>');
25 <mark>
27 </mark>
/php-src/ext/tidy/tests/
H A D007.phpt10 echo "Current Value of 'tidy-mark': ";
11 var_dump($a->getopt("tidy-mark"));
31 Current Value of 'tidy-mark': bool(false)
/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/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 Dpqueue_compare_basic.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A Dheap_top_variation_003.phpt4 Mark Schaschke (mark@fractalturtle.com)
H A DSPLDoublyLinkedList_iterate_by_reference.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A Dheap_top_variation_002.phpt4 Mark Schaschke (mark@fractalturtle.com)
/php-src/ext/date/tests/
H A DDateTimeZone_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A DDateTimeImmutable_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A DDateTime_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
H A DDatePeriod_set_state.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/php-src/ext/opcache/tests/jit/
H A Dgh8461-002.phpt24 // mark the file as changed (important)
H A Dgh8461-001.phpt31 // mark the file as changed (important)
H A Dgh8461-003.phpt32 // mark the file as changed (important)
H A Dgh8591-005.phpt32 // mark the file as changed (important)
H A Dgh8591-001.phpt40 // mark the file as changed (important)
/php-src/Zend/tests/closures/
H A Dclosure_instantiate.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_substitute.c663 PCRE2_SPTR mark = pcre2_get_mark(match_data); in pcre2_substitute() local
664 if (mark != NULL) in pcre2_substitute()
666 PCRE2_SPTR mark_start = mark; in pcre2_substitute()
667 while (*mark != 0) mark++; in pcre2_substitute()
668 fraglength = mark - mark_start; in pcre2_substitute()
/php-src/ext/xmlwriter/tests/
H A DOO_013.phpt4 Mark Baker mark@lange.demon.co.uk at the PHPNW2017 Conference for PHP Testfest 2017

Completed in 36 milliseconds

123