Lines Matching refs:DateTimeZone
2 Test new DateTimeZone() : basic functionality
5 /* Prototype : DateTimeZone::__construct ( string $timezone )
6 * Description: Returns new DateTimeZone object
14 echo "*** Testing new DateTimeZone() : basic functionality ***\n";
16 var_dump( new DateTimeZone("GMT") );
17 var_dump( new DateTimeZone("Europe/London") );
18 var_dump( new DateTimeZone("America/Los_Angeles") );
23 *** Testing new DateTimeZone() : basic functionality ***
24 object(DateTimeZone)#%d (2) {
30 object(DateTimeZone)#%d (2) {
36 object(DateTimeZone)#%d (2) {