Home
last modified time | relevance | path

Searched refs:ce (Results 126 – 150 of 289) sorted by relevance

12345678910>>...12

/php-src/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.h32 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref );
H A Dresourcebundle_class.c57 static zend_object *ResourceBundle_object_create( zend_class_entry *ce ) in ResourceBundle_object_create() argument
61 rb = zend_object_alloc(sizeof(ResourceBundle_object), ce); in ResourceBundle_object_create()
63 zend_object_std_init( &rb->zend, ce ); in ResourceBundle_object_create()
64 object_properties_init( &rb->zend, ce); in ResourceBundle_object_create()
255 zend_illegal_container_offset(object->ce->name, offset, type); in resourcebundle_array_get()
/php-src/Zend/
H A Dzend_extensions.c312 zend_class_entry *ce; in zend_init_internal_run_time_cache() local
313 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_init_internal_run_time_cache()
314 functions += zend_hash_num_elements(&ce->function_table); in zend_init_internal_run_time_cache()
326 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_init_internal_run_time_cache()
327 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, zif) { in zend_init_internal_run_time_cache()
H A Dzend_vm_def.h3690 fbc = ce->get_static_method(ce, Z_STR_P(function_name));
4675 ce = EG(exception)->ce;
5198 if (!ce || !ce->get_iterator) {
5202 iter = ce->get_iterator(ce, args, 0);
5885 ce = zobj->ce;
6203 if (!ce || !ce->get_iterator) {
6206 iter = ce->get_iterator(ce, op1, 0);
7843 if (!ce) {
7867 if (!ce) {
7936 result = ce && instanceof_function(Z_OBJCE_P(expr), ce);
[all …]
H A Dzend_vm_execute.h2321 if (!ce || !ce->get_iterator) { in ZEND_SEND_UNPACK_SPEC_HANDLER()
2325 iter = ce->get_iterator(ce, args, 0); in ZEND_SEND_UNPACK_SPEC_HANDLER()
2702 if (!ce || !ce->get_iterator) { in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER()
2705 iter = ce->get_iterator(ce, op1, 0); in ZEND_ADD_ARRAY_UNPACK_SPEC_HANDLER()
3092 if (!ce) { in ZEND_DECLARE_ANON_CLASS_SPEC_HANDLER()
4840 ce = EG(exception)->ce; in ZEND_CATCH_SPEC_CONST_HANDLER()
4954 ce = zobj->ce; in ZEND_CLONE_SPEC_CONST_HANDLER()
7726 if (!ce) { in ZEND_DECLARE_CLASS_DELAYED_SPEC_CONST_CONST_HANDLER()
14885 ce = zobj->ce; in ZEND_CLONE_SPEC_TMPVAR_HANDLER()
32704 ce = zobj->ce; in ZEND_CLONE_SPEC_UNUSED_HANDLER()
[all …]
H A Dzend_observer.c93 zend_class_entry *ce; in zend_observer_post_startup() local
94 ZEND_HASH_MAP_FOREACH_PTR(CG(class_table), ce) { in zend_observer_post_startup()
95 ZEND_HASH_MAP_FOREACH_PTR(&ce->function_table, zif) { in zend_observer_post_startup()
330 ZEND_API void ZEND_FASTCALL _zend_observer_class_linked_notify(zend_class_entry *ce, zend_string *n… in _zend_observer_class_linked_notify() argument
338 callback(ce, name); in _zend_observer_class_linked_notify()
/php-src/ext/pdo_sqlite/
H A Dpdo_sqlite_arginfo.h58 zend_class_entry ce, *class_entry; in register_class_PdoSqlite() local
60 INIT_CLASS_ENTRY(ce, "PdoSqlite", class_PdoSqlite_methods); in register_class_PdoSqlite()
61 class_entry = zend_register_internal_class_ex(&ce, class_entry_PDO); in register_class_PdoSqlite()
/php-src/ext/intl/normalizer/
H A Dnormalizer_arginfo.h38 zend_class_entry ce, *class_entry; in register_class_Normalizer() local
40 INIT_CLASS_ENTRY(ce, "Normalizer", class_Normalizer_methods); in register_class_Normalizer()
41 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_Normalizer()
/php-src/ext/spl/
H A Dspl_directory.c489 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_info()
496 …zend_call_method_with_1_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_info()
525 ce = ce ? ce : source->info_class; in spl_filesystem_object_create_type()
536 …zend_call_method_with_1_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
545 ce = ce ? ce : source->file_class; in spl_filesystem_object_create_type()
566 …zend_call_method_with_2_params(Z_OBJ_P(return_value), ce, &ce->constructor, "__construct", NULL, &… in spl_filesystem_object_create_type()
1352 intern->file_class = ce; in PHP_METHOD()
1360 zend_class_entry *ce = spl_ce_SplFileInfo; in PHP_METHOD() local
1366 intern->info_class = ce; in PHP_METHOD()
1374 zend_class_entry *ce = intern->info_class; in PHP_METHOD() local
[all …]
H A Dspl_heap.c478 zend_object *new_object = spl_heap_object_new_ex(old_object->ce, old_object, 1); in spl_heap_object_clone()
492 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
508 static inline HashTable* spl_heap_object_get_debug_info(zend_class_entry *ce, zend_object *obj) { /… in spl_heap_object_get_debug_info() argument
522 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info()
527 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info()
535 if (ce == spl_ce_SplPriorityQueue) { in spl_heap_object_get_debug_info()
547 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info()
1094 static zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) … in spl_heap_get_iterator() argument
1106 iterator->ce = ce; in spl_heap_get_iterator()
1113 static zend_object_iterator *spl_pqueue_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in spl_pqueue_get_iterator() argument
[all …]
H A Dspl_functions.h35 zend_string *spl_gen_private_prop_name(zend_class_entry *ce, char *prop_name, size_t prop_len);
/php-src/ext/intl/breakiterator/
H A Dbreakiterator_iterators.h37 zend_class_entry *ce, zval *object, int by_ref);
/php-src/ext/mysqli/
H A Dmysqli_warning.c156 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_message()
176 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_sqlstate()
196 zend_throw_error(NULL, "%s object is already closed", ZSTR_VAL(obj->zo.ce->name)); in mysqli_warning_errno()
/php-src/ext/libxml/
H A Dlibxml_arginfo.h93 zend_class_entry ce, *class_entry; in register_class_LibXMLError() local
95 INIT_CLASS_ENTRY(ce, "LibXMLError", class_LibXMLError_methods); in register_class_LibXMLError()
96 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_LibXMLError()
/php-src/ext/intl/timezone/
H A Dtimezone_class.cpp235 ret_val = TimeZone_ce_ptr->create_object(object->ce); in TimeZone_clone_obj()
370 static zend_object *TimeZone_object_create(zend_class_entry *ce) in TimeZone_object_create() argument
374 …intern = (TimeZone_object*)ecalloc(1, sizeof(TimeZone_object) + sizeof(zval) * (ce->default_proper… in TimeZone_object_create()
376 zend_object_std_init(&intern->zo, ce); in TimeZone_object_create()
377 object_properties_init(&intern->zo, ce); in TimeZone_object_create()
/php-src/ext/random/
H A Dengine_mt19937.c354 …_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.ce->name)); in PHP_METHOD()
361 …_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.ce->name)); in PHP_METHOD()
366 …_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.ce->name)); in PHP_METHOD()
373 …_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.ce->name)); in PHP_METHOD()
377 …_exception_ex(NULL, 0, "Invalid serialization data for %s object", ZSTR_VAL(engine->std.ce->name)); in PHP_METHOD()
/php-src/ext/json/
H A Djson_encoder.c127 zend_class_entry *ce = obj->ce; in php_json_encode_array() local
144 for (i = 0; i < ce->default_properties_count; i++) { in php_json_encode_array()
145 prop_info = ce->properties_info_table[i]; in php_json_encode_array()
533 zend_class_entry *ce = Z_OBJCE_P(val); in php_json_encode_serializable_object() local
555 zend_throw_exception_ex(NULL, 0, "Failed calling %s::jsonSerialize()", ZSTR_VAL(ce->name)); in php_json_encode_serializable_object()
598 zend_class_entry *ce = Z_OBJCE_P(val); in php_json_encode_serializable_enum() local
599 if (ce->enum_backing_type == IS_UNDEF) { in php_json_encode_serializable_enum()
/php-src/ext/sqlite3/
H A Dsqlite3_arginfo.h294 zend_class_entry ce, *class_entry; in register_class_SQLite3Exception() local
296 INIT_CLASS_ENTRY(ce, "SQLite3Exception", class_SQLite3Exception_methods); in register_class_SQLite3Exception()
305 zend_class_entry ce, *class_entry; in register_class_SQLite3() local
307 INIT_CLASS_ENTRY(ce, "SQLite3", class_SQLite3_methods); in register_class_SQLite3()
308 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_SQLite3()
540 zend_class_entry ce, *class_entry; in register_class_SQLite3Stmt() local
542 INIT_CLASS_ENTRY(ce, "SQLite3Stmt", class_SQLite3Stmt_methods); in register_class_SQLite3Stmt()
543 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_SQLite3Stmt()
551 zend_class_entry ce, *class_entry; in register_class_SQLite3Result() local
553 INIT_CLASS_ENTRY(ce, "SQLite3Result", class_SQLite3Result_methods); in register_class_SQLite3Result()
[all …]
/php-src/ext/pdo_pgsql/
H A Dpdo_pgsql_arginfo.h80 zend_class_entry ce, *class_entry; in register_class_PdoPgsql() local
82 INIT_CLASS_ENTRY(ce, "PdoPgsql", class_PdoPgsql_methods); in register_class_PdoPgsql()
83 class_entry = zend_register_internal_class_ex(&ce, class_entry_PDO); in register_class_PdoPgsql()
/php-src/ext/simplexml/
H A Dsimplexml.c2137 zend_class_entry *parent = ce; in php_sxe_find_fptr_count()
2172 zend_object_std_init(&intern->zo, ce); in php_sxe_object_new()
2173 object_properties_init(&intern->zo, ce); in php_sxe_object_new()
2181 sxe_object_new(zend_class_entry *ce) in sxe_object_new() argument
2185 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()
2221 if (!ce) { in PHP_FUNCTION()
2222 ce = ce_SimpleXMLElement; in PHP_FUNCTION()
2276 if (!ce) { in PHP_FUNCTION()
2277 ce = ce_SimpleXMLElement; in PHP_FUNCTION()
2584 if (!ce) { in PHP_FUNCTION()
[all …]
H A Dphp_simplexml_exports.h38 PHP_SXE_API zend_object *sxe_object_new(zend_class_entry *ce);
/php-src/ext/xml/
H A Dxml_arginfo.h172 zend_class_entry ce, *class_entry; in register_class_XMLParser() local
174 INIT_CLASS_ENTRY(ce, "XMLParser", class_XMLParser_methods); in register_class_XMLParser()
175 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_XMLParser()
/php-src/ext/xsl/
H A Dphp_xsl_arginfo.h117 zend_class_entry ce, *class_entry; in register_class_XSLTProcessor() local
119 INIT_CLASS_ENTRY(ce, "XSLTProcessor", class_XSLTProcessor_methods); in register_class_XSLTProcessor()
120 class_entry = zend_register_internal_class_ex(&ce, NULL); in register_class_XSLTProcessor()
/php-src/ext/dom/
H A Ddom_iterators.c126 zend_class_entry *ce = Z_OBJCE_P(object); in php_dom_iterator_current_key() local
129 …if (instanceof_function(ce, dom_nodelist_class_entry) || instanceof_function(ce, dom_modern_nodeli… in php_dom_iterator_current_key()
250 zend_object_iterator *php_dom_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ */ in php_dom_get_iterator() argument
/php-src/ext/pdo_mysql/
H A Dpdo_mysql_arginfo.h16 zend_class_entry ce, *class_entry; in register_class_PdoMysql() local
18 INIT_CLASS_ENTRY(ce, "PdoMysql", class_PdoMysql_methods); in register_class_PdoMysql()
19 class_entry = zend_register_internal_class_ex(&ce, class_entry_PDO); in register_class_PdoMysql()

Completed in 2481 milliseconds

12345678910>>...12