Home
last modified time | relevance | path

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

12345678910

/php-src/ext/reflection/tests/
H A DReflectionClass_modifiers_001.phpt15 $classes = array("A", "B", "C", "D", "E", "I");
17 foreach ($classes as $class) {
H A DReflectionObject_getConstants_basic.phpt18 $classes = array("C", "D", "E", "F", "X");
19 foreach($classes as $class) {
H A DReflectionObject_getConstructor_basic.phpt34 $classes = array('NewCtor', 'ExtendsNewCtor',
37 foreach ($classes as $class) {
H A DReflectionObject_getConstant_basic.phpt18 $classes = array("C", "D", "E", "F", "X");
19 foreach($classes as $class) {
/php-src/ext/opcache/tests/
H A Dgh9164.phpt13 // Generate enough classes so that the out of bound access will cause a crash
27 // Child: Declare classes to allocate CE cache slots.
/php-src/ext/spl/tests/
H A Ddit_002.phpt8 $classes = array(
15 foreach ($classes as $class => $flags) {
/php-src/ext/standard/tests/class_object/
H A Dget_declared_traits_basic_001.phpt26 echo "\n-- Ensure userspace classes are not listed --\n";
47 -- Ensure userspace classes are not listed --
/php-src/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-src/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
/php-src/Zend/tests/anon/
H A D006.phpt2 testing anon classes inside namespaces
H A D009.phpt2 testing traits in anon classes
/php-src/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-src/ext/dom/
H A Dphp_dom.c101 static HashTable classes; variable
731 zend_hash_init(&classes, 0, NULL, NULL, true); in PHP_MINIT_FUNCTION()
771 zend_hash_add_new_ptr(&classes, dom_node_class_entry->name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
880 zend_hash_add_new_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
980 zend_hash_add_new_ptr(&classes, dom_attr_class_entry->name, &dom_attr_prop_handlers); in PHP_MINIT_FUNCTION()
1014 zend_hash_add_new_ptr(&classes, dom_element_class_entry->name, &dom_element_prop_handlers); in PHP_MINIT_FUNCTION()
1044 zend_hash_add_new_ptr(&classes, dom_text_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
1135 zend_hash_add_new_ptr(&classes, dom_entity_class_entry->name, &dom_entity_prop_handlers); in PHP_MINIT_FUNCTION()
1206 zend_hash_add_new_ptr(&classes, dom_xpath_class_entry->name, &dom_xpath_prop_handlers); in PHP_MINIT_FUNCTION()
1283 zend_hash_destroy(&classes); in PHP_MSHUTDOWN_FUNCTION()
[all …]
/php-src/sapi/phpdbg/
H A Dphpdbg_info.h28 PHPDBG_INFO(classes);
/php-src/Zend/tests/readonly_classes/
H A Dreadonly_class_dynamic_property_attribute.phpt2 Readonly classes cannot apply the #[AllowDynamicProperties] attribute
/php-src/Zend/tests/type_declarations/union_types/redundant_types/
H A Diterable_and_Traversable_2.phpt2 Using both iterable and Traversable, with extra classes
/php-src/ext/standard/tests/array/
H A Dvar_export3.phpt2 var_export() and classes
/php-src/Zend/tests/type_declarations/union_types/
H A Dgenerator_return_multiple_classes.phpt2 Generator return type with multiple classes
/php-src/Zend/tests/type_declarations/variance/
H A Dreturn_type_will_change_class_error.phpt2 Test that the ReturnTypeWillChange attribute cannot target classes

Completed in 32 milliseconds

12345678910