Blame | Letzte Änderung | Log anzeigen | RSS feed
--TEST--Function -- is_scalar--SKIPIF--<?php if (function_exists('is_scalar')) { echo 'skip'; } ?>--FILE--<?phprequire_once 'PHP/Compat.php';PHP_Compat::loadFunction('is_scalar');echo 'test';?>--EXPECT--test