mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
- Fix test
This commit is contained in:
parent
6704038c73
commit
46a94ebaa6
1 changed files with 4 additions and 4 deletions
|
@ -152,12 +152,12 @@ bool(false)
|
|||
|
||||
Arg value: (type: NULL)
|
||||
|
||||
Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
|
||||
Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
|
||||
bool(false)
|
||||
|
||||
Arg value: (type: NULL)
|
||||
|
||||
Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
|
||||
Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
|
||||
bool(false)
|
||||
|
||||
Arg value: 1 (type: boolean)
|
||||
|
@ -202,11 +202,11 @@ bool(false)
|
|||
|
||||
Arg value: (type: NULL)
|
||||
|
||||
Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
|
||||
Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
|
||||
bool(false)
|
||||
|
||||
Arg value: (type: NULL)
|
||||
|
||||
Warning: get_class() expects parameter 1 to be object, null given in %sget_class_variation_001.php on line %d
|
||||
Warning: get_class() called without object from outside a class in %sget_class_variation_001.php on line %d
|
||||
bool(false)
|
||||
Done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue