Home
last modified time | relevance | path

Searched refs:ce (Results 176 – 200 of 289) sorted by relevance

12345678910>>...12

/php-src/Zend/
H A Dzend_objects_API.c57 || obj->ce->destructor) { in zend_objects_store_call_destructors()
181 || object->ce->destructor) { in zend_objects_store_del()
H A Dzend_builtin_functions_arginfo.h364 zend_class_entry ce, *class_entry; in register_class_stdClass() local
366 INIT_CLASS_ENTRY(ce, "stdClass", class_stdClass_methods); in register_class_stdClass()
367 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_stdClass()
H A Dzend_weakrefs.c210 static zend_object* zend_weakref_new(zend_class_entry *ce) { in zend_weakref_new() argument
320 static zend_object *zend_weakmap_create_object(zend_class_entry *ce) in zend_weakmap_create_object() argument
322 zend_weakmap *wm = zend_object_alloc(sizeof(zend_weakmap), ce); in zend_weakmap_create_object()
323 zend_object_std_init(&wm->std, ce); in zend_weakmap_create_object()
363 "Object %s#%d not contained in WeakMap", ZSTR_VAL(obj_addr->ce->name), obj_addr->handle); in zend_weakmap_read_dimension()
680 zend_class_entry *ce, zval *object, int by_ref) in zend_weakmap_get_iterator() argument
/php-src/ext/pdo/
H A Dpdo.c140 …ult php_pdo_register_driver_specific_ce(const pdo_driver_t *driver, zend_class_entry *ce) /* {{{ */ in php_pdo_register_driver_specific_ce() argument
148 driver->driver_name_len, (void*)ce) != NULL ? SUCCESS : FAILURE; in php_pdo_register_driver_specific_ce()
H A Dpdo_dbh.c224 zend_class_entry *ce; in create_driver_specific_pdo_object() local
229 ZEND_HASH_MAP_FOREACH_PTR(&pdo_driver_specific_ce_hash, ce) { in create_driver_specific_pdo_object()
230 if (called_scope != pdo_dbh_ce && instanceof_function(called_scope, ce)) { in create_driver_specific_pdo_object()
500 internal_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, Z_OBJ(EX(This)), EX(This).value.ce, NULL); in PHP_METHOD()
507 …internal_construct(INTERNAL_FUNCTION_PARAM_PASSTHRU, Z_OBJ(EX(This)), EX(This).value.ce, return_va… in PHP_METHOD()
1328 func.scope = dbh_obj->std.ce; in pdo_hash_methods()
1501 zend_object *pdo_dbh_new(zend_class_entry *ce) in pdo_dbh_new() argument
1505 dbh = zend_object_alloc(sizeof(pdo_dbh_object_t), ce); in pdo_dbh_new()
1506 zend_object_std_init(&dbh->std, ce); in pdo_dbh_new()
1507 object_properties_init(&dbh->std, ce); in pdo_dbh_new()
/php-src/ext/standard/
H A Duser_filters.c29 zend_class_entry *ce; member
271 if (fdat->ce == NULL) { in user_filter_factory_create()
272 if (NULL == (fdat->ce = zend_lookup_class(fdat->classname))) { in user_filter_factory_create()
281 if (object_init_ex(&obj, fdat->ce) == FAILURE) { in user_filter_factory_create()
/php-src/ext/intl/dateformat/
H A Ddateformat_arginfo.h138 zend_class_entry ce, *class_entry; in register_class_IntlDateFormatter() local
140 INIT_CLASS_ENTRY(ce, "IntlDateFormatter", class_IntlDateFormatter_methods); in register_class_IntlDateFormatter()
141 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_IntlDateFormatter()
/php-src/ext/xsl/
H A Dphp_xsl.c163 …zend_value_error("%s::$%s must be greater than or equal to 0", ZSTR_VAL(object->ce->name), ZSTR_VA… in xsl_objects_write_property_with_validation()
202 …zend_throw_error(NULL, "Indirect modification of %s::$%s is not allowed", ZSTR_VAL(object->ce->nam… in xsl_objects_read_property()
212 zend_throw_error(NULL, "Cannot unset %s::$%s", ZSTR_VAL(object->ce->name), ZSTR_VAL(member)); in xsl_objects_unset_property()
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h805 zend_class_entry ce, *class_entry; in register_class_PgSql_Connection() local
807 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Connection", class_PgSql_Connection_methods); in register_class_PgSql_Connection()
808 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_PgSql_Connection()
816 zend_class_entry ce, *class_entry; in register_class_PgSql_Result() local
818 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Result", class_PgSql_Result_methods); in register_class_PgSql_Result()
819 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_PgSql_Result()
827 zend_class_entry ce, *class_entry; in register_class_PgSql_Lob() local
829 INIT_NS_CLASS_ENTRY(ce, "PgSql", "Lob", class_PgSql_Lob_methods); in register_class_PgSql_Lob()
830 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_PgSql_Lob()
/php-src/Zend/Optimizer/
H A Dzend_dump.c175 static void zend_dump_type_info(uint32_t info, zend_class_entry *ce, int is_instanceof, uint32_t du… in zend_dump_type_info() argument
208 if (ce) { in zend_dump_type_info()
210 fprintf(stderr, " (instanceof %s)", ce->name->val); in zend_dump_type_info()
212 fprintf(stderr, " (%s)", ce->name->val); in zend_dump_type_info()
343 if (ce) { in zend_dump_type_info()
345 fprintf(stderr, " (instanceof %s)", ce->name->val); in zend_dump_type_info()
347 fprintf(stderr, " (%s)", ce->name->val); in zend_dump_type_info()
363 ssa->var_info[ssa_var_num].ce, in zend_dump_ssa_var_info()
364 ssa->var_info[ssa_var_num].ce ? in zend_dump_ssa_var_info()
397 zend_dump_type_info(constraint->type_mask, constraint->ce, 1, dump_flags); in zend_dump_type_constraint()
[all …]
/php-src/ext/mbstring/tests/
H A Dqprint_encoding.phpt23 …rs marchandises. Car ils se font vite pédagogues et t'enseignent comme but ce qui n'est par essenc…
24 …dises. Car ils se f=\r\nont vite p=C3=A9dagogues et t'enseignent comme but ce qui n'est par esse=\…
/php-src/ext/intl/timezone/
H A Dtimezone_arginfo.h178 zend_class_entry ce, *class_entry; in register_class_IntlTimeZone() local
180 INIT_CLASS_ENTRY(ce, "IntlTimeZone", class_IntlTimeZone_methods); in register_class_IntlTimeZone()
181 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_IntlTimeZone()
/php-src/ext/tidy/
H A Dtidy_arginfo.h518 zend_class_entry ce, *class_entry; in register_class_tidy() local
520 INIT_CLASS_ENTRY(ce, "tidy", class_tidy_methods); in register_class_tidy()
521 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_tidy()
540 zend_class_entry ce, *class_entry; in register_class_tidyNode() local
542 INIT_CLASS_ENTRY(ce, "tidyNode", class_tidyNode_methods); in register_class_tidyNode()
543 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_tidyNode()
/php-src/ext/zend_test/
H A Diterators.c88 zend_class_entry *ce, in test_traversable_get_iterator() argument
/php-src/ext/ftp/
H A Dftp_arginfo.h300 zend_class_entry ce, *class_entry; in register_class_FTP_Connection() local
302 INIT_NS_CLASS_ENTRY(ce, "FTP", "Connection", class_FTP_Connection_methods); in register_class_FTP_Connection()
303 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_FTP_Connection()
/php-src/ext/random/
H A Drandomizer.c31 if (engine_object->ce->type == ZEND_INTERNAL_CLASS) { in randomizer_common_init()
49 generate_method = zend_hash_find_ptr(&engine_object->ce->function_table, mname); in randomizer_common_init()
513 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
/php-src/ext/intl/collator/
H A Dcollator_arginfo.h99 zend_class_entry ce, *class_entry; in register_class_Collator() local
101 INIT_CLASS_ENTRY(ce, "Collator", class_Collator_methods); in register_class_Collator()
102 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_Collator()
/php-src/ext/fileinfo/libmagic/
H A Dreadcdf.c261 cdf_catalog_entry_t *ce; in cdf_file_catalog() local
268 ce = cat->cat_e; in cdf_file_catalog()
272 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name), in cdf_file_catalog()
/php-src/ext/opcache/jit/
H A Dzend_jit_trace.c1016 if (tssa->var_info[ssa_var].ce != info->ce) { in zend_jit_trace_restrict_ssa_var_info()
1029 tssa->var_info[ssa_var].ce = info->ce; in zend_jit_trace_restrict_ssa_var_info()
1617 ssa_var_info[i].ce = ce; in zend_jit_trace_build_tssa()
2423 ssa_var_info[v].ce = ce; in zend_jit_trace_build_tssa()
4697 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit_trace()
4698 ce = op1_ssa->ce; in zend_jit_trace()
4788 if (op1_ssa->ce && !op1_ssa->ce->create_object) { in zend_jit_trace()
4789 ce = op1_ssa->ce; in zend_jit_trace()
4869 ce = op1_ssa->ce; in zend_jit_trace()
5917 ce = op1_ssa->ce; in zend_jit_trace()
[all …]
/php-src/ext/mysqli/
H A Dmysqli_result_iterator.c43 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref) in php_mysqli_result_get_iterator() argument
/php-src/ext/date/
H A Dphp_date.c314 if (ce->type == ZEND_INTERNAL_CLASS) { in date_throw_uninitialized_error()
317 zend_class_entry *ce_ptr = ce; in date_throw_uninitialized_error()
330 date_throw_uninitialized_error(ce); \
595 zend_class_entry *ce; in update_property() local
598 ce = zend_lookup_class(cname); in update_property()
600 if (ce) { in update_property()
1484 object_init_ex(zv, ce); in create_date_period_datetime()
2621 …php_date_instantiate(execute_data->This.value.ce ? execute_data->This.value.ce : date_ce_date, ret… in PHP_FUNCTION()
2699 …php_date_instantiate(execute_data->This.value.ce ? execute_data->This.value.ce : date_ce_date, ret… in PHP_METHOD()
2738 …php_date_instantiate(execute_data->This.value.ce ? execute_data->This.value.ce : date_ce_date, &ne… in PHP_METHOD()
[all …]
/php-src/ext/curl/
H A Dcurl_arginfo.h1090 zend_class_entry ce, *class_entry; in register_class_CurlHandle() local
1092 INIT_CLASS_ENTRY(ce, "CurlHandle", class_CurlHandle_methods); in register_class_CurlHandle()
1093 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_CurlHandle()
1101 zend_class_entry ce, *class_entry; in register_class_CurlMultiHandle() local
1103 INIT_CLASS_ENTRY(ce, "CurlMultiHandle", class_CurlMultiHandle_methods); in register_class_CurlMultiHandle()
1104 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_CurlMultiHandle()
1112 zend_class_entry ce, *class_entry; in register_class_CurlShareHandle() local
1114 INIT_CLASS_ENTRY(ce, "CurlShareHandle", class_CurlShareHandle_methods); in register_class_CurlShareHandle()
1115 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_CurlShareHandle()
/php-src/ext/libxml/
H A Dlibxml.c1258 zval *php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_function) in php_libxml_register_export() argument
1266 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1271 zend_class_entry *ce = NULL; in php_libxml_import_node() local
1276 ce = Z_OBJCE_P(object); in php_libxml_import_node()
1277 while (ce->parent != NULL) { in php_libxml_import_node()
1278 ce = ce->parent; in php_libxml_import_node()
1280 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
/php-src/ext/gmp/
H A Dgmp_arginfo.h333 zend_class_entry ce, *class_entry; in register_class_GMP() local
335 INIT_CLASS_ENTRY(ce, "GMP", class_GMP_methods); in register_class_GMP()
336 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_GMP()
/php-src/ext/intl/calendar/
H A Dcalendar_arginfo.h325 zend_class_entry ce, *class_entry; in register_class_IntlCalendar() local
327 INIT_CLASS_ENTRY(ce, "IntlCalendar", class_IntlCalendar_methods); in register_class_IntlCalendar()
328 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_IntlCalendar()
570 zend_class_entry ce, *class_entry; in register_class_IntlGregorianCalendar() local
572 INIT_CLASS_ENTRY(ce, "IntlGregorianCalendar", class_IntlGregorianCalendar_methods); in register_class_IntlGregorianCalendar()
573 class_entry = zend_register_internal_class_ex(&ce, class_entry_IntlCalendar); in register_class_IntlGregorianCalendar()

Completed in 114 milliseconds

12345678910>>...12