Home
last modified time | relevance | path

Searched refs:start (Results 151 – 175 of 649) sorted by relevance

12345678910>>...26

/PHP-8.2/ext/curl/tests/
H A Dcurl_setopt_basic003.phpt14 // start testing
33 ob_start(); // start output buffering
H A Dbug55767.phpt10 // start testing
16 ob_start(); // start output buffering
/PHP-8.2/ext/zend_test/
H A Dfiber_arginfo.h24 static ZEND_METHOD(_ZendTestFiber, start);
32 ZEND_ME(_ZendTestFiber, start, arginfo_class__ZendTestFiber_start, ZEND_ACC_PUBLIC)
/PHP-8.2/ext/zend_test/tests/
H A Dobserver_fiber_01.phpt18 $fiber->start();
25 <!-- init Fiber::start() -->
H A Dobserver_fiber_03.phpt23 $fiber->start();
36 $fiber->start();
45 <!-- init Fiber::start() -->
/PHP-8.2/ext/standard/
H A Dscanf.c104 char start; member
139 char *ch, start; in BuildCharSet() local
178 start = *ch; in BuildCharSet()
189 start = *ch; in BuildCharSet()
197 cset->chars[cset->nchars++] = start; in BuildCharSet()
205 if (start < *ch) { in BuildCharSet()
206 cset->ranges[cset->nranges].start = start; in BuildCharSet()
209 cset->ranges[cset->nranges].start = *ch; in BuildCharSet()
210 cset->ranges[cset->nranges].end = start; in BuildCharSet()
251 if ((cset->ranges[i].start <= ch) in CharInSet()
H A Dhtml.c712 *start = *buf; in process_named_entity_html()
729 *length = *buf - *start; in process_named_entity_html()
742 zend_ulong hash = zend_inline_hash_func(start, length); in resolve_named_entity_html()
747 if (memcmp(start, s->entity, length) == 0) { in resolve_named_entity_html()
873 const char *start; in traverse_for_entities() local
877 start = next; in traverse_for_entities()
879 if (process_named_entity_html(&next, &start, &ent_len) == FAILURE) in traverse_for_entities()
884 && start[1] == 'p' && start[2] == 'o' && start[3] == 's') { in traverse_for_entities()
1277 const char *start = (const char *) &old[cursor], in php_escape_html_entities_ex() local
1278 *next = start; in php_escape_html_entities_ex()
[all …]
/PHP-8.2/ext/date/tests/
H A DDatePeriod_serialize-001.phpt26 ["start"]=>
72 string(%d) "O:10:"DatePeriod":7:{s:5:"start";O:8:"DateTime":3:{s:4:"date";s:26:"2012-07-01 00:00:00…
77 ["start"]=>
124 ["start"]=>
H A DDatePeriod_serialize-002.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (start/end)
34 ["start"]=>
87 string(%d) "O:10:"DatePeriod":7:{s:5:"start";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"1978-12-2…
92 ["start"]=>
146 ["start"]=>
H A DDatePeriod_serialize-003.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (start/end)
34 ["start"]=>
87 string(%d) "O:10:"DatePeriod":7:{s:5:"start";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"1978-12-2…
92 ["start"]=>
146 ["start"]=>
H A DDatePeriod_serialize-004.phpt2 Test DatePeriod::__serialize and DatePeriod::__unserialize (start/recurrences)
39 ["start"]=>
95 string(%d) "O:10:"DatePeriod":7:{s:5:"start";O:17:"DateTimeImmutable":3:{s:4:"date";s:26:"1978-12-2…
100 ["start"]=>
154 ["start"]=>
H A Ddate-time-modify-times.phpt25 foreach ( $tests as $start => $data )
29 echo date_create( $start )
H A Ddate_period_set_state1.phpt8 "start" => new DateTime("2022-07-14 12:00:00", new DateTimeZone("UTC")),
23 ["start"]=>
/PHP-8.2/ext/gmp/tests/
H A Dgmp_random_bits.phpt24 $start = microtime(true);
36 if (microtime(true) - $start > 0.5) {
/PHP-8.2/Zend/tests/fibers/
H A Dno-switch-gc.phpt24 $fiber->start();
34 #4 %sno-switch-gc.php(%d): Fiber->start()
/PHP-8.2/ext/standard/tests/strings/
H A Dstripos_error.phpt14 echo "\n-- Offset before the start of the string --\n";
29 -- Offset before the start of the string --
H A Dsubstr_replace_error.phpt13 echo "\n-- Testing substr_replace() function with start and length as arrays but string not--\n";
29 -- Testing substr_replace() function with start and length as arrays but string not--
H A Dstrcspn_variation10.phpt2 Test strcspn() function : usage variations - with varying mask & default start and len args
6 * Testing strcspn() : with varying mask and default start and len arguments
9 echo "*** Testing strcspn() : with different mask strings and default start and len arguments ***\n…
60 *** Testing strcspn() : with different mask strings and default start and len arguments ***
/PHP-8.2/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt13 <start>
19 </start>
H A DDOMDocument_relaxNGValidateSource_error2.phpt13 <start>
16 </start>
/PHP-8.2/ext/intl/transliterator/
H A Dtransliterator_methods.c274 zend_long start = 0, in PHP_FUNCTION() local
293 Z_PARAM_LONG(start) in PHP_FUNCTION()
316 …} else if(zend_parse_parameters( ZEND_NUM_ARGS(), "s|ll", &str, &str_len, &start, &limit) == FAILU… in PHP_FUNCTION()
325 if (start < 0) { in PHP_FUNCTION()
330 if (limit != -1 && start > limit) { in PHP_FUNCTION()
344 if( ( start > ustr_len ) || (( limit != -1 ) && (limit > ustr_len ) ) ) in PHP_FUNCTION()
369 utrans_transUChars( to->utrans, uresult, &uresult_len, capacity, (int32_t) start, in PHP_FUNCTION()
/PHP-8.2/sapi/fpm/tests/
H A Dlog-bwp-msg-flush-split-sep-pos-start.phpt2 FPM: Buffered worker output plain log with msg with flush split position towards separator start
30 $tester->start();
/PHP-8.2/ext/standard/tests/general_functions/
H A Dget_included_files.phpt11 echo "\n-- List included files at start --\n";
26 -- List included files at start --
/PHP-8.2/ext/xml/tests/
H A Dxml011.phpt15 $xml = '<text>start<b /> This &amp; that</text>';
40 [value] => start
/PHP-8.2/ext/xmlwriter/tests/
H A D009.phpt17 xmlwriter_write_comment($xw, 'start PI');
37 <!--start PI-->

Completed in 151 milliseconds

12345678910>>...26