mirror of
https://github.com/phpv8/v8js.git
synced 2024-11-12 22:18:41 +00:00
Remove hard-coded pathname from test
This commit is contained in:
parent
5ae48bbda7
commit
9d3ff2868c
@ -54,19 +54,19 @@ try {
|
|||||||
|
|
||||||
?>
|
?>
|
||||||
===EOF===
|
===EOF===
|
||||||
--EXPECT--
|
--EXPECTF--
|
||||||
Warning: Creating default object from empty value in /home/stesie/Projekte/php-7.0.9/ext/v8js/tests/issue_250_001.php on line 9
|
Warning: Creating default object from empty value in %s%eissue_250_001.php on line 9
|
||||||
object(TestObject)#2 (3) {
|
object(TestObject)#%d (3) {
|
||||||
["data":"TestObject":private]=>
|
["data":"TestObject":private]=>
|
||||||
object(V8Object)#3 (0) {
|
object(V8Object)#%d (0) {
|
||||||
}
|
}
|
||||||
["meta":"TestObject":private]=>
|
["meta":"TestObject":private]=>
|
||||||
array(0) {
|
array(0) {
|
||||||
}
|
}
|
||||||
["a"]=>
|
["a"]=>
|
||||||
object(stdClass)#4 (1) {
|
object(stdClass)#%d (1) {
|
||||||
["b"]=>
|
["b"]=>
|
||||||
object(stdClass)#5 (1) {
|
object(stdClass)#%d (1) {
|
||||||
["title"]=>
|
["title"]=>
|
||||||
string(4) "ouch"
|
string(4) "ouch"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user