Home
last modified time | relevance | path

Searched refs:classes (Results 26 – 50 of 383) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt33 echo "\n-- Ensure userspace classes are not listed --\n";
54 -- Ensure userspace classes are not listed --
/PHP-5.5/ext/reflection/tests/
H A DReflectionClass_getConstructor_basic.phpt51 $classes = array('NewCtor', 'ExtendsNewCtor', 'OldCtor', 'ExtendsOldCtor',
54 foreach ($classes as $class) {
H A DReflectionExtension_getClassNames_variation1.phpt2 ReflectionExtension::getClassNames() method on an extension with no classes
H A DReflectionObject_getConstructor_basic.phpt51 $classes = array('NewCtor', 'ExtendsNewCtor', 'OldCtor', 'ExtendsOldCtor',
54 foreach ($classes as $class) {
H A DReflectionClass_isInstance_basic.phpt13 $classes = array("A", "B", "C", "I", "X");
20 foreach ($classes as $class) {
H A Dbug26640.phpt2 Reflection Bug #26640 (__autoload() not invoked by Reflection classes)
H A DReflectionClass_getDocComment_001.phpt50 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
51 foreach ($classes as $class) {
/PHP-5.5/tests/classes/
H A Dstatic_properties_004.phpt9 echo "\nInherited static properties refer to the same value across classes:\n";
23 Inherited static properties refer to the same value across classes:
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
H A Dautoload_001.phpt6 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/PHP-5.5/Zend/tests/
H A Dgc_027.phpt2 GC 027: GC and properties of internal classes
H A Dbug42798.phpt2 Bug #42798 (_autoload() not triggered for classes used in method signature)
H A Daccess_modifiers_003.phpt2 using multiple access modifiers (classes)
H A Dabstract-static.phpt2 Test for abstract static classes
H A Derrmsg_038.phpt13 …perty test::$var final, the final modifier is allowed only for methods and classes in %s on line %d
H A Dbug41633_3.phpt2 Bug #41633.3 (Crash instantiating classes with self-referencing constants)
H A Dbug42859.phpt2 Bug #42859 (import always conflicts with internal classes)
H A Dbug43200_2.phpt2 Bug #43200.2 (Interface implementation / inheritence not possible in abstract classes)
H A Dclass_constants_003.phpt2 class constants as default function arguments and dynamically loaded classes
H A Dclosure_007.phpt2 Closure 007: Nested lambdas in classes
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
/PHP-5.5/ext/standard/tests/array/
H A Dvar_export3.phpt2 var_export() and classes
/PHP-5.5/ext/com_dotnet/tests/
H A Dbug45280.phpt2 Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
/PHP-5.5/Zend/tests/traits/
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug26762.phpt6 if (class_exists('autoload_root')) die('skip Autoload test classes exist already');

Completed in 30 milliseconds

12345678910>>...16