diff options
Diffstat (limited to 'tests/classes/factory_and_singleton_005.phpt')
| -rwxr-xr-x | tests/classes/factory_and_singleton_005.phpt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/classes/factory_and_singleton_005.phpt b/tests/classes/factory_and_singleton_005.phpt index 93f94c1422..fc000b87e2 100755 --- a/tests/classes/factory_and_singleton_005.phpt +++ b/tests/classes/factory_and_singleton_005.phpt @@ -16,4 +16,5 @@ $obj = NULL; echo "Done\n"; ?> --EXPECTF-- -Fatal error: Call to protected destructor from context '' %sfactory_and_singleton_005.php on line %d +Warning: Call to protected destructor from context '' in %sfactory_and_singleton_005.php on line %d +Done |
