Searched refs:timezone_transitions_get (Results 1 – 10 of 10) sorted by relevance
/PHP-5.3/ext/date/tests/ |
H A D | timezone_transitions_get_error.phpt | 2 Test timezone_transitions_get() function : error conditions 15 echo "*** Testing timezone_transitions_get() : error conditions ***\n"; 17 echo "\n-- Testing timezone_transitions_get() function with zero arguments --\n"; 18 var_dump( timezone_transitions_get() ); 24 var_dump( timezone_transitions_get($tz, $timestamp_begin, $timestamp_end, $extra_arg) ); 28 var_dump( timezone_transitions_get($invalid_obj) ); 30 var_dump( timezone_transitions_get($invalid_obj) ); 32 var_dump( timezone_transitions_get($invalid_obj) ); 36 *** Testing timezone_transitions_get() : error conditions *** 38 -- Testing timezone_transitions_get() function with zero arguments -- [all …]
|
H A D | timezone_transitions_get_variation1.phpt | 2 Test timezone_transitions_get() function : usage variation - Passing unexpected values to first arg… 100 var_dump( timezone_transitions_get($object) ); 133 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, double given in %s on l… 148 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li… 153 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li… 158 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li… 163 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, array given in %s on li… 168 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin… 173 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin… 238 Warning: timezone_transitions_get() expects parameter 1 to be DateTimeZone, null given in %s on lin… [all …]
|
H A D | timezone_transitions_get_variation2.phpt | 103 $tran = timezone_transitions_get($tz, $timestamp_begin, $timestamp_end); 146 Warning: timezone_transitions_get() expects parameter 2 to be long, array given in %s on line %d 152 Warning: timezone_transitions_get() expects parameter 2 to be long, array given in %s on line %d 158 Warning: timezone_transitions_get() expects parameter 2 to be long, array given in %s on line %d 164 Warning: timezone_transitions_get() expects parameter 2 to be long, array given in %s on line %d 194 Warning: timezone_transitions_get() expects parameter 2 to be long, string given in %s on line %d 200 Warning: timezone_transitions_get() expects parameter 2 to be long, string given in %s on line %d 206 Warning: timezone_transitions_get() expects parameter 2 to be long, string given in %s on line %d 212 Warning: timezone_transitions_get() expects parameter 2 to be long, string given in %s on line %d 218 Warning: timezone_transitions_get() expects parameter 2 to be long, string given in %s on line %d [all …]
|
H A D | timezone_transitions_get_variation3.phpt | 103 $tran = timezone_transitions_get($tz, $timestamp_begin, $timestamp_end); 146 Warning: timezone_transitions_get() expects parameter 3 to be long, array given in %s on line %d 152 Warning: timezone_transitions_get() expects parameter 3 to be long, array given in %s on line %d 158 Warning: timezone_transitions_get() expects parameter 3 to be long, array given in %s on line %d 164 Warning: timezone_transitions_get() expects parameter 3 to be long, array given in %s on line %d 194 Warning: timezone_transitions_get() expects parameter 3 to be long, string given in %s on line %d 200 Warning: timezone_transitions_get() expects parameter 3 to be long, string given in %s on line %d 206 Warning: timezone_transitions_get() expects parameter 3 to be long, string given in %s on line %d 212 Warning: timezone_transitions_get() expects parameter 3 to be long, string given in %s on line %d 218 Warning: timezone_transitions_get() expects parameter 3 to be long, string given in %s on line %d [all …]
|
H A D | timezone_transitions_get_basic1.phpt | 2 Test timezone_transitions_get() function : basic functionality 5 /* Prototype : array timezone_transitions_get ( DateTimeZone $object, [ int $timestamp_begin [, … 11 echo "*** Testing timezone_transitions_get() : basic functionality ***\n"; 19 $tran = timezone_transitions_get($tz); 22 $tran = timezone_transitions_get($tz); 33 *** Testing timezone_transitions_get() : basic functionality ***
|
H A D | DateTimeZone_getTransitions_basic1.phpt | 8 * Alias to functions: timezone_transitions_get()
|
H A D | DateTimeZone_getTransitions_error.phpt | 8 * Alias to functions: timezone_transitions_get()
|
/PHP-5.3/ext/date/ |
H A D | php_date.h | 78 PHP_FUNCTION(timezone_transitions_get);
|
H A D | php_date.c | 425 PHP_FE(timezone_transitions_get, arginfo_timezone_transitions_get) 471 …PHP_ME_MAPPING(getTransitions, timezone_transitions_get, arginfo_timezone_method_transitions… 3401 PHP_FUNCTION(timezone_transitions_get) in PHP_FUNCTION() argument
|
/PHP-5.3/ |
H A D | NEWS | 2919 . two optional parameters to timezone_transitions_get() /
|
Completed in 41 milliseconds