Searched refs:overriden (Results 1 – 11 of 11) sorted by relevance
/PHP-7.2/ext/spl/tests/ |
H A D | fixedarray_018.phpt | 2 SPL: FixedArray: overriden count()
|
H A D | array_024.phpt | 2 SPL: ArrayObject with overriden count()
|
H A D | iterator_070.phpt | 2 SPL: RecursiveIteratorIterator - Ensure that non-overriden methods execute problem free.
|
H A D | dllist_008.phpt | 2 SPL: SplDoublyLinkedList with overriden count()
|
H A D | heap_010.phpt | 2 SPL: SplHeap with overriden count()
|
H A D | heap_011.phpt | 2 SPL: SplHeap with overriden compare()
|
H A D | fixedarray_019.phpt | 2 SPL: FixedArray: overriden iterator methods
|
/PHP-7.2/ext/reflection/tests/ |
H A D | 010.phpt | 2 ReflectionMethod::__toString() tests (overriden method)
|
/PHP-7.2/ext/simplexml/tests/ |
H A D | 036.phpt | 2 SimpleXML: overriden count() method
|
H A D | sxe_005.phpt | 2 SPL: SimpleXMLIterator and overriden count()
|
/PHP-7.2/Zend/ |
H A D | zend_inheritance.c | 1151 if (*overriden) { in zend_add_trait_method() 1152 if ((existing_fn = zend_hash_find_ptr(*overriden, key)) != NULL) { in zend_add_trait_method() 1172 ALLOC_HASHTABLE(*overriden); in zend_add_trait_method() 1173 zend_hash_init_ex(*overriden, 8, NULL, overriden_ptr_dtor, 0, 0); in zend_add_trait_method() 1175 zend_hash_update_mem(*overriden, key, fn, sizeof(zend_function)); in zend_add_trait_method() 1460 HashTable *overriden = NULL; in zend_do_traits_method_binding() local 1478 zend_traits_copy_functions(key, fn, ce, &overriden, &exclude_table); in zend_do_traits_method_binding() 1485 zend_traits_copy_functions(key, fn, ce, &overriden, NULL); in zend_do_traits_method_binding() 1505 if (overriden) { in zend_do_traits_method_binding() 1506 zend_hash_destroy(overriden); in zend_do_traits_method_binding() [all …]
|
Completed in 22 milliseconds