Home
last modified time | relevance | path

Searched refs:count_elements (Results 1 – 11 of 11) sorted by relevance

/PHP-7.3/Zend/
H A Dzend_object_handlers.h157 zend_object_count_elements_t count_elements; member
H A Dzend_API.c4335 if (Z_OBJ_HT_P(countable)->count_elements) { in zend_is_countable()
H A Dzend_vm_def.h8102 if (Z_OBJ_HT_P(op1)->count_elements) {
8103 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
H A Dzend_vm_execute.h9382 if (Z_OBJ_HT_P(op1)->count_elements) {
9383 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
19696 if (Z_OBJ_HT_P(op1)->count_elements) {
19697 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
27956 if (Z_OBJ_HT_P(op1)->count_elements) {
27957 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
47862 if (Z_OBJ_HT_P(op1)->count_elements) {
47863 if (SUCCESS == Z_OBJ_HT_P(op1)->count_elements(op1, &count)) {
/PHP-7.3/ext/intl/resourcebundle/
H A Dresourcebundle_class.c456 ResourceBundle_object_handlers.count_elements = resourcebundle_array_count; in resourcebundle_register_class()
/PHP-7.3/ext/spl/
H A Dspl_heap.c1199 spl_handler_SplHeap.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
1221 spl_handler_SplPriorityQueue.count_elements = spl_heap_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_fixedarray.c1068 spl_handler_SplFixedArray.count_elements = spl_fixedarray_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_dllist.c1396 spl_handler_SplDoublyLinkedList.count_elements = spl_dllist_object_count_elements; in PHP_MINIT_FUNCTION()
H A Dspl_array.c2016 spl_handler_ArrayObject.count_elements = spl_array_object_count_elements; in PHP_MINIT_FUNCTION()
/PHP-7.3/ext/standard/
H A Darray.c804 if (Z_OBJ_HT_P(array)->count_elements) { in PHP_FUNCTION()
806 if (SUCCESS == Z_OBJ_HT(*array)->count_elements(array, &Z_LVAL_P(return_value))) { in PHP_FUNCTION()
/PHP-7.3/ext/simplexml/
H A Dsimplexml.c2707 sxe_object_handlers.count_elements = sxe_count_elements; in PHP_MINIT_FUNCTION()

Completed in 357 milliseconds