Home
last modified time | relevance | path

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

12345678910

/PHP-8.2/ext/reflection/tests/
H A DReflectionObject_getConstant_basic.phpt18 $classes = array("C", "D", "E", "F", "X");
19 foreach($classes as $class) {
H A DReflectionExtension_getClassNames_variation1.phpt2 ReflectionExtension::getClassNames() method on an extension with no classes
/PHP-8.2/ext/spl/tests/
H A Ddit_002.phpt8 $classes = array(
15 foreach ($classes as $class => $flags) {
/PHP-8.2/ext/opcache/tests/
H A Dgh9164.phpt14 // Generate enough classes so that the out of bound access will cause a crash
28 // Child: Declare classes to allocate CE cache slots.
/PHP-8.2/tests/classes/
H A Dinheritance_007.phpt41 Warning: Private methods cannot be final as they are never overridden by other classes %s
43 Warning: Private methods cannot be final as they are never overridden by other classes %s
H A Dstatic_properties_004.phpt9 echo "\nInherited static properties refer to the same value across classes:\n";
22 Inherited static properties refer to the same value across classes:
/PHP-8.2/Zend/tests/
H A Dabstract-static.phpt2 Test for abstract static classes
H A Dinstantiate_all_classes.phpt2 Try to instantiate all classes without arguments
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 Dbug77652.phpt2 Bug #77652: Anonymous classes can lose their interface information
H A Daccess_modifiers_003.phpt2 using multiple access modifiers (classes)
/PHP-8.2/Zend/tests/anon/
H A D006.phpt2 testing anon classes inside namespaces
H A D009.phpt2 testing traits in anon classes
/PHP-8.2/sapi/phpdbg/tests/
H A Dgh15901.phpt5 i classes
/PHP-8.2/Zend/tests/attributes/
H A D008_wrong_attribution.phpt2 Attributes: Prevent Attribute on non classes
H A D016_custom_attribute_validation.phpt13 Fatal error: Only classes can be marked with #[ZendTestAttribute] in %s
/PHP-8.2/sapi/phpdbg/
H A Dphpdbg_info.h28 PHPDBG_INFO(classes);
/PHP-8.2/ext/standard/tests/array/
H A Dvar_export3.phpt2 var_export() and classes
/PHP-8.2/Zend/tests/type_declarations/union_types/redundant_types/
H A Diterable_and_Traversable_2.phpt2 Using both iterable and Traversable, with extra classes
/PHP-8.2/Zend/tests/readonly_classes/
H A Dreadonly_class_dynamic_property_attribute.phpt2 Readonly classes cannot apply the #[AllowDynamicProperties] attribute
H A Dreadonly_class_dynamic_property.phpt2 Readonly classes cannot use dynamic properties
/PHP-8.2/Zend/tests/type_declarations/union_types/
H A Dgenerator_return_multiple_classes.phpt2 Generator return type with multiple classes
/PHP-8.2/Zend/tests/type_declarations/variance/
H A Dreturn_type_will_change_class_error.phpt2 Test that the ReturnTypeWillChange attribute cannot target classes
/PHP-8.2/ext/com_dotnet/tests/
H A Dbug45280.phpt2 Bug #45280 (Reflection of instantiated COM classes causes PHP to crash)

Completed in 39 milliseconds

12345678910