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/ext/standard/tests/class_object/ |
Current File : //usr/local/src/php7/php-7.0.5/ext/standard/tests/class_object/is_a_variation_003.phpt |
--TEST-- Test is_a() function : usage variations - case sensitivity --INI-- error_reporting=E_ALL | E_STRICT | E_DEPRECATED --FILE-- <?php /* Prototype : proto bool is_a(object object, string class_name) * Description: Returns true if the object is of this class or has this class as one of its parents * Source code: Zend/zend_builtin_functions.c * Alias to functions: */ echo "*** Testing is_a() : usage variations ***\n"; class caseSensitivityTest {} class caseSensitivityTestChild extends caseSensitivityTest {} var_dump(is_a(new caseSensitivityTestChild, 'caseSensitivityTEST')); echo "Done"; ?> --EXPECTF-- *** Testing is_a() : usage variations *** bool(true) Done
Cokiee Shell Web 1.0, Coded By Razor
Neueste Kommentare