Home
last modified time | relevance | path

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

/PHP-7.1/ext/simplexml/
H A Dphp_simplexml.h70 zend_function *fptr_count; member
H A Dsimplexml.c1989 if (intern->fptr_count) { in sxe_count_elements()
2152 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2167 fptr_count = NULL; in php_sxe_find_fptr_count()
2171 return fptr_count; in php_sxe_find_fptr_count()
2186 intern->fptr_count = fptr_count; in php_sxe_object_new()
2220 zend_function *fptr_count; in PHP_FUNCTION() local
2240 fptr_count = NULL; in PHP_FUNCTION()
2266 zend_function *fptr_count; in PHP_FUNCTION() local
2294 fptr_count = NULL; in PHP_FUNCTION()
2562 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/PHP-7.1/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()
1412 if (intern->fptr_count) { in spl_array_object_count_elements()
1414 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 45 milliseconds