Home
last modified time | relevance | path

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

/PHP-7.3/ext/simplexml/
H A Dphp_simplexml.h68 zend_function *fptr_count; member
H A Dsimplexml.c1962 if (intern->fptr_count) { in sxe_count_elements()
2098 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2113 fptr_count = NULL; in php_sxe_find_fptr_count()
2117 return fptr_count; in php_sxe_find_fptr_count()
2132 intern->fptr_count = fptr_count; in php_sxe_object_new()
2166 zend_function *fptr_count; in PHP_FUNCTION() local
2186 fptr_count = NULL; in PHP_FUNCTION()
2212 zend_function *fptr_count; in PHP_FUNCTION() local
2240 fptr_count = NULL; in PHP_FUNCTION()
2515 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/PHP-7.3/ext/spl/
H A Dspl_fixedarray.c55 zend_function *fptr_count; member
281 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_fixedarray_object_new_ex()
282 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
283 intern->fptr_count = NULL; in spl_fixedarray_object_new_ex()
520 if (intern->fptr_count) { in spl_fixedarray_object_count_elements()
522 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
H A Dspl_heap.c73 zend_function *fptr_count; member
424 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_heap_object_new_ex()
425 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
426 intern->fptr_count = NULL; in spl_heap_object_new_ex()
458 if (intern->fptr_count) { in spl_heap_object_count_elements()
460 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.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
238 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_array_object_new_ex()
239 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
240 intern->fptr_count = NULL; in spl_array_object_new_ex()
1434 if (intern->fptr_count) { in spl_array_object_count_elements()
1436 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 35 milliseconds