Home
last modified time | relevance | path

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

/php-src/ext/simplexml/
H A Dphp_simplexml.h66 zend_function *fptr_count; member
H A Dsimplexml.c1890 if (intern->fptr_count) { in sxe_count_elements()
2136 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2152 fptr_count = NULL; in php_sxe_find_fptr_count()
2156 return fptr_count; in php_sxe_find_fptr_count()
2170 intern->fptr_count = fptr_count; in php_sxe_object_new()
2201 zend_function *fptr_count; in PHP_FUNCTION() local
2223 fptr_count = NULL; in PHP_FUNCTION()
2248 zend_function *fptr_count; in PHP_FUNCTION() local
2278 fptr_count = NULL; in PHP_FUNCTION()
2561 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/php-src/ext/spl/
H A Dspl_fixedarray.c57 zend_function *fptr_count; member
307 …zend_function *fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_CO… in spl_fixedarray_object_new_ex() local
308 if (fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
309 fptr_count = NULL; in spl_fixedarray_object_new_ex()
311 intern->fptr_count = fptr_count; in spl_fixedarray_object_new_ex()
527 if (UNEXPECTED(intern->fptr_count)) { in spl_fixedarray_object_count_elements()
529 zend_call_known_instance_method_with_0_params(intern->fptr_count, object, &rv); in spl_fixedarray_object_count_elements()
H A Dspl_heap.c67 zend_function *fptr_count; member
429 intern->fptr_count = other->fptr_count; in spl_heap_object_new_ex()
460 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_heap_object_new_ex()
461 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
462 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_dllist.c82 zend_function *fptr_count; member
380 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_dllist_object_new_ex()
381 if (intern->fptr_count->common.scope == parent) { in spl_dllist_object_new_ex()
382 intern->fptr_count = NULL; in spl_dllist_object_new_ex()
410 if (intern->fptr_count) { in spl_dllist_object_count_elements()
412 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.c56 zend_function *fptr_count; member
212 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_array_object_new_ex()
213 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
214 intern->fptr_count = NULL; in spl_array_object_new_ex()
1139 if (intern->fptr_count) { in spl_array_object_count_elements()
1141 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 36 milliseconds