Home
last modified time | relevance | path

Searched refs:zend_class_entry (Results 101 – 125 of 170) sorted by relevance

1234567

/PHP-5.5/ext/libxml/
H A Dphp_libxml.h90 PHP_LIBXML_API int php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_f…
/PHP-5.5/ext/mysqli/
H A Dmysqli_result_iterator.c47 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in php_mysqli_result_get_iterator()
/PHP-5.5/
H A DREADME.PARAMETER_PARSING_API48 parameter is not present. The only exception is O where the zend_class_entry*
55 C - class (zend_class_entry*)
64 O - object of specific type given by class entry (zval*, zend_class_entry)
129 zend_class_entry *my_ce;
/PHP-5.5/ext/spl/
H A Dspl_fixedarray.c39 PHPAPI zend_class_entry *spl_ce_SplFixedArray;
62 zend_class_entry *ce_get_iterator;
221 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS…
223 static zend_object_value spl_fixedarray_object_new_ex(zend_class_entry *class_type, spl_fixedarray_… in spl_fixedarray_object_new_ex()
227 zend_class_entry *parent = class_type; in spl_fixedarray_object_new_ex()
319 static zend_object_value spl_fixedarray_new(zend_class_entry *class_type TSRMLS_DC) /* {{{ */ in spl_fixedarray_new()
1069 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in spl_fixedarray_get_iterator()
H A Dspl_array.c41 PHPAPI zend_class_entry *spl_ce_ArrayObject;
44 PHPAPI zend_class_entry *spl_ce_ArrayIterator;
45 PHPAPI zend_class_entry *spl_ce_RecursiveArrayIterator;
78 zend_class_entry* ce_get_iterator;
164 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_…
172 zend_class_entry * parent = class_type; in spl_array_object_new_ex()
276 static zend_object_value spl_array_object_new(zend_class_entry *class_type TSRMLS_DC) in spl_array_object_new()
800 zend_class_entry *base; in spl_array_get_debug_info()
1169 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_… in spl_array_get_iterator()
1200 zend_class_entry *ce_get_iterator = spl_ce_Iterator; in SPL_METHOD()
[all …]
H A Dspl_observer.c74 PHPAPI zend_class_entry *spl_ce_SplObserver;
75 PHPAPI zend_class_entry *spl_ce_SplSubject;
76 PHPAPI zend_class_entry *spl_ce_SplObjectStorage;
77 PHPAPI zend_class_entry *spl_ce_MultipleIterator;
259 static zend_object_value spl_object_storage_new_ex(zend_class_entry *class_type, spl_SplObjectStora… in spl_object_storage_new_ex()
263 zend_class_entry *parent = class_type; in spl_object_storage_new_ex()
421 static zend_object_value spl_SplObjectStorage_new(zend_class_entry *class_type TSRMLS_DC) in spl_SplObjectStorage_new()
H A Dphp_spl.c65 static zend_class_entry * spl_find_ce_by_name(char *name, int len, zend_bool autoload TSRMLS_DC) in spl_find_ce_by_name()
67 zend_class_entry **ce; in spl_find_ce_by_name()
95 zend_class_entry *parent_class, *ce; in PHP_FUNCTION()
130 zend_class_entry *ce; in PHP_FUNCTION()
159 zend_class_entry *ce; in PHP_FUNCTION()
398 zend_class_entry *ce;
H A Dspl_directory.c55 PHPAPI zend_class_entry *spl_ce_SplFileInfo;
56 PHPAPI zend_class_entry *spl_ce_DirectoryIterator;
57 PHPAPI zend_class_entry *spl_ce_FilesystemIterator;
58 PHPAPI zend_class_entry *spl_ce_RecursiveDirectoryIterator;
59 PHPAPI zend_class_entry *spl_ce_GlobIterator;
60 PHPAPI zend_class_entry *spl_ce_SplFileObject;
61 PHPAPI zend_class_entry *spl_ce_SplTempFileObject;
1349 zend_class_entry *ce = spl_ce_SplFileObject; in SPL_METHOD()
1367 zend_class_entry *ce = spl_ce_SplFileInfo; in SPL_METHOD()
1385 zend_class_entry *ce = intern->info_class; in SPL_METHOD()
[all …]
/PHP-5.5/ext/fileinfo/
H A Dfileinfo.c52 zend_class_entry *finfo_class_entry;
97 PHP_FILEINFO_API zend_object_value finfo_objects_new(zend_class_entry *class_type TSRMLS_DC) in finfo_objects_new()
219 zend_class_entry _finfo_class_entry; in PHP_MINIT_FUNCTION()
/PHP-5.5/ext/curl/
H A Dphp_curl.h204 PHP_CURL_API extern zend_class_entry *curl_CURLFile_class;
/PHP-5.5/ext/intl/timezone/
H A Dtimezone_class.cpp42 zend_class_entry *TimeZone_ce_ptr = NULL;
368 static zend_object_value TimeZone_object_create(zend_class_entry *ce TSRMLS_DC) in TimeZone_object_create()
495 zend_class_entry ce; in timezone_register_IntlTimeZone_class()
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c153 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS… in resourcebundle_get_iterator()
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c78zend_class_entry *def_ex = php_pdo_get_exception_base(1 TSRMLS_CC), *pdo_ex = php_pdo_get_exceptio… in pdo_raise_impl_error()
156zend_class_entry *def_ex = php_pdo_get_exception_base(1 TSRMLS_CC), *pdo_ex = php_pdo_get_exceptio… in pdo_handle_error()
428 static zval *pdo_stmt_instantiate(pdo_dbh_t *dbh, zval *object, zend_class_entry *dbstmt_ce, zval *… in pdo_stmt_instantiate()
449 static void pdo_stmt_construct(pdo_stmt_t *stmt, zval *object, zend_class_entry *dbstmt_ce, zval *c… in pdo_stmt_construct()
518 zend_class_entry *dbstmt_ce, **pce; in PHP_METHOD()
787 zend_class_entry **pce; in pdo_dbh_attribute_set()
1408 zend_class_entry ce; in pdo_dbh_init()
1585 zend_object_value pdo_dbh_new(zend_class_entry *ce TSRMLS_DC) in pdo_dbh_new()
/PHP-5.5/ext/readline/
H A Dreadline_cli.c477 zend_class_entry **pce; in cli_completion_generator_class()
489 zend_class_entry **pce; in cli_completion_generator_define()
526 zend_class_entry **pce = NULL; in cli_completion_generator()
/PHP-5.5/ext/tidy/
H A Dtidy.c92 zend_class_entry ce; \
209 static zend_object_value tidy_object_new_node(zend_class_entry * TSRMLS_DC);
210 static zend_object_value tidy_object_new_doc(zend_class_entry * TSRMLS_DC);
211 static zval * tidy_instanciate(zend_class_entry *, zval * TSRMLS_DC);
446 static zend_class_entry *tidy_ce_doc, *tidy_ce_node;
674 static void tidy_object_new(zend_class_entry *class_type, zend_object_handlers *handlers, in tidy_object_new()
718 static zend_object_value tidy_object_new_node(zend_class_entry *class_type TSRMLS_DC) in tidy_object_new_node()
725 static zend_object_value tidy_object_new_doc(zend_class_entry *class_type TSRMLS_DC) in tidy_object_new_doc()
732 static zval * tidy_instanciate(zend_class_entry *pce, zval *object TSRMLS_DC) in tidy_instanciate()
/PHP-5.5/Zend/
H A Dzend_constants.h64 ZEND_API int zend_get_constant_ex(const char *name, uint name_len, zval *result, zend_class_entry *…
/PHP-5.5/ext/date/
H A Dphp_date.c568 zend_class_entry *date_ce_date, *date_ce_timezone, *date_ce_interval, *date_ce_period;
569 zend_class_entry *date_ce_immutable, *date_ce_interface;
572 PHPAPI zend_class_entry *php_date_get_date_ce(void) in php_date_get_date_ce()
577 PHPAPI zend_class_entry *php_date_get_immutable_ce(void) in php_date_get_immutable_ce()
582 PHPAPI zend_class_entry *php_date_get_timezone_ce(void) in php_date_get_timezone_ce()
622 static zend_object_value date_object_new_date(zend_class_entry *class_type TSRMLS_DC);
625 static zend_object_value date_object_new_period(zend_class_entry *class_type TSRMLS_DC);
2002 static int implement_date_interface_handler(zend_class_entry *interface, zend_class_entry *implemen… in implement_date_interface_handler()
2133 static zend_object_value date_object_new_date(zend_class_entry *class_type TSRMLS_DC) in date_object_new_date()
2470 static zend_object_value date_object_new_period(zend_class_entry *class_type TSRMLS_DC) in date_object_new_period()
[all …]
/PHP-5.5/ext/standard/
H A Dphp_var.h124 PHPAPI zend_class_entry *php_create_empty_class(char *class_name, int len);
H A Ddir.c75 static zend_class_entry *dir_class_entry_ptr;
134 zend_class_entry dir_class_entry; in PHP_MINIT_FUNCTION()
H A Dbasic_functions.h206 zend_class_entry *incomplete_class;
/PHP-5.5/ext/com_dotnet/
H A Dcom_extension.c37 zend_class_entry
347 zend_class_entry ce, *tmp; in PHP_MINIT_FUNCTION()
H A Dcom_persist.c308 static zend_class_entry *helper_ce;
736 static zend_object_value helper_new(zend_class_entry *ce TSRMLS_DC) in helper_new()
754 zend_class_entry ce; in php_com_persist_minit()
/PHP-5.5/ext/json/
H A Djson.c42 PHP_JSON_API zend_class_entry *php_json_serializable_ce;
91 zend_class_entry ce; in PHP_MINIT_FUNCTION()
557 zend_class_entry *ce = Z_OBJCE_P(val); in json_encode_serializable_object()
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_format_object.cpp138 zend_class_entry *instance_ce = Z_OBJCE_P(object); in PHP_FUNCTION()
/PHP-5.5/ext/oci8/
H A Dphp_oci8_int.h66 extern zend_class_entry *oci_lob_class_entry_ptr;
67 extern zend_class_entry *oci_coll_class_entry_ptr;

Completed in 114 milliseconds

1234567