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/bug50174.phpt |
--TEST-- Bug #50174 (Incorrectly matched docComment) --SKIPIF-- <?php if (!extension_loaded('reflection') || !extension_loaded('spl')) print "skip SPL and reflection extensions required"; ?> --FILE-- <?php class TestClass { /** const comment */ const C = 0; function x() {} } $rm = new ReflectionMethod('TestClass', 'x'); var_dump($rm->getDocComment()); class TestClass2 { /** const comment */ const C = 0; public $x; } $rp = new ReflectionProperty('TestClass2', 'x'); var_dump($rp->getDocComment()); ?> --EXPECT-- bool(false) bool(false)
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare