Home
last modified time | relevance | path

Searched refs:start (Results 26 – 50 of 346) sorted by path

12345678910>>...14

/PHP-5.5/ext/curl/tests/
H A Dbug55767.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_001.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_002.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_basic_003.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_basic_004.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_basic_005.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_basic_006.phpt19 // start testing
25 ob_start(); // start output buffering
H A Dcurl_basic_011.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_012.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_013.phpt18 // start testing
24 ob_start(); // start output buffering
H A Dcurl_basic_017.phpt18 // start testing
28 ob_start(); // start output buffering
H A Dcurl_basic_018.phpt18 // start testing
28 ob_start(); // start output buffering
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 Dcurl_setopt_basic003.phpt14 // start testing
29 ob_start(); // start output buffering
H A Dcurl_setopt_basic004.phpt14 // start testing
/PHP-5.5/ext/date/lib/
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 )

Completed in 40 milliseconds

12345678910>>...14