Home
last modified time | relevance | path

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

/PHP-8.0/ext/simplexml/
H A Dphp_simplexml.h66 zend_function *fptr_count; member
H A Dsimplexml.c1947 if (intern->fptr_count) { in sxe_count_elements()
2204 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2219 fptr_count = NULL; in php_sxe_find_fptr_count()
2223 return fptr_count; in php_sxe_find_fptr_count()
2237 intern->fptr_count = fptr_count; in php_sxe_object_new()
2269 zend_function *fptr_count; in PHP_FUNCTION() local
2291 fptr_count = NULL; in PHP_FUNCTION()
2316 zend_function *fptr_count; in PHP_FUNCTION() local
2346 fptr_count = NULL; in PHP_FUNCTION()
2622 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/PHP-8.0/ext/spl/
H A Dspl_heap.c72 zend_function *fptr_count; member
411 intern->fptr_count = other->fptr_count; in spl_heap_object_new_ex()
443 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_heap_object_new_ex()
444 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
445 intern->fptr_count = NULL; in spl_heap_object_new_ex()
473 if (intern->fptr_count) { in spl_heap_object_count_elements()
475 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
H A Dspl_fixedarray.c55 zend_function *fptr_count; member
302 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_fixedarray_object_new_ex()
303 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
304 intern->fptr_count = NULL; in spl_fixedarray_object_new_ex()
524 if (intern->fptr_count) { in spl_fixedarray_object_count_elements()
526 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
H A Dspl_dllist.c92 zend_function *fptr_count; member
435 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_dllist_object_new_ex()
436 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
437 intern->fptr_count = NULL; in spl_dllist_object_new_ex()
465 if (intern->fptr_count) { in spl_dllist_object_count_elements()
467 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.c70 zend_function *fptr_count; member
227 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_array_object_new_ex()
228 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
229 intern->fptr_count = NULL; in spl_array_object_new_ex()
1387 if (intern->fptr_count) { in spl_array_object_count_elements()
1389 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 40 milliseconds