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 | 72bc2a9ae85e177016d05b176bb7f54f4ce7a275 (patch) | |
tree | eef38b1d4160b0032d8424df81ec5d9e0a588fae /Zend/tests/bug52193.phpt | |
parent | 87c87daaf356e55b6ba062672429d80b566c4adf (diff) | |
download | php-git-72bc2a9ae85e177016d05b176bb7f54f4ce7a275.tar.gz |
- Fixed tests
Diffstat (limited to 'Zend/tests/bug52193.phpt')
-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) |