diff options
author | Felipe Pena <felipe@php.net> | 2010-06-26 17:17:47 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2010-06-26 17:17:47 +0000 |
commit | 419f589580662b464aeaa56a5a055935e2113f95 (patch) | |
tree | 351d18459945d6a3b0fb7fa0765bdebd1eba2c50 | |
parent | 9ea7a70e24bc41cd5981e0fd16a9d7eb8fee6f39 (diff) | |
download | php-git-419f589580662b464aeaa56a5a055935e2113f95.tar.gz |
- Fixed tests
-rw-r--r-- | Zend/tests/bug52193.phpt | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Zend/tests/bug52193.phpt b/Zend/tests/bug52193.phpt index b4e4b3aab9..7452672e31 100644 --- a/Zend/tests/bug52193.phpt +++ b/Zend/tests/bug52193.phpt @@ -35,43 +35,43 @@ array(0) { } array(1) { [0]=> - object(Closure)#1 (0) { + object(Closure)#%d (0) { } } int(2) array(1) { [0]=> - object(Closure)#2 (1) { + object(Closure)#%d (1) { ["static"]=> array(1) { ["h"]=> &array(1) { [0]=> - object(Closure)#1 (0) { + object(Closure)#%d (0) { } } } } } -object(Closure)#2 (1) { +object(Closure)#%d (1) { ["static"]=> array(1) { ["h"]=> &array(1) { [0]=> - object(Closure)#1 (0) { + object(Closure)#%d (0) { } } } } array(1) { [0]=> - object(Closure)#1 (0) { + object(Closure)#%d (0) { } } array(2) { [0]=> - object(Closure)#3 (0) { + object(Closure)#%d (0) { } [1]=> int(5) |