Home
last modified time | relevance | path

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

/PHP-7.4/ext/simplexml/
H A Dphp_simplexml.h68 zend_function *fptr_count; member
H A Dsimplexml.c1981 if (intern->fptr_count) { in sxe_count_elements()
2117 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2132 fptr_count = NULL; in php_sxe_find_fptr_count()
2136 return fptr_count; in php_sxe_find_fptr_count()
2151 intern->fptr_count = fptr_count; in php_sxe_object_new()
2185 zend_function *fptr_count; in PHP_FUNCTION() local
2205 fptr_count = NULL; in PHP_FUNCTION()
2231 zend_function *fptr_count; in PHP_FUNCTION() local
2259 fptr_count = NULL; in PHP_FUNCTION()
2535 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/PHP-7.4/ext/spl/
H A Dspl_heap.c74 zend_function *fptr_count; member
422 intern->fptr_count = other->fptr_count; in spl_heap_object_new_ex()
456 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_heap_object_new_ex()
457 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
458 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_fixedarray.c55 zend_function *fptr_count; member
287 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_fixedarray_object_new_ex()
288 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
289 intern->fptr_count = NULL; in spl_fixedarray_object_new_ex()
528 if (intern->fptr_count) { in spl_fixedarray_object_count_elements()
530 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
444 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_dllist_object_new_ex()
445 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
446 intern->fptr_count = NULL; in spl_dllist_object_new_ex()
478 if (intern->fptr_count) { in spl_dllist_object_count_elements()
480 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.c71 zend_function *fptr_count; member
237 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_array_object_new_ex()
238 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
239 intern->fptr_count = NULL; in spl_array_object_new_ex()
1397 if (intern->fptr_count) { in spl_array_object_count_elements()
1399 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 28 milliseconds