Lines Matching refs:ce

54 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC);
72 subnode = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in _node_as_zval()
1020 subnode = php_sxe_object_new(sxe_ref->zo.ce TSRMLS_CC); in _get_base_node_value()
1861 zend_call_method_with_0_params(&object, intern->zo.ce, &intern->fptr_count, "count", &rv); in sxe_count_elements()
1947 clone = php_sxe_object_new(sxe->zo.ce TSRMLS_CC); in sxe_object_clone()
2042 static php_sxe_object* php_sxe_object_new(zend_class_entry *ce TSRMLS_DC) in php_sxe_object_new()
2045 zend_class_entry *parent = ce; in php_sxe_object_new()
2056 zend_object_std_init(&intern->zo, ce TSRMLS_CC); in php_sxe_object_new()
2061 intern->zo.ce = ce; in php_sxe_object_new()
2075 zend_hash_find(&ce->function_table, "count", sizeof("count"),(void **) &intern->fptr_count); in php_sxe_object_new()
2102 sxe_object_new(zend_class_entry *ce TSRMLS_DC) in sxe_object_new()
2106 intern = php_sxe_object_new(ce TSRMLS_CC); in sxe_object_new()
2122 zend_class_entry *ce= sxe_class_entry; in PHP_FUNCTION() local
2125 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|C!lsb", &filename, &filename_len, &ce, &op… in PHP_FUNCTION()
2135 if (!ce) { in PHP_FUNCTION()
2136 ce = sxe_class_entry; in PHP_FUNCTION()
2138 sxe = php_sxe_object_new(ce TSRMLS_CC); in PHP_FUNCTION()
2160 zend_class_entry *ce= sxe_class_entry; in PHP_FUNCTION() local
2163 …if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|C!lsb", &data, &data_len, &ce, &options, &… in PHP_FUNCTION()
2173 if (!ce) { in PHP_FUNCTION()
2174 ce = sxe_class_entry; in PHP_FUNCTION()
2176 sxe = php_sxe_object_new(ce TSRMLS_CC); in PHP_FUNCTION()
2290 zend_object_iterator *php_sxe_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC… in php_sxe_get_iterator() argument
2418 zend_class_entry *ce= sxe_class_entry; in PHP_FUNCTION() local
2420 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "o|C!", &node, &ce) == FAILURE) { in PHP_FUNCTION()
2439 if (!ce) { in PHP_FUNCTION()
2440 ce = sxe_class_entry; in PHP_FUNCTION()
2442 sxe = php_sxe_object_new(ce TSRMLS_CC); in PHP_FUNCTION()