/php-src/Zend/ |
H A D | zend_gc.c | 449 obj->ce->name->val, obj->handle); in gc_trace_ref() 1465 || obj->ce->destructor != NULL)) { in gc_collect_white() 1985 || obj->ce->destructor) { in zend_gc_collect_cycles()
|
H A D | zend_generators.c | 1186 static zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by… in zend_generator_get_iterator() argument
|
/php-src/ext/standard/ |
H A D | basic_functions_arginfo.h | 4046 zend_class_entry ce, *class_entry; in register_class___PHP_Incomplete_Class() local 4048 INIT_CLASS_ENTRY(ce, "__PHP_Incomplete_Class", NULL); in register_class___PHP_Incomplete_Class() 4049 …class_entry = zend_register_internal_class_with_flags(&ce, NULL, ZEND_ACC_FINAL|ZEND_ACC_ALLOW_DYN… in register_class___PHP_Incomplete_Class() 4060 zend_class_entry ce, *class_entry; in register_class_AssertionError() local 4062 INIT_CLASS_ENTRY(ce, "AssertionError", NULL); in register_class_AssertionError() 4063 class_entry = zend_register_internal_class_with_flags(&ce, class_entry_Error, 0); in register_class_AssertionError()
|
H A D | array.c | 676 if (instanceof_function(zobj->ce, zend_ce_countable)) { in PHP_FUNCTION() 677 …zend_function *count_fn = zend_hash_find_ptr(&zobj->ce->function_table, ZSTR_KNOWN(ZEND_STR_COUNT)… in PHP_FUNCTION()
|
/php-src/Zend/Optimizer/ |
H A D | sccp.c | 994 if (!var_info->ce || (var_info->ce->ce_flags & ZEND_ACC_HAS_TYPE_HINTS) || in sccp_visit_instr() 995 !(var_info->ce->ce_flags & ZEND_ACC_ALLOW_DYNAMIC_PROPERTIES)) { in sccp_visit_instr()
|
/php-src/ext/gd/ |
H A D | gd.c | 234 static zend_object *php_gd_font_object_create(zend_class_entry *ce) in php_gd_font_object_create() argument 236 php_gd_font_object *obj = zend_object_alloc(sizeof(php_gd_font_object), ce); in php_gd_font_object_create() 240 zend_object_std_init(zobj, ce); in php_gd_font_object_create() 241 object_properties_init(zobj, ce); in php_gd_font_object_create()
|
/php-src/ext/standard/tests/strings/ |
H A D | html_entity_decode_iso8859-5.phpt | 256 CYRILLIC CAPITAL LETTER YU: Ю => ce
|
H A D | html_entity_decode_macroman.phpt | 391 LATIN CAPITAL LIGATURE OE: Œ => ce
|
H A D | html_entity_decode_win1251.phpt | 388 CYRILLIC CAPITAL LETTER O: О => ce
|
H A D | html_entity_decode_cp866.phpt | 384 BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL: ╬ => ce
|
H A D | html_entity_decode_koi8-r.phpt | 384 CYRILLIC SMALL LETTER EN: н => ce
|
H A D | bug49785.phpt | 232 string(2) "ce"
|
/php-src/ext/snmp/ |
H A D | snmp.c | 1719 …zend_throw_error(NULL, "Cannot write read-only property %s::$%s", ZSTR_VAL(object->ce->name), ZSTR… in php_snmp_write_property() 1723 zend_property_info *prop = zend_get_property_info(object->ce, name, /* silent */ true); in php_snmp_write_property()
|
/php-src/ext/dom/ |
H A D | node.c | 1492 …zend_class_entry *ce = n->type == XML_DOCUMENT_NODE ? dom_xml_document_class_entry : dom_html_docu… in PHP_METHOD() local 1493 new_intern = php_dom_instantiate_object_helper(return_value, ce, node, NULL); in PHP_METHOD()
|
/php-src/ext/fileinfo/ |
H A D | libmagic.patch | 1195 cdf_u16tos8(sbuf, ce[i].ce_namlen, ce[i].ce_name), 2892 cdf_u16tos8(buf, ce[i].ce_namlen, ce[i].ce_name),
|
/php-src/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 312 'Bez práce nejsou koláče.',
|
/php-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 302 array( '\\ce]$k@0aei Iuk\'r$:qnet4V(d3GOf%3Lb79$Gzi2{4(g<zkWm[>cotkU)3', '1154a4047a591047' ),
|
/php-src/ext/sodium/ |
H A D | libsodium.c | 142 static zend_object *sodium_exception_create_object(zend_class_entry *ce) { in sodium_exception_create_object() argument 143 zend_object *obj = zend_ce_exception->create_object(ce); in sodium_exception_create_object()
|
/php-src/ext/sqlite3/ |
H A D | sqlite3.c | 2270 if (object->properties == NULL && object->ce->default_properties_count == 0) { in php_sqlite3_get_gc()
|
/php-src/ext/zip/ |
H A D | php_zip.c | 919 …zend_throw_error(NULL, "Cannot write read-only property %s::$%s", ZSTR_VAL(object->ce->name), ZSTR… in php_zip_write_property()
|
/php-src/ext/intl/uchar/ |
H A D | uchar_arginfo.h | 314 zend_class_entry ce, *class_entry; in register_class_IntlChar() local 316 INIT_CLASS_ENTRY(ce, "IntlChar", class_IntlChar_methods); in register_class_IntlChar() 317 class_entry = zend_register_internal_class_with_flags(&ce, NULL, 0); in register_class_IntlChar()
|
/php-src/ext/fileinfo/tests/ |
H A D | magic私はガラスを食べられます | 3910 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
|
H A D | magic | 3910 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
|