Home
last modified time | relevance | path

Searched refs:classes (Results 51 – 75 of 383) sorted by relevance

12345678910>>...16

/PHP-5.5/tests/classes/
H A Dautoload_002.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dbug23951.phpt2 Bug #23951 (Defines not working in inherited classes)
H A Dautoload_004.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dprivate_members_serialization.phpt2 Verifies that it is possible to return private member names of parent classes in __sleep
H A Dautoload_005.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_006.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug67072_2.phpt24 $classes = array('stdClass', 'MyClass', 'MyClassSer', 'MyClassSer2', 'SplFileObject', 'MySplFileObj…
28 foreach($classes as $cl) {
H A Dbug45706.phpt2 Bug #45706 Unserialization of classes derived from ArrayIterator fails
H A Dbug30234.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/PHP-5.5/ext/mysqli/tests/
H A Dbug38003.phpt2 Bug #38003 (in classes inherited from MySQLi it's possible to call private constructors from invali…
/PHP-5.5/ext/spl/tests/
H A Dclass_implements_basic.phpt6 * Description: Return all classes and interfaces implemented by SPL
/PHP-5.5/Zend/tests/
H A Dbug24436.phpt2 Bug #24436 (isset()/empty() produce errors with non-existent variables in classes)
H A Dbug43200.phpt2 Bug #43200 (Interface implementation / inheritence not possible in abstract classes)
/PHP-5.5/ext/reflection/tests/
H A Dbug52854.phpt2 Bug #52854: ReflectionClass::newInstanceArgs does not work for classes without constructors
H A DReflectionClass_getProperties_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_hasMethod_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_hasProperty_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A Dbug30148.phpt2 Reflection Bug #30148 (ReflectionMethod->isConstructor() fails for inherited classes)
H A DReflectionMethod_getClosureThis.phpt28 // Initialize classes
H A DReflectionClass_getMethods_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_classes_error_001.phpt6 * Description: Returns an array of all declared classes.
/PHP-5.5/ext/mbstring/tests/
H A Dmb_ereg_variation4.phpt2 Test mb_ereg() function : usage variations - pass different character classes as pattern for multib…
16 * Test how character classes match a multibyte string
/PHP-5.5/ext/opcache/tests/
H A Dbug64353.phpt2 Bug #64353 (Built-in classes can be unavailable with dynamic includes and OPcache)
/PHP-5.5/ext/json/tests/
H A Dbug61978.phpt2 Bug #61978 (Object recursion not detected for classes that implement JsonSerializable)
/PHP-5.5/ext/intl/tests/
H A Dbug62915-2.phpt2 Bug #62915: cloning of several classes is defective

Completed in 23 milliseconds

12345678910>>...16