ru_php/ext/opcache/tests/opt/sccp_030.phpt

18 lines
272 B
PHP

--TEST--
SCCP 030: TYPE_CHECK inferred from type inference info
--INI--
opcache.enable=1
opcache.enable_cli=1
opcache.optimization_level=-1
opcache.opt_debug_level=0
--EXTENSIONS--
opcache
--FILE--
<?php
var_dump(is_string(sys_get_temp_dir()));
?>
--EXPECT--
bool(true)