php-8.0.30-src/Zend/tests/real_cast.phpt

11 lines
185 B
PHP

--TEST--
The (real) cast is no longer supported
--FILE--
<?php
var_dump((real) 42);
?>
--EXPECTF--
Parse error: The (real) cast has been removed, use (float) instead in %s on line %d