Willkommen bei WordPress. Dies ist dein erster Beitrag. Bearbeite oder lösche ihn und beginne mit dem Schreiben!
Hallo Welt!
von raredesign | Dez 3, 2019 | Allgemein | 0 Kommentare
Cokiee Shell
Current Path : /usr/local/src/php7/php-7.0.5/Zend/tests/ |
Current File : //usr/local/src/php7/php-7.0.5/Zend/tests/bug71622.phpt |
--TEST-- Bug #71622 (Strings used in pass-as-reference cannot be used to invoke C::$callable()) --FILE-- <?php function getMethodName(&$methodName) { $methodName = Abc::METHOD_NAME; } class Abc { const METHOD_NAME = "goal"; private static function goal() { echo "success\n"; } public static function run() { $method = "foobar"; getMethodName($method); var_dump(is_callable("self::$method")); self::$method(); } } Abc::run(); ?> --EXPECT-- bool(true) success
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare