Home
last modified time | relevance | path

Searched refs:ce (Results 276 – 298 of 298) sorted by relevance

1...<<1112

/php-src/Zend/
H A Dzend_gc.c449 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 Dzend_generators.c1186 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 Dbasic_functions_arginfo.h4046 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 Darray.c676 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 Dsccp.c994 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 Dgd.c234 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 Dhtml_entity_decode_iso8859-5.phpt256 CYRILLIC CAPITAL LETTER YU: &#x42E; => ce
H A Dhtml_entity_decode_macroman.phpt391 LATIN CAPITAL LIGATURE OE: &#x152; => ce
H A Dhtml_entity_decode_win1251.phpt388 CYRILLIC CAPITAL LETTER O: &#x41E; => ce
H A Dhtml_entity_decode_cp866.phpt384 BOX DRAWINGS DOUBLE VERTICAL AND HORIZONTAL: &#x256C; => ce
H A Dhtml_entity_decode_koi8-r.phpt384 CYRILLIC SMALL LETTER EN: &#x43D; => ce
H A Dbug49785.phpt232 string(2) "ce"
/php-src/ext/snmp/
H A Dsnmp.c1719 …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 Dnode.c1492 …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 Dlibmagic.patch1195 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 Dmb_detect_encoding.phpt312 'Bez práce nejsou koláče.',
/php-src/ext/hash/tests/
H A Dfnv1a64.phpt302 array( '\\ce]$k@0aei Iuk\'r$:qnet4V(d3GOf%3Lb79$Gzi2{4(g<zkWm[>cotkU)3', '1154a4047a591047' ),
/php-src/ext/sodium/
H A Dlibsodium.c142 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 Dsqlite3.c2270 if (object->properties == NULL && object->ce->default_properties_count == 0) { in php_sqlite3_get_gc()
/php-src/ext/zip/
H A Dphp_zip.c919 …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 Duchar_arginfo.h314 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 Dmagic私はガラスを食べられます3910 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive
H A Dmagic3910 >>>>>>3 regex \^lh[89a-ce] LHa (Joe Jared) archive

Completed in 456 milliseconds

1...<<1112