$c = new C(0.0);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-0.0.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-0.0.php on line %d
$c = new C(0);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-0.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-0.php on line %d
$c = new C(1.0);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-1.0.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-1.0.php on line %d
$c = new C(1);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-1.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-1.php on line %d
$c = new C("");
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-empty_str.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-empty_str.php on line %d
$c = new C(false);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-false.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-false.php on line %d
$c = new C(new stdClass);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-object.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-object.php on line %d
$c = new C(fopen("data:text/plain,Foo", 'r'));
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-resource.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-resource.php on line %d
$c = new C("foo");
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-str.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-str.php on line %d
$c = new C(true);
var_dump($c);
--EXPECTF--
-Fatal error: __debuginfo() must return an array in %s/Zend/tests/debug_info-error-true.php on line %d
+Fatal error: __debuginfo() must return an array in %s%eZend%etests%edebug_info-error-true.php on line %d