Home
last modified time | relevance | path

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

123456

/PHP-5.5/ext/opcache/
H A DZendAccelerator.c409 if (ce->name) { in accel_use_shm_interned_strings()
410 ce->name = accel_new_interned_string(ce->name, ce->name_length + 1, 0 TSRMLS_CC); in accel_use_shm_interned_strings()
413 q = ce->properties_info.pListHead; in accel_use_shm_interned_strings()
428 q = ce->function_table.pListHead; in accel_use_shm_interned_strings()
436 q = ce->constants_table.pListHead; in accel_use_shm_interned_strings()
2251 zend_class_entry *ce = *pce; local
2260 if (ce->static_members_table) {
2264 if (ce->static_members_table[i]) {
2269 ce->static_members_table = NULL;
2273 if (ce->static_members) {
[all …]
/PHP-5.5/ext/standard/tests/strings/
H A Dstrtoupper1-win32.phpt269 ce => ce
301 ee => ce
H A Dconvert_cyr_string_basic.phpt146 237: ce
/PHP-5.5/Zend/
H A Dzend_execute.c161 #define IS_CTOR_CALL(ce) (((zend_uintptr_t)(ce)) & CTOR_CALL_BIT) argument
162 #define IS_CTOR_USED(ce) (((zend_uintptr_t)(ce)) & CTOR_USED_BIT) argument
164 #define ENCODE_CTOR(ce, used) \ argument
165 ((zend_class_entry*)(((zend_uintptr_t)(ce)) | CTOR_CALL_BIT | ((used) ? CTOR_USED_BIT : 0)))
166 #define DECODE_CTOR(ce) \ argument
167 ((zend_class_entry*)(((zend_uintptr_t)(ce)) & ~(CTOR_CALL_BIT|CTOR_USED_BIT)))
605 zend_class_entry *ce; in zend_verify_arg_type() local
618 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
622 need_msg = zend_verify_arg_class_kind(cur_arg_info, fetch_type, &class_name, &ce TSRMLS_CC); in zend_verify_arg_type()
623 if (!ce || !instanceof_function(Z_OBJCE_P(arg), ce TSRMLS_CC)) { in zend_verify_arg_type()
[all …]
H A Dzend.h313 zend_class_entry *ce; member
446 zend_class_entry *ce; member
510 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
512 …union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRM…
516 …int (*unserialize)(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_le…
H A Dzend_generators.c679 zend_object_iterator *zend_generator_get_iterator(zend_class_entry *ce, zval *object, int by_ref TS… in zend_generator_get_iterator() argument
734 zend_class_entry ce; in zend_register_generator_ce() local
736 INIT_CLASS_ENTRY(ce, "Generator", generator_functions); in zend_register_generator_ce()
737 zend_ce_generator = zend_register_internal_class(&ce TSRMLS_CC); in zend_register_generator_ce()
H A Dzend_exceptions.c788 zend_class_entry ce; in zend_register_default_exception() local
790 INIT_CLASS_ENTRY(ce, "Exception", default_exception_functions); in zend_register_default_exception()
791 default_exception_ce = zend_register_internal_class(&ce TSRMLS_CC); in zend_register_default_exception()
804 INIT_CLASS_ENTRY(ce, "ErrorException", error_exception_functions); in zend_register_default_exception()
805 error_exception_ce = zend_register_internal_class_ex(&ce, default_exception_ce, NULL TSRMLS_CC); in zend_register_default_exception()
/PHP-5.5/ext/intl/converter/
H A Dconverter.c373 if (objval->obj.ce == php_converter_ce) { in php_converter_set_callbacks()
1051 static zend_object_value php_converter_object_ctor(zend_class_entry *ce, php_converter_object **pob… in php_converter_object_ctor() argument
1056 objval->obj.ce = ce; in php_converter_object_ctor()
1070 static zend_object_value php_converter_create_object(zend_class_entry *ce TSRMLS_DC) { in php_converter_create_object()
1072 zend_object_value retval = php_converter_object_ctor(ce, &objval TSRMLS_CC); in php_converter_create_object()
1074 object_properties_init(&(objval->obj), ce); in php_converter_create_object()
1119 zend_class_entry ce; in php_converter_minit() local
1121 INIT_CLASS_ENTRY(ce, "UConverter", php_converter_methods); in php_converter_minit()
1122 php_converter_ce = zend_register_internal_class(&ce TSRMLS_CC); in php_converter_minit()
/PHP-5.5/ext/phar/tests/
H A Dphar_oo_002.phpt96 string(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
134 string(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
H A Dphar_oo_002U.phpt96 unicode(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
134 unicode(42) "phar://*/files/phar_oo_test.phar.php%ce.php"
/PHP-5.5/ext/json/
H A Djson.c91 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
93 INIT_CLASS_ENTRY(ce, "JsonSerializable", json_serializable_interface); in PHP_MINIT_FUNCTION()
94 php_json_serializable_ce = zend_register_internal_interface(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
557 zend_class_entry *ce = Z_OBJCE_P(val); in json_encode_serializable_object() local
576 zend_throw_exception_ex(NULL, 0 TSRMLS_CC, "Failed calling %s::jsonSerialize()", ce->name); in json_encode_serializable_object()
/PHP-5.5/ext/phar/
H A Dphar_object.c1429 zend_class_entry *ce = p_obj->c; in phar_build() local
2028 zend_class_entry *ce; in phar_rename_archive() local
2198 ce = phar_ce_data; in phar_rename_archive()
2200 ce = phar_ce_archive; in phar_rename_archive()
2205 if (SUCCESS != object_init_ex(ret, ce)) { in phar_rename_archive()
2214 zend_call_method_with_1_params(&ret, ce, &ce->constructor, "__construct", NULL, &arg1); in phar_rename_archive()
5400 zend_class_entry ce; in phar_object_init() local
5406 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods); in phar_object_init()
5411 INIT_CLASS_ENTRY(ce, "PharData", php_archive_methods); in phar_object_init()
5419 INIT_CLASS_ENTRY(ce, "Phar", php_archive_methods); in phar_object_init()
[all …]
/PHP-5.5/main/streams/
H A Duserspace.c44 zend_class_entry *ce; member
289 object_init_ex(object, uwrap->ce); in user_stream_create_object()
300 if (uwrap->ce->constructor) { in user_stream_create_object()
306 fci.function_table = &uwrap->ce->function_table; in user_stream_create_object()
316 fcc.function_handler = uwrap->ce->constructor; in user_stream_create_object()
322 …ef(NULL TSRMLS_CC, E_WARNING, "Could not execute %s::%s()", uwrap->ce->name, uwrap->ce->constructo… in user_stream_create_object()
539 …if (zend_lookup_class(uwrap->classname, classname_len, (zend_class_entry***)&uwrap->ce TSRMLS_CC) … in PHP_FUNCTION()
540 uwrap->ce = *(zend_class_entry**)uwrap->ce; in PHP_FUNCTION()
/PHP-5.5/ext/libxml/
H A Dphp_libxml.h90 PHP_LIBXML_API int php_libxml_register_export(zend_class_entry *ce, php_libxml_export_node export_f…
/PHP-5.5/ext/mysqli/
H A Dmysqli_result_iterator.c47 zend_object_iterator *php_mysqli_result_get_iterator(zend_class_entry *ce, zval *object, int by_ref… in php_mysqli_result_get_iterator() argument
H A Dmysqli_warning.c284 if (obj->zo.ce == mysqli_link_class_entry) {
297 } else if (obj->zo.ce == mysqli_stmt_class_entry) {
H A Dmysqli_prop.c45 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
57 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
70 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Couldn't fetch %s", obj->zo.ce->name);\
/PHP-5.5/ext/pdo/
H A Dpdo_dbh.c345 pdbh->std.ce = dbh->std.ce; in PHP_METHOD()
1314 ifunc->scope = dbh->std.ce; in pdo_hash_methods()
1408 zend_class_entry ce; in pdo_dbh_init() local
1410 INIT_CLASS_ENTRY(ce, "PDO", pdo_dbh_functions); in pdo_dbh_init()
1411 pdo_dbh_ce = zend_register_internal_class(&ce TSRMLS_CC); in pdo_dbh_init()
1585 zend_object_value pdo_dbh_new(zend_class_entry *ce TSRMLS_DC) in pdo_dbh_new()
1592 zend_object_std_init(&dbh->std, ce TSRMLS_CC); in pdo_dbh_new()
1593 object_properties_init(&dbh->std, ce); in pdo_dbh_new()
/PHP-5.5/ext/spl/
H A Dspl_functions.h69 char * spl_gen_private_prop_name(zend_class_entry *ce, char *prop_name, int prop_len, int *name_len…
H A Dspl_iterators.h130 zend_class_entry *ce; member
H A Dspl_dllist.c365 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS…
473 new_obj_val = spl_dllist_object_new_ex(old_object->ce, &intern, zobject, 1 TSRMLS_CC); in spl_dllist_object_clone()
488 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_dllist_object_count_elements()
1307 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS… in spl_dllist_get_iterator() argument
1322 iterator->intern.ce = ce; in spl_dllist_get_iterator()
/PHP-5.5/ext/mysqli/tests/
H A Dclient-cert.pem28 c9:7f:45:20:74:3e:89:c0:e0:26:84:51:cc:04:16:ce:69:99:
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c153 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS… in resourcebundle_get_iterator() argument
/PHP-5.5/ext/soap/
H A Dphp_soap.h92 zend_class_entry *ce; member
/PHP-5.5/ext/mysql/
H A Dphp_mysql.c2059 zend_class_entry *ce = NULL; local
2077 ce = zend_standard_class_def;
2079 ce = zend_fetch_class(class_name, class_name_len, ZEND_FETCH_CLASS_AUTO TSRMLS_CC);
2081 if (!ce) {
2166 object_and_properties_init(return_value, ce, NULL);
2169 if (ce->constructor) {
2171 fci.function_table = &ce->function_table;
2205 fcc.function_handler = ce->constructor;
2211 …ion_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->c…
2221 …), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);

Completed in 107 milliseconds

123456