Browse Source

Update test that now generates a warning after r306931, which increased the

error you get when silently casting an empty variable to an object to an
E_WARNING from E_STRICT.
experimental/with_scalar_types
Adam Harvey 16 years ago
parent
commit
f9b8088349
  1. 3
      tests/lang/bug7515.phpt

3
tests/lang/bug7515.phpt

@ -32,5 +32,6 @@ y=$y
";
}
?>
--EXPECT--
--EXPECTF--
Warning: Creating default object from empty value in %s on line %d
success
Loading…
Cancel
Save