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.c1919 if (intern->fptr_count) { in sxe_count_elements()
2141 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2157 fptr_count = NULL; in php_sxe_find_fptr_count()
2161 return fptr_count; in php_sxe_find_fptr_count()
2175 intern->fptr_count = fptr_count; in php_sxe_object_new()
2205 zend_function *fptr_count; in PHP_FUNCTION() local
2227 fptr_count = NULL; in PHP_FUNCTION()
2251 zend_function *fptr_count; in PHP_FUNCTION() local
2281 fptr_count = NULL; in PHP_FUNCTION()
2575 zend_function *fptr_count; in PHP_FUNCTION() local
[all …]
/php-src/ext/spl/
H A Dspl_fixedarray.c49 zend_function *fptr_count; member
299 …zend_function *fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_CO… in spl_fixedarray_object_new_ex() local
300 if (fptr_count->common.scope == parent) { in spl_fixedarray_object_new_ex()
301 fptr_count = NULL; in spl_fixedarray_object_new_ex()
303 intern->fptr_count = fptr_count; in spl_fixedarray_object_new_ex()
521 if (UNEXPECTED(intern->fptr_count)) { in spl_fixedarray_object_count_elements()
523 zend_call_known_instance_method_with_0_params(intern->fptr_count, object, &rv); in spl_fixedarray_object_count_elements()
H A Dspl_heap.c66 zend_function *fptr_count; member
440 intern->fptr_count = other->fptr_count; in spl_heap_object_new_ex()
471 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_heap_object_new_ex()
472 if (intern->fptr_count->common.scope == parent) { in spl_heap_object_new_ex()
473 intern->fptr_count = NULL; in spl_heap_object_new_ex()
501 if (intern->fptr_count) { in spl_heap_object_count_elements()
503 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.c52 zend_function *fptr_count; member
214 intern->fptr_count = zend_hash_find_ptr(&class_type->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in spl_array_object_new_ex()
215 if (intern->fptr_count->common.scope == parent) { in spl_array_object_new_ex()
216 intern->fptr_count = NULL; in spl_array_object_new_ex()
1148 if (intern->fptr_count) { in spl_array_object_count_elements()
1150 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()

Completed in 32 milliseconds