Home
last modified time | relevance | path

Searched refs:ce (Results 76 – 100 of 175) sorted by relevance

1234567

/PHP-7.2/ext/opcache/Optimizer/
H A Dzend_inference.c2222 if (ce) { in get_class_entry()
2223 return ce; in get_class_entry()
2227 if (ce && ce->type == ZEND_INTERNAL_CLASS) { in get_class_entry()
2228 return ce; in get_class_entry()
3437 ce = ce->parent; in get_class_entry_rank()
3499 if ((tmp & MAY_BE_OBJECT) && constraint->ce && ce != constraint->ce) { in zend_infer_types_ex()
3501 ce = constraint->ce; in zend_infer_types_ex()
3504 ce = constraint->ce; in zend_infer_types_ex()
3531 ce = info->ce; in zend_infer_types_ex()
3536 ce = join_class_entries(ce, info->ce, &is_instanceof); in zend_infer_types_ex()
[all …]
H A Dzend_call_graph.c57 zend_class_entry *ce; in zend_foreach_op_array() local
70 ZEND_HASH_FOREACH_PTR(&script->class_table, ce) { in zend_foreach_op_array()
71 ZEND_HASH_FOREACH_PTR(&ce->function_table, op_array) { in zend_foreach_op_array()
72 if (op_array->scope == ce) { in zend_foreach_op_array()
H A Dzend_dump.c144 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
170 if (ce) { in zend_dump_type_info()
172 fprintf(stderr, " (instanceof %s)", ce->name->val); in zend_dump_type_info()
174 fprintf(stderr, " (%s)", ce->name->val); in zend_dump_type_info()
278 if (ce) { in zend_dump_type_info()
280 fprintf(stderr, " (instanceof %s)", ce->name->val); in zend_dump_type_info()
282 fprintf(stderr, " (%s)", ce->name->val); in zend_dump_type_info()
307 ssa->var_info[ssa_var_num].ce, in zend_dump_ssa_var_info()
308 ssa->var_info[ssa_var_num].ce ? in zend_dump_ssa_var_info()
338 zend_dump_type_info(constraint->type_mask, constraint->ce, 1, dump_flags); in zend_dump_type_constraint()
[all …]
/PHP-7.2/ext/mysqli/tests/
H A Dclient-cert.pem18 0d:80:06:df:52:14:d2:85:32:cf:bf:ce:2a:47:28:
25 30:f7:bc:0c:c9:9b:ce:57:06:04:27:e5:a1:2f:2b:
54 ef:bb:41:16:ed:ad:46:ce:34:d3:02:3d:dd:e2:50:fa:3c:5d:
58 3a:c9:b1:e2:cd:13:d2:9c:ce:7d:6c:a8:f0:32:c9:a4:af:56:
H A Dcacert.pem19 ba:35:ce:9a:a9:58:0a:fc:11:6e:1d:cb:a8:f1:92:
31 28:be:de:65:ce:2b:f3:2c:22:f5:af:31:28:1c:ef:
50 f4:5d:0e:ba:64:35:6e:a5:fa:98:0c:57:f3:72:e8:3e:2e:ce:
/PHP-7.2/ext/spl/
H A Dspl_heap.c109 …zend_call_method_with_2_params(object, heap_object->std.ce, &heap_object->fptr_cmp, "compare", &zr… in spl_ptr_heap_cmp_cb_helper()
350 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
450 new_object = spl_heap_object_new_ex(old_object->ce, zobject, 1); in spl_heap_object_clone()
464 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_heap_object_count_elements()
497 pnstr = spl_gen_private_prop_name(ce, "flags", sizeof("flags")-1); in spl_heap_object_get_debug_info_helper()
502 pnstr = spl_gen_private_prop_name(ce, "isCorrupted", sizeof("isCorrupted")-1); in spl_heap_object_get_debug_info_helper()
516 pnstr = spl_gen_private_prop_name(ce, "heap", sizeof("heap")-1); in spl_heap_object_get_debug_info_helper()
1086 zend_object_iterator *spl_heap_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /* {{{ … in spl_heap_get_iterator() argument
1102 iterator->intern.ce = ce; in spl_heap_get_iterator()
1110 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_fixedarray.c207 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref);
307 new_object = spl_fixedarray_object_new_ex(old_object->ce, zobject, 1); in spl_fixedarray_object_clone()
351 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", r… in spl_fixedarray_object_read_dimension()
372 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", rv, … in spl_fixedarray_object_read_dimension()
428 …zend_call_method_with_2_params(object, intern->std.ce, &intern->fptr_offset_set, "offsetSet", NULL… in spl_fixedarray_object_write_dimension()
466 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_del, "offsetUnset", NU… in spl_fixedarray_object_unset_dimension()
516 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetExists", &… in spl_fixedarray_object_has_dimension()
537 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
1012 zend_object_iterator *spl_fixedarray_get_iterator(zend_class_entry *ce, zval *object, int by_ref) /… in spl_fixedarray_get_iterator() argument
1027 iterator->intern.ce = ce; in spl_fixedarray_get_iterator()
/PHP-7.2/ext/simplexml/
H A Dsimplexml.c2141 zend_class_entry *parent = ce; in php_sxe_find_fptr_count()
2176 zend_object_std_init(&intern->zo, ce); in php_sxe_object_new()
2187 sxe_object_new(zend_class_entry *ce) in sxe_object_new() argument
2191 intern = php_sxe_object_new(ce, php_sxe_find_fptr_count(ce)); in sxe_object_new()
2207 zend_class_entry *ce= sxe_class_entry; in PHP_FUNCTION() local
2226 if (!ce) { in PHP_FUNCTION()
2227 ce = sxe_class_entry; in PHP_FUNCTION()
2280 if (!ce) { in PHP_FUNCTION()
2281 ce = sxe_class_entry; in PHP_FUNCTION()
2571 if (!ce) { in PHP_FUNCTION()
[all …]
H A Dphp_simplexml_exports.h42 PHP_SXE_API zend_object *sxe_object_new(zend_class_entry *ce);
/PHP-7.2/Zend/
H A Dzend.h89 zend_class_entry *ce; member
96 zend_class_entry *ce; member
149 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref);
151 union _zend_function *(*get_static_method)(zend_class_entry *ce, zend_string* method);
155 …int (*unserialize)(zval *object, zend_class_entry *ce, const unsigned char *buf, size_t buf_len, z…
H A Dzend_vm_execute.h5519 ce = object->ce;
7481 ce = object->ce;
9570 ce = object->ce;
11593 ce = object->ce;
19566 ce = object->ce;
21366 ce = object->ce;
23967 ce = object->ce;
26468 ce = object->ce;
28388 ce = object->ce;
29166 ce = object->ce;
[all …]
H A Dzend_objects_API.c57 || obj->ce->destructor)) { in zend_objects_store_call_destructors()
174 || object->ce->destructor)) { in zend_objects_store_del()
/PHP-7.2/ext/reflection/
H A Dphp_reflection.h49 PHPAPI void zend_reflection_class_factory(zend_class_entry *ce, zval *object);
/PHP-7.2/ext/pdo/
H A Dpdo.c337 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
348 INIT_CLASS_ENTRY(ce, "PDOException", NULL); in PHP_MINIT_FUNCTION()
350 pdo_exception_ce = zend_register_internal_class_ex(&ce, php_pdo_get_exception_base(0)); in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/json/
H A Djson.c93 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
95 INIT_CLASS_ENTRY(ce, "JsonSerializable", json_serializable_interface); in PHP_MINIT_FUNCTION()
96 php_json_serializable_ce = zend_register_internal_interface(&ce); in PHP_MINIT_FUNCTION()
/PHP-7.2/ext/libxml/
H A Dlibxml.c792 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
845 INIT_CLASS_ENTRY(ce, "LibXMLError", NULL); in PHP_MINIT_FUNCTION()
846 libxmlerror_class_entry = zend_register_internal_class(&ce); in PHP_MINIT_FUNCTION()
1167 zval *php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_function) in php_libxml_register_export() argument
1175 return zend_hash_add_mem(&php_libxml_exports, ce->name, &export_hnd, sizeof(export_hnd)); in php_libxml_register_export()
1180 zend_class_entry *ce = NULL; in php_libxml_import_node() local
1185 ce = Z_OBJCE_P(object); in php_libxml_import_node()
1186 while (ce->parent != NULL) { in php_libxml_import_node()
1187 ce = ce->parent; in php_libxml_import_node()
1189 if ((export_hnd = zend_hash_find_ptr(&php_libxml_exports, ce->name))) { in php_libxml_import_node()
/PHP-7.2/Zend/tests/
H A Dnested_method_and_function.phpt2 active_class_entry must be always correct (__METHOD__ should not depend on declaring function ce)
/PHP-7.2/ext/com_dotnet/
H A Dcom_persist.c722 zend_object_std_init(&clone->std, object->std.ce); in helper_clone()
739 static zend_object* helper_new(zend_class_entry *ce) in helper_new() argument
754 zend_class_entry ce; in php_com_persist_minit() local
760 INIT_CLASS_ENTRY(ce, "COMPersistHelper", com_persist_helper_methods); in php_com_persist_minit()
761 ce.create_object = helper_new; in php_com_persist_minit()
762 helper_ce = zend_register_internal_class(&ce); in php_com_persist_minit()
/PHP-7.2/ext/standard/
H A Dvar.c734 zend_class_entry *ce = Z_OBJCE_P(struc); in php_var_serialize_class() local
766 …ZSTR_VAL(ce->name), ZSTR_LEN(ce->name), ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_C… in php_var_serialize_class()
785 "*", 1, ZSTR_VAL(name), ZSTR_LEN(name), ce->type & ZEND_INTERNAL_CLASS); in php_var_serialize_class()
870 zend_class_entry *ce = Z_OBJCE_P(struc); in php_var_serialize_intern() local
872 if (ce->serialize != NULL) { in php_var_serialize_intern()
877 …if (ce->serialize(struc, &serialized_data, &serialized_length, (zend_serialize_data *)var_hash) ==… in php_var_serialize_intern()
897 …if (ce != PHP_IC_ENTRY && zend_hash_str_exists(&ce->function_table, "__sleep", sizeof("__sleep")-1… in php_var_serialize_intern()
H A Dassert.c99 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
112 INIT_CLASS_ENTRY(ce, "AssertionError", NULL); in PHP_MINIT_FUNCTION()
113 assertion_error_ce = zend_register_internal_class_ex(&ce, zend_ce_error); in PHP_MINIT_FUNCTION()
H A Duser_filters.c33 zend_class_entry *ce; member
317 if (fdat->ce == NULL) { in user_filter_factory_create()
318 if (NULL == (fdat->ce = zend_lookup_class(fdat->classname))) { in user_filter_factory_create()
327 if (object_init_ex(&obj, fdat->ce) == FAILURE) { in user_filter_factory_create()
/PHP-7.2/ext/intl/converter/
H A Dconverter.c348 if (objval->obj.ce == php_converter_ce) { in php_converter_set_callbacks()
1018 static zend_object *php_converter_object_ctor(zend_class_entry *ce, php_converter_object **pobjval)… in php_converter_object_ctor() argument
1021 objval = ecalloc(1, sizeof(php_converter_object) + zend_object_properties_size(ce)); in php_converter_object_ctor()
1023 zend_object_std_init(&objval->obj, ce ); in php_converter_object_ctor()
1032 static zend_object *php_converter_create_object(zend_class_entry *ce) { in php_converter_create_object() argument
1034 zend_object *retval = php_converter_object_ctor(ce, &objval); in php_converter_create_object()
1036 object_properties_init(&(objval->obj), ce); in php_converter_create_object()
1081 zend_class_entry ce; in php_converter_minit() local
1083 INIT_CLASS_ENTRY(ce, "UConverter", php_converter_methods); in php_converter_minit()
1084 php_converter_ce = zend_register_internal_class(&ce); in php_converter_minit()
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt269 ce => ce
301 ee => ce
/PHP-7.2/ext/phar/tests/
H A Dphar_oo_002.phpt95 string(41) "phar://*/files/phar_oo_002.phar.php%ce.php"
133 string(41) "phar://*/files/phar_oo_002.phar.php%ce.php"
/PHP-7.2/ext/fileinfo/libmagic/
H A Dreadcdf.c264 cdf_catalog_entry_t *ce; in cdf_file_catalog() local
271 ce = cat->cat_e; in cdf_file_catalog()
275 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name), in cdf_file_catalog()

Completed in 264 milliseconds

1234567