Home
last modified time | relevance | path

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

/PHP-7.2/ext/simplexml/
H A Dphp_simplexml.h70 zend_function *fptr_count; member
H A Dsimplexml.c1977 if (intern->fptr_count) { in sxe_count_elements()
2140 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2155 fptr_count = NULL; in php_sxe_find_fptr_count()
2159 return fptr_count; in php_sxe_find_fptr_count()
2174 intern->fptr_count = fptr_count; in php_sxe_object_new()
2208 zend_function *fptr_count; in PHP_FUNCTION() local
2228 fptr_count = NULL; in PHP_FUNCTION()
2254 zend_function *fptr_count; in PHP_FUNCTION() local
2282 fptr_count = NULL; in PHP_FUNCTION()
2550 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/PHP-7.2/ext/spl/
H A Dspl_fixedarray.c57 zend_function *fptr_count; member
285 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_fixedarray_object_new_ex()
286 if (intern->fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
287 intern->fptr_count = NULL; in spl_fixedarray_object_new_ex()
535 if (intern->fptr_count) { in spl_fixedarray_object_count_elements()
537 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.c75 zend_function *fptr_count; member
428 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_heap_object_new_ex()
429 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
430 intern->fptr_count = NULL; in spl_heap_object_new_ex()
462 if (intern->fptr_count) { in spl_heap_object_count_elements()
464 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.c94 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.c73 zend_function *fptr_count; member
240 …intern->fptr_count = zend_hash_str_find_ptr(&class_type->function_table, "count", sizeof("count") … in spl_array_object_new_ex()
241 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
242 intern->fptr_count = NULL; in spl_array_object_new_ex()
1436 if (intern->fptr_count) { in spl_array_object_count_elements()
1438 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 29 milliseconds