mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +02:00
- fix test, php6 displays the class
- mv 38943.phpt to bug38943.phpt
This commit is contained in:
parent
c82408cd25
commit
c5108cf86d
1 changed files with 2 additions and 2 deletions
|
@ -28,11 +28,11 @@ array(1) {
|
||||||
int(1)
|
int(1)
|
||||||
}
|
}
|
||||||
object(myZip)#1 (%d) {
|
object(myZip)#1 (%d) {
|
||||||
["test:private"]=>
|
["test":"myZip":private]=>
|
||||||
int(0)
|
int(0)
|
||||||
["testp"]=>
|
["testp"]=>
|
||||||
string(6) "foobar"
|
string(6) "foobar"
|
||||||
["testarray:private"]=>
|
["testarray":"myZip":private]=>
|
||||||
array(1) {
|
array(1) {
|
||||||
[0]=>
|
[0]=>
|
||||||
int(1)
|
int(1)
|
Loading…
Add table
Add a link
Reference in a new issue