Home
last modified time | relevance | path

Searched refs:classes (Results 76 – 100 of 234) sorted by relevance

12345678910

/PHP-8.3/ext/standard/tests/serialize/
H A Dbug26762.phpt5 if (class_exists('autoload_root')) die('skip Autoload test classes exist already');
H A Dbug45706.phpt2 Bug #45706 Unserialization of classes derived from ArrayIterator fails
/PHP-8.3/Zend/tests/return_types/
H A Dinheritance006.phpt7 require __DIR__ . "/classes.php.inc";
H A Dinheritance008.phpt7 require __DIR__ . "/classes.php.inc";
/PHP-8.3/Zend/tests/readonly_classes/
H A Dgh9285_error.phpt2 Bug GH-9285: PHP 8.2 readonly classes allow inheriting mutable properties from traits - error
/PHP-8.3/ext/reflection/tests/
H A DReflectionClass_getProperties_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
H A DReflectionClass_toString_005.phpt2 Using ReflectionClass::__toString() on readonly classes
H A Dbug75231.phpt2 Bug #75231: ReflectionProperty#getValue() incorrectly works with inherited classes
H A DReflectionClass_getMethods_001.phpt29 $classes = array("pubf", "subpubf", "protf", "subprotf",
31 foreach($classes as $class) {
/PHP-8.3/Zend/tests/traits/
H A Dgh12854.phpt42 Warning: Private methods cannot be final as they are never overridden by other classes in %s on lin…
44 Warning: Private methods cannot be final as they are never overridden by other classes in %s on lin…
H A Dbug76773.phpt2 Bug #76773 (Traits used on the parent are ignored for child classes)
H A Dlanguage007.phpt2 Traits can fulfill the requirements of abstract base classes.
/PHP-8.3/tests/classes/
H A Dautoload_012.phpt2 Ensure callback methods in unknown classes trigger autoload.
H A Dautoload_004.phpt5 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)
/PHP-8.3/Zend/tests/
H A Duse_late_binding_conflict.phpt2 Use conflicts are detected for late-bound classes
H A Dclosure_007.phpt2 Closure 007: Nested lambdas in classes
H A Dclass_constants_003.phpt2 class constants as default function arguments and dynamically loaded classes
H A Dbug33171.phpt2 Bug #33171 (foreach enumerates private fields declared in base classes)
H A Dbug41633_3.phpt2 Bug #41633.3 (Crash instantiating classes with self-referencing constants)
/PHP-8.3/ext/opcache/tests/
H A Dpreload_003.phpt2 Preloading classes linked with traits
/PHP-8.3/ext/dom/
H A Dphp_dom.c70 static HashTable classes; variable
625 zend_hash_init(&classes, 0, NULL, NULL, 1); in PHP_MINIT_FUNCTION()
658 zend_hash_add_ptr(&classes, dom_node_class_entry->name, &dom_node_prop_handlers); in PHP_MINIT_FUNCTION()
715 zend_hash_add_ptr(&classes, dom_document_class_entry->name, &dom_document_prop_handlers); in PHP_MINIT_FUNCTION()
756 zend_hash_add_ptr(&classes, dom_attr_class_entry->name, &dom_attr_prop_handlers); in PHP_MINIT_FUNCTION()
772 zend_hash_add_ptr(&classes, dom_element_class_entry->name, &dom_element_prop_handlers); in PHP_MINIT_FUNCTION()
780 zend_hash_add_ptr(&classes, dom_text_class_entry->name, &dom_text_prop_handlers); in PHP_MINIT_FUNCTION()
823 zend_hash_add_ptr(&classes, dom_entity_class_entry->name, &dom_entity_prop_handlers); in PHP_MINIT_FUNCTION()
857 zend_hash_add_ptr(&classes, dom_xpath_class_entry->name, &dom_xpath_prop_handlers); in PHP_MINIT_FUNCTION()
912 zend_hash_destroy(&classes); in PHP_MSHUTDOWN_FUNCTION()
[all …]
/PHP-8.3/ext/ffi/tests/
H A DarrayPointer.phpt2 FFI: Test deprecated use of array helper functions on FFI classes doesn't crash
/PHP-8.3/Zend/tests/type_declarations/variance/
H A Denum_forward_compat.phpt2 Forward compatibility with types that look like classes but aren't
/PHP-8.3/Zend/tests/anon/
H A D008.phpt2 testing static access for methods and properties in anon classes

Completed in 41 milliseconds

12345678910