fptr_count         71 ext/simplexml/php_simplexml.h 	zend_function *fptr_count;
fptr_count       1905 ext/simplexml/simplexml.c 	if (intern->fptr_count) {
fptr_count       1907 ext/simplexml/simplexml.c 		zend_call_method_with_0_params(&object, intern->zo.ce, &intern->fptr_count, "count", &rv);
fptr_count       2101 ext/simplexml/simplexml.c 	intern->fptr_count = NULL;
fptr_count       2123 ext/simplexml/simplexml.c 		zend_hash_find(&ce->function_table, "count", sizeof("count"),(void **) &intern->fptr_count);
fptr_count       2124 ext/simplexml/simplexml.c 		if (intern->fptr_count->common.scope == parent) {
fptr_count       2125 ext/simplexml/simplexml.c 			intern->fptr_count = NULL;
fptr_count         77 ext/spl/spl_array.c 	zend_function     *fptr_count;
fptr_count        246 ext/spl/spl_array.c 		zend_hash_find(&class_type->function_table, "count",        sizeof("count"),        (void **) &intern->fptr_count);
fptr_count        247 ext/spl/spl_array.c 		if (intern->fptr_count->common.scope == parent) {
fptr_count        248 ext/spl/spl_array.c 			intern->fptr_count = NULL;
fptr_count       1421 ext/spl/spl_array.c 	if (intern->fptr_count) {
fptr_count       1423 ext/spl/spl_array.c 		zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
fptr_count         96 ext/spl/spl_dllist.c 	zend_function         *fptr_count;
fptr_count        447 ext/spl/spl_dllist.c 		zend_hash_find(&class_type->function_table, "count",        sizeof("count"),        (void **) &intern->fptr_count);
fptr_count        448 ext/spl/spl_dllist.c 		if (intern->fptr_count->common.scope == parent) {
fptr_count        449 ext/spl/spl_dllist.c 			intern->fptr_count = NULL;
fptr_count        486 ext/spl/spl_dllist.c 	if (intern->fptr_count) {
fptr_count        488 ext/spl/spl_dllist.c 		zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
fptr_count         59 ext/spl/spl_fixedarray.c 	zend_function         *fptr_count;
fptr_count        309 ext/spl/spl_fixedarray.c 		zend_hash_find(&class_type->function_table, "count",        sizeof("count"),        (void **) &intern->fptr_count);
fptr_count        310 ext/spl/spl_fixedarray.c 		if (intern->fptr_count->common.scope == parent) {
fptr_count        311 ext/spl/spl_fixedarray.c 			intern->fptr_count = NULL;
fptr_count        557 ext/spl/spl_fixedarray.c 	if (intern->fptr_count) {
fptr_count        559 ext/spl/spl_fixedarray.c 		zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
fptr_count         78 ext/spl/spl_heap.c 	zend_function      *fptr_count;
fptr_count        463 ext/spl/spl_heap.c 		zend_hash_find(&class_type->function_table, "count",        sizeof("count"),        (void **) &intern->fptr_count);
fptr_count        464 ext/spl/spl_heap.c 		if (intern->fptr_count->common.scope == parent) {
fptr_count        465 ext/spl/spl_heap.c 			intern->fptr_count = NULL;
fptr_count        502 ext/spl/spl_heap.c 	if (intern->fptr_count) {
fptr_count        504 ext/spl/spl_heap.c 		zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);