Home
last modified time | relevance | path

Searched refs:start (Results 251 – 275 of 346) sorted by last modified time

1...<<11121314

/PHP-5.5/ext/dom/tests/
H A DDOMDocument_relaxNGValidateSource_error1.phpt15 <start>
21 </start>
H A DDOMDocument_relaxNGValidateSource_error2.phpt15 <start>
18 </start>
/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/date/tests/
H A Ddate_diff1.phpt7 $start = new DateTime('2010-10-04 02:18:48 EDT');
9 $int = $start->diff($end);
10 var_dump($start);
H A Dbug49081.phpt2 Bug #49081 (DateTime::diff() mistake if start in January and interval > 28 days)
H A Dbug52113.phpt7 $start = new DateTime('2003-01-02 08:00:00');
9 $diff = $start->diff($end);
10 $p = new DatePeriod($start, $diff, 2);
16 $p = new DatePeriod($start, $diff_un, 2);
30 $p = new DatePeriod($start, $diff_un, 2);
117 ["start"]=>
201 ["start"]=>
H A Dbug53437.phpt33 ["start"]=>
92 ["start"]=>
H A Ddate-time-modify-times.phpt25 foreach ( $tests as $start => $data )
29 echo date_create( $start )
H A Dbug36988.phpt6 $start = microtime(true);
8 echo (microtime(true) - $start) < 1 ? "smaller than one second" : "more than a second";
/PHP-5.5/ext/date/lib/
H A Dtm2unixtime.c31 static void do_range_limit(timelib_sll start, timelib_sll end, timelib_sll adj, timelib_sll *a, tim… in do_range_limit() argument
33 if (*a < start) { in do_range_limit()
34 *b -= (start - *a - 1) / adj + 1; in do_range_limit()
35 *a += adj * ((start - *a - 1) / adj + 1); in do_range_limit()
H A Dastro.h37 #define civil_twilight(ts,lon,lat,start,end) \ argument
38 timelib_astro_rise_set_altitude( ts, lon, lat, -6.0, 0, start, end )
43 #define nautical_twilight(ts,lon,lat,start,end) \ argument
44 timelib_astro_rise_set_altitude( ts, lon, lat, -12.0, 0, start, end )
49 #define astronomical_twilight(ts,lon,lat,start,end) \ argument
50 timelib_astro_rise_set_altitude( ts, lon, lat, -18.0, 0, start, end )
/PHP-5.5/ext/date/
H A Dphp_date.c377 ZEND_ARG_INFO(0, start)
2523 if (intern->start) { in date_object_free_storage_period()
2524 timelib_time_dtor(intern->start); in date_object_free_storage_period()
4384 zval *start, *end = NULL, *interval; in PHP_METHOD() local
4407 if (dpobj->start == NULL) { in PHP_METHOD()
4417 if (dpobj->start) { in PHP_METHOD()
4418 timelib_update_ts(dpobj->start, NULL); in PHP_METHOD()
4438 dpobj->start = clone; in PHP_METHOD()
4439 dpobj->start_ce = Z_OBJCE_P(start); in PHP_METHOD()
4827 if (!period_obj->start || GC_G(gc_active)) { in date_object_get_properties_period()
[all …]
H A Dphp_date.h156 timelib_time *start; member
/PHP-5.5/ext/curl/tests/
H A Dcurl_copy_handle_basic_001.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_002.phpt18 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_004.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_005.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_006.phpt19 ob_start(); // start output buffering
H A Dcurl_copy_handle_basic_007.phpt15 ob_start(); // start output buffering
H A Dcurl_multi_init_basic.phpt16 // start testing
H A Dcurl_multi_init_param.phpt16 // start testing
H A Dcurl_setopt_array_basic.phpt43 ob_start(); // start output buffering
H A Dcurl_setopt_basic002.phpt14 // start testing
33 ob_start(); // start output buffering
H A Dbug45161.phpt24 $i = $start = $end = 100000.00;
33 $start = memory_get_usage() + 1024;
39 if ($start < memory_get_usage()) {

Completed in 53 milliseconds

1...<<11121314