Lines Matching refs:fptr_count

45 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count);
62 subnode = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in _node_as_zval()
927 subnode = php_sxe_object_new(sxe_ref->zo.ce, sxe_ref->fptr_count); in _get_base_node_value()
1890 if (intern->fptr_count) { in sxe_count_elements()
1892 zend_call_method_with_0_params(object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
2057 clone = php_sxe_object_new(sxe->zo.ce, sxe->fptr_count); in sxe_object_clone()
2136 zend_function *fptr_count = NULL; in php_sxe_find_fptr_count() local
2150 fptr_count = zend_hash_find_ptr(&ce->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)); in php_sxe_find_fptr_count()
2151 if (fptr_count->common.scope == parent) { in php_sxe_find_fptr_count()
2152 fptr_count = NULL; in php_sxe_find_fptr_count()
2156 return fptr_count; in php_sxe_find_fptr_count()
2161 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce, zend_function *fptr_count) in php_sxe_object_new() argument
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()
2225 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2227 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2248 zend_function *fptr_count; in PHP_FUNCTION() local
2278 fptr_count = NULL; in PHP_FUNCTION()
2280 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2282 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()
2561 zend_function *fptr_count; in PHP_FUNCTION() local
2586 fptr_count = NULL; in PHP_FUNCTION()
2588 fptr_count = php_sxe_find_fptr_count(ce); in PHP_FUNCTION()
2593 sxe = php_sxe_object_new(ce, fptr_count); in PHP_FUNCTION()