Searched defs:fptr_count (Results 1 - 5 of 5) sorted by relevance
| /PHP_TRUNK/ext/simplexml/ |
| H A D | php_simplexml.h | 71 zend_function *fptr_count; member in struct:__anon191
|
| /PHP_TRUNK/ext/spl/ |
| H A D | spl_array.c | 77 zend_function *fptr_count; member in struct:_spl_array_object 246 zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &intern->fptr_count); 247 if (intern->fptr_count->common.scope == parent) { 248 intern->fptr_count = NULL; 1399 if (intern->fptr_count) { 1401 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
|
| H A D | spl_fixedarray.c | 59 zend_function *fptr_count; member in struct:_spl_fixedarray_object 309 zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &intern->fptr_count); 310 if (intern->fptr_count->common.scope == parent) { 311 intern->fptr_count = NULL; 557 if (intern->fptr_count) { 559 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
|
| H A D | spl_heap.c | 78 zend_function *fptr_count; member in struct:_spl_heap_object 462 zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &intern->fptr_count); 463 if (intern->fptr_count->common.scope == parent) { 464 intern->fptr_count = NULL; 501 if (intern->fptr_count) { 503 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
|
| H A D | spl_dllist.c | 98 zend_function *fptr_count; member in struct:_spl_dllist_object 449 zend_hash_find(&class_type->function_table, "count", sizeof("count"), (void **) &intern->fptr_count); 450 if (intern->fptr_count->common.scope == parent) { 451 intern->fptr_count = NULL; 488 if (intern->fptr_count) { 490 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv);
|
Completed in 12 milliseconds