Lines Matching refs:date_sun_info
2 Test date_sun_info() function : error variations - Pass unexpected values for time argument
5 /* Prototype : array date_sun_info ( int $time , float $latitude , float $longitude )
12 echo "*** Testing date_sun_info() : usage variations ***\n";
71 // loop through each element of $inputs to check the behaviour of date_sun_info()
75 var_dump(date_sun_info($input, 31.7667, 35.2333));
82 *** Testing date_sun_info() : usage variations ***
416 Warning: date_sun_info() expects parameter 1 to be long, string given in %s on line %d
421 Warning: date_sun_info() expects parameter 1 to be long, string given in %s on line %d
426 Warning: date_sun_info() expects parameter 1 to be long, array given in %s on line %d
431 Warning: date_sun_info() expects parameter 1 to be long, string given in %s on line %d
436 Warning: date_sun_info() expects parameter 1 to be long, string given in %s on line %d
441 Warning: date_sun_info() expects parameter 1 to be long, string given in %s on line %d
490 Warning: date_sun_info() expects parameter 1 to be long, resource given in %s on line %d