Home
last modified time | relevance | path

Searched refs:fptr_count (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/simplexml/
H A Dphp_simplexml.h66 zend_function *fptr_count; member
H A Dsimplexml.c1940 if (intern->fptr_count) { in sxe_count_elements()
2186 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2202 fptr_count = NULL; in php_sxe_find_fptr_count()
2206 return fptr_count; in php_sxe_find_fptr_count()
2220 intern->fptr_count = fptr_count; in php_sxe_object_new()
2251 zend_function *fptr_count; in PHP_FUNCTION() local
2273 fptr_count = NULL; in PHP_FUNCTION()
2298 zend_function *fptr_count; in PHP_FUNCTION() local
2328 fptr_count = NULL; in PHP_FUNCTION()
2611 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/PHP-8.3/ext/spl/
H A Dspl_fixedarray.c57 zend_function *fptr_count; member
307 …zend_function *fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_CO… in spl_fixedarray_object_new_ex() local
308 if (fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
309 fptr_count = NULL; in spl_fixedarray_object_new_ex()
311 intern->fptr_count = fptr_count; in spl_fixedarray_object_new_ex()
530 if (UNEXPECTED(intern->fptr_count)) { in spl_fixedarray_object_count_elements()
532 zend_call_known_instance_method_with_0_params(intern->fptr_count, object, &rv); in spl_fixedarray_object_count_elements()
H A Dspl_heap.c67 zend_function *fptr_count; member
429 intern->fptr_count = other->fptr_count; in spl_heap_object_new_ex()
460 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_heap_object_new_ex()
461 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
462 intern->fptr_count = NULL; in spl_heap_object_new_ex()
490 if (intern->fptr_count) { in spl_heap_object_count_elements()
492 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
H A Dspl_dllist.c82 zend_function *fptr_count; member
380 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_dllist_object_new_ex()
381 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
382 intern->fptr_count = NULL; in spl_dllist_object_new_ex()
410 if (intern->fptr_count) { in spl_dllist_object_count_elements()
412 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements()
H A Dspl_array.c54 zend_function *fptr_count; member
215 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_array_object_new_ex()
216 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
217 intern->fptr_count = NULL; in spl_array_object_new_ex()
1345 if (intern->fptr_count) { in spl_array_object_count_elements()
1347 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 33 milliseconds