mirror of
https://github.com/phpv8/v8js.git
synced 2025-03-11 22:18:44 +00:00
Fixed build in 5.4+
This commit is contained in:
parent
dfbd5f0c0c
commit
8fcbf0a9e7
@ -16,8 +16,8 @@ http://pear.php.net/dtd/package-2.0.xsd">
|
|||||||
<active>yes</active>
|
<active>yes</active>
|
||||||
</lead>
|
</lead>
|
||||||
|
|
||||||
<date>2010-12-31</date>
|
<date>2012-07-06</date>
|
||||||
<version><release>0.1.1</release><api>0.1.1</api></version>
|
<version><release>0.1.3</release><api>0.1.3</api></version>
|
||||||
<stability><release>beta</release><api>beta</api></stability>
|
<stability><release>beta</release><api>beta</api></stability>
|
||||||
<license uri="http://www.php.net/license">PHP</license>
|
<license uri="http://www.php.net/license">PHP</license>
|
||||||
<notes>
|
<notes>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
037+ Mon Sep 08 1975 09:00:00 GMT+0000 (UTC)
|
037+ Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
|
||||||
037- Mon Sep 08 1975 09:00:00 GMT+0200 (EET)
|
037- Mon Sep 08 1975 09:00:00 GMT+0200 (EET)
|
||||||
046+ string(6) "+00:00"
|
046+ string(6) "-07:00"
|
||||||
046- string(6) "+02:00"
|
046- string(6) "+02:00"
|
@ -122,7 +122,7 @@ array(4) {
|
|||||||
|
|
||||||
TEST: Javascript Date -> PHP DateTime
|
TEST: Javascript Date -> PHP DateTime
|
||||||
======================================
|
======================================
|
||||||
Mon Sep 08 1975 09:00:00 GMT+0000 (UTC)
|
Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
|
||||||
array(2) {
|
array(2) {
|
||||||
[0]=>
|
[0]=>
|
||||||
object(DateTime)#4 (3) {
|
object(DateTime)#4 (3) {
|
||||||
@ -131,7 +131,7 @@ array(2) {
|
|||||||
["timezone_type"]=>
|
["timezone_type"]=>
|
||||||
int(1)
|
int(1)
|
||||||
["timezone"]=>
|
["timezone"]=>
|
||||||
string(6) "+00:00"
|
string(6) "-07:00"
|
||||||
}
|
}
|
||||||
[1]=>
|
[1]=>
|
||||||
string(3) "foo"
|
string(3) "foo"
|
||||||
|
@ -34,7 +34,7 @@ array(4) {
|
|||||||
|
|
||||||
TEST: Javascript Date -> PHP DateTime
|
TEST: Javascript Date -> PHP DateTime
|
||||||
======================================
|
======================================
|
||||||
Mon Sep 08 1975 09:00:00 GMT+0000 (UTC)
|
Mon Sep 08 1975 09:00:00 GMT-0700 (PDT)
|
||||||
array(2) {
|
array(2) {
|
||||||
[0]=>
|
[0]=>
|
||||||
object(DateTime)#4 (3) {
|
object(DateTime)#4 (3) {
|
||||||
@ -43,7 +43,7 @@ array(2) {
|
|||||||
["timezone_type"]=>
|
["timezone_type"]=>
|
||||||
int(1)
|
int(1)
|
||||||
["timezone"]=>
|
["timezone"]=>
|
||||||
string(6) "+00:00"
|
string(6) "-07:00"
|
||||||
}
|
}
|
||||||
[1]=>
|
[1]=>
|
||||||
string(3) "foo"
|
string(3) "foo"
|
||||||
|
@ -1,2 +1,2 @@
|
|||||||
035+ string(6) "+00:00"
|
035+ string(6) "-07:00"
|
||||||
035- string(6) "+02:00"
|
035- string(6) "+02:00"
|
@ -77,7 +77,7 @@ object(DateTime)#3 (3) {
|
|||||||
["timezone_type"]=>
|
["timezone_type"]=>
|
||||||
int(1)
|
int(1)
|
||||||
["timezone"]=>
|
["timezone"]=>
|
||||||
string(6) "+00:00"
|
string(6) "-07:00"
|
||||||
}
|
}
|
||||||
int(1234567890)
|
int(1234567890)
|
||||||
float(123.456789)
|
float(123.456789)
|
||||||
|
@ -32,7 +32,7 @@ object(DateTime)#3 (3) {
|
|||||||
["timezone_type"]=>
|
["timezone_type"]=>
|
||||||
int(1)
|
int(1)
|
||||||
["timezone"]=>
|
["timezone"]=>
|
||||||
string(6) "+00:00"
|
string(6) "-07:00"
|
||||||
}
|
}
|
||||||
int(1234567890)
|
int(1234567890)
|
||||||
float(123.456789)
|
float(123.456789)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user