Home
last modified time | relevance | path

Searched refs:start (Results 76 – 100 of 346) sorted by path

12345678910>>...14

/PHP-5.5/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt28 $start = new DateTime('2010-11-06 04:30:59');
29 echo 'bd0 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
30 . ' = ' . $start->diff($end)->format('P%dDT%hH%iM%sS') . "\n";
34 $start = new DateTime('2010-11-06 04:30:00');
35 echo 'bd5 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
36 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
40 $start = new DateTime('2010-11-06 04:30:00');
41 echo 'bd6 ' . $end->format($date_format) . ' - ' . $start->format($date_format)
42 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
46 $start = new DateTime('2010-11-06 01:30:00');
[all …]
H A Drfc-datetime_and_daylight_saving_time-type3-fa.phpt16 $start = new DateTime('2010-03-14 01:59:59');
20 . $start->add($interval)->format($date_format) . "\n";
22 $start = new DateTime('2010-03-13 04:30:00');
26 . $start->add($interval)->format($date_format) . "\n";
28 $start = new DateTime('2010-03-13 04:30:00');
32 . $start->add($interval)->format($date_format) . "\n";
34 $start = new DateTime('2010-03-13 04:30:00');
38 . $start->add($interval)->format($date_format) . "\n";
40 $start = new DateTime('2010-03-13 01:30:00');
44 . $start->add($interval)->format($date_format) . "\n";
[all …]
H A Drfc-datetime_and_daylight_saving_time-type3-fd.phpt17 $start = new DateTime('2010-03-14 01:59:59');
19 . ' = ' . $start->diff($end)->format('PT%hH%iM%sS') . "\n";
22 $start = new DateTime('2010-03-13 04:30:00');
24 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
27 $start = new DateTime('2010-03-13 04:30:00');
29 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
32 $start = new DateTime('2010-03-13 04:30:00');
34 . ' = ' . $start->diff($end)->format($interval_format) . "\n";
37 $start = new DateTime('2010-03-13 01:30:00');
42 $start = new DateTime('2010-03-13 03:30:00');
[all …]
/PHP-5.5/ext/dba/libcdb/
H A Dcdb_make.c183 c->start[i] = u; in cdb_make_finish()
189 c->split[--c->start[255 & x->hp[i].h]] = x->hp[i]; in cdb_make_finish()
202 hp = c->split + c->start[i]; in cdb_make_finish()
H A Dcdb_make.h46 uint32 start[256]; member
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_basic.phpt15 <start>
21 </start>
H A DDOMDocument_relaxNGValidateSource_error1.phpt15 <start>
21 </start>
H A DDOMDocument_relaxNGValidateSource_error2.phpt15 <start>
18 </start>
H A Dbug32615.phpt35 $frag->appendChild(new DOMElement('start'));
H A Dbug46335.phpt9 $start = 30;
18 $matched = $node->splitText($start);
27 $matched = $node->splitText($start);
/PHP-5.5/ext/ereg/
H A Dereg.c300 off_t start, end; in php_ereg() local
361 start = subs[i].rm_so; in php_ereg()
363 if (start != -1 && end > 0 && start < string_len && end < string_len && start < end) { in php_ereg()
364 add_index_stringl(*array, i, string+start, end-start, 1); in php_ereg()
/PHP-5.5/ext/ereg/regex/
H A Dengine.c80 unsigned char *start; local
90 start = string;
91 stop = start + strlen(start);
93 if (stop < start)
112 m->beginp = start;
234 unsigned char *start;
254 sp = start;
422 unsigned char *start;
442 sp = start;
636 register int c = (start == m->beginp) ? OUT : *(start-1);
[all …]
H A Dengine.ih8 static unsigned char *dissect(register struct match *m, unsigned char *start, unsigned char *stop, …
9 static unsigned char *backref(register struct match *m, unsigned char *start, unsigned char *stop, …
10 static unsigned char *fast(register struct match *m, unsigned char *start, unsigned char *stop, sop…
11 static unsigned char *slow(register struct match *m, unsigned char *start, unsigned char *stop, sop…
12 static states step(register struct re_guts *g, sopno start, sopno stop, register states bef, int ch…
26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, so…
H A Dregcomp.c707 start = p_b_symbol(p);
716 finish = start;
948 ASTERN(OOR1, start);
959 INSERT(OCH_, start);
960 ASTERN(OOR1, start);
961 AHEAD(start);
1352 dupl(p, start, finish) in dupl() argument
1515 sop *start = NULL; local
1557 start = newstart;
1568 if (!start) {
[all …]
H A Dregcomp.ih23 static void repeat(register struct parse *p, sopno start, int from, int to);
41 static sopno dupl(register struct parse *p, sopno start, sopno finish);
H A Dtests32 # For REG_STARTEND, the start/end offsets are those of the substring
/PHP-5.5/ext/ereg/tests/
H A D006.phpt2 Test ereg_replace of start-of-line
/PHP-5.5/ext/exif/
H A Dtest.txt187 To start the test you simple have to put all images into the same directory as this script.
/PHP-5.5/ext/exif/tests/
H A Dbug48378.phpt13 Warning: exif_read_data(%s): Invalid IFD start in %s48378.php on line %d
H A Dbug72094.phpt56 Warning: exif_read_data(bug72094_4.jpg): Invalid TIFF start (1) in %s/bug72094.php on line %d
H A Dexif005.phpt2 Check for exif_read_data, unusual IFD start
/PHP-5.5/ext/
H A Dext_skel111 dnl Comments in this file start with the string 'dnl'.
296 step 6 confirms that your module is compiled into PHP. Then, start writing
/PHP-5.5/ext/fileinfo/
H A Dlibmagic.patch3078 const char *buf; /* start of search region */
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic183 # Game files start with "T3-image\015\012\032"
385 # Scans for all common MPEG header start codes
1539 >8 belong x \b, start block %d
4380 >>2 beshort x \b, RAM start $%04x
4382 >>2 beshort x \b, RAM start $%04x
5815 >>0764 long >0 start cyl %ld,
6147 #>>>>>>>>>>>>448 ubyte x \b, start C_S: 0x%x
6157 #>>>>>>>>>>>>464 ubyte x \b, start C_S: 0x%x
7755 >32 lelong x \b start for free list %u,
8692 #>>16 lelong x start %d,
[all …]
/PHP-5.5/ext/ftp/tests/
H A Dserver.inc18 die("could not start/bind the ftp server\n");

Completed in 71 milliseconds

12345678910>>...14