Home
last modified time | relevance | path

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

12345678910

/php-src/ext/reflection/tests/
H A DReflectionExtension_getClassNames_variation1.phpt2 ReflectionExtension::getClassNames() method on an extension with no classes
H A Dbug26640.phpt2 Reflection Bug #26640 (__autoload() not invoked by Reflection classes)
H A DReflectionClass_getDocComment_001.phpt49 $classes = array('A', 'B', 'C', 'D', 'E', 'F', 'G', 'I');
50 foreach ($classes as $class) {
H A DReflectionClass_isInstance_basic.phpt13 $classes = array("A", "B", "C", "I", "X");
20 foreach ($classes as $class) {
H A DReflectionClass_isIterateable_001.phpt29 $classes = array('Traversable', 'Iterator', 'IteratorAggregate', 'ExtendsIterator', 'ExtendsIterato…
32 foreach($classes as $class) {
/php-src/Zend/tests/
H A Daccess_modifiers_003.phpt2 using multiple access modifiers (classes)
H A Dstringable_internal_class.phpt2 Stringable should be automatically implemented for internal classes
H A Dbug62609.phpt2 Bug #62609: Allow implementing Traversable on abstract classes (fail)
H A Dbug62609_2.phpt2 Bug #62609: Allow implementing Traversable on abstract classes (work)
H A Dbug69534.phpt2 Bug #69534 (Cycle leaks through declared properties on internal classes)
H A Dbug42859.phpt2 Bug #42859 (import always conflicts with internal classes)
/php-src/Zend/tests/readonly_classes/
H A Dreadonly_class_dynamic_property.phpt2 Readonly classes cannot use dynamic properties
H A Dgh9285_success.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - success
H A Dreadonly_class_unserialize_error.phpt2 Fix GH-9186 Readonly classes can have dynamic properties created by unserialize()
/php-src/ext/com_dotnet/tests/
H A Dbug45280.phpt2 Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)
/php-src/ext/opcache/tests/
H A Dverify_return_instanceof.phpt2 Instanceof checks in VERIFY_RETURN_TYPE optimization may deal with unlinked classes
/php-src/Zend/tests/return_types/
H A D016.phpt2 Fully qualified classes are allowed in return types
H A D017.phpt2 Fully qualified classes in trait return types
/php-src/Zend/tests/type_declarations/
H A Dstatic_type_in_final_class.phpt2 While it may not be very useful, static is also permitted in final classes
/php-src/Zend/tests/traits/
H A Dconstant_003.phpt2 Non-final Constants in traits can be overridden in derived classes
/php-src/ext/gmp/tests/
H A Dbug74670.phpt2 Bug #74670: Integer Underflow when unserializing GMP and possible other classes
/php-src/Zend/tests/type_declarations/mixed/inheritance/
H A Dmixed_parameter_inheritance_success7.phpt2 Test that a parameter of a union type of classes can be overridden by the mixed type
/php-src/tests/classes/
H A Dautoload_001.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
H A Dautoload_002.phpt5 if (class_exists('autoload_root', false)) die('skip Autoload test classes exist already');
/php-src/Zend/tests/constants/final_constants/
H A Dfinal_const3.phpt13 Fatal error: Private constant Foo::A cannot be final as it is not visible to other classes in %s on…

Completed in 29 milliseconds

12345678910