Home
last modified time | relevance | path

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

12345

/PHP-5.3/ext/mysqli/
H A Dmysqli_warning.c282 if (obj->zo.ce == mysqli_link_class_entry) { in PHP_METHOD()
286 } else if (obj->zo.ce == mysqli_stmt_class_entry) { in PHP_METHOD()
H A Dmysqli_nonapi.c588 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
593 …rror_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object %d or resource %s", i, intern->zo.ce->name);
628 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
/PHP-5.3/ext/sqlite/
H A Dsqlite.c1103 zend_class_entry ce; \
1105 ce.create_object = sqlite_object_new_ ## c_name; \
1351 iterator->it.funcs = ce->iterator_funcs.funcs; in sqlite_get_iterator()
2375 zend_class_entry *ce; in PHP_FUNCTION() local
2391 ce = zend_standard_class_def; in PHP_FUNCTION()
2402 ce = zend_standard_class_def; in PHP_FUNCTION()
2408 if (!ce) { in PHP_FUNCTION()
2421 object_and_properties_init(return_value, ce, NULL); in PHP_FUNCTION()
2426 if (ce->constructor) { in PHP_FUNCTION()
2428 fci.function_table = &ce->function_table; in PHP_FUNCTION()
[all …]
/PHP-5.3/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.3/ext/pcre/pcrelib/testdata/
H A Dtestinput4270 ab> <ce
276 ab> <ce
287 abcd ce
293 abcd ce
H A Dtestoutput4473 ab> <ce
475 0+ ce
485 ab> <ce
487 0+ ce
504 abcd ce
514 abcd ce
H A Dtestinput9326 ab> <ce
332 ab> <ce
343 abcd ce
349 abcd ce
/PHP-5.3/Zend/
H A Dzend.h298 zend_class_entry *ce; member
452 zend_object_iterator *(*get_iterator)(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC);
454 …union _zend_function *(*get_static_method)(zend_class_entry *ce, char* method, int method_len TSRM…
458 …int (*unserialize)(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_le…
H A Dzend_operators.h62 …f_function_ex(const zend_class_entry *instance_ce, const zend_class_entry *ce, zend_bool interface…
63 …ool instanceof_function(const zend_class_entry *instance_ce, const zend_class_entry *ce TSRMLS_DC);
/PHP-5.3/ext/spl/
H A Dspl_array.c158 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_…
160 int spl_array_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint …
299 new_obj_val = spl_array_object_new_ex(old_object->ce, &intern, zobject, 1 TSRMLS_CC); in spl_array_object_clone()
1100 …oaded object of type %s is not compatible with %s", Z_OBJCE_PP(array)->name, intern->std.ce->name); in spl_array_set_array()
1118 zend_object_iterator *spl_array_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS_… in spl_array_get_iterator() argument
1132 iterator->intern.ce = ce; in spl_array_get_iterator()
1367 zend_call_method_with_0_params(&object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_array_object_count_elements()
1870 int spl_array_unserialize(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint … in spl_array_unserialize() argument
1874 object_init_ex(*object, ce); in spl_array_unserialize()
1886 zend_call_method_with_1_params(object, ce, &ce->unserialize_func, "unserialize", NULL, zdata); in spl_array_unserialize()
H A Dspl_dllist.c364 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()
1141 zend_object_iterator *spl_dllist_get_iterator(zend_class_entry *ce, zval *object, int by_ref TSRMLS… in spl_dllist_get_iterator() argument
1156 iterator->intern.ce = ce; in spl_dllist_get_iterator()
/PHP-5.3/ext/soap/
H A Dphp_soap.h92 zend_class_entry *ce; member
H A Dsoap.c706 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
740 soap_class_entry = zend_register_internal_class(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
744 soap_class_entry = zend_register_internal_class(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()
1380 zend_class_entry **ce; in PHP_METHOD() local
1382 zend_class_entry *ce; in PHP_METHOD() local
1405 service->soap_class.ce = *ce; in PHP_METHOD()
1407 service->soap_class.ce = ce; in PHP_METHOD()
1477 ft = &service->soap_class.ce->function_table; in PHP_METHOD()
1802 Z_OBJCE_PP(tmp_soap) == service->soap_class.ce) {
1812 object_init_ex(tmp_soap, service->soap_class.ce);
[all …]
H A Dphp_encoding.c469 zend_class_entry *ce = Z_OBJCE_P(data); in master_to_xml_int() local
481 …zend_binary_strncasecmp(ce->name, ce->name_length, Z_STRVAL_PP(tmp), ce->name_length, ce->name_len… in master_to_xml_int()
1498 ce = pce; in to_zval_object_ex()
1506 ce = tmp; in to_zval_object_ex()
1530 object_init_ex(ret, ce); in to_zval_object_ex()
1539 object_init_ex(ret, ce); in to_zval_object_ex()
1573 zobj->ce = ce; in to_zval_object_ex()
1583 object_init_ex(ret, ce); in to_zval_object_ex()
1593 object_init_ex(ret, ce); in to_zval_object_ex()
1656 object_init_ex(ret, ce); in to_zval_object_ex()
[all …]
/PHP-5.3/ext/intl/resourcebundle/
H A Dresourcebundle_iterator.c156 zend_object_iterator *resourcebundle_get_iterator( zend_class_entry *ce, zval *object, int byref TS… in resourcebundle_get_iterator() argument
/PHP-5.3/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt146 237: ce
H A Dstrtolower.phpt281 ce => ce
H A Dstrtoupper1.phpt281 ce => ce
H A Dchunk_split_variation7.phpt60 whit????e spa????ce
/PHP-5.3/ext/mysql/
H A Dphp_mysql.c2021 zend_class_entry *ce = NULL; local
2039 ce = zend_standard_class_def;
2041 ce = zend_fetch_class(class_name, class_name_len, ZEND_FETCH_CLASS_AUTO TSRMLS_CC);
2043 if (!ce) {
2124 object_and_properties_init(return_value, ce, NULL);
2127 if (ce->constructor) {
2129 fci.function_table = &ce->function_table;
2163 fcc.function_handler = ce->constructor;
2169 …ion_get_default(TSRMLS_C), 0 TSRMLS_CC, "Could not execute %s::%s()", ce->name, ce->constructor->c…
2179 …), 0 TSRMLS_CC, "Class %s does not have a constructor hence you cannot use ctor_params", ce->name);
/PHP-5.3/ext/sqlite3/
H A Dsqlite3.c2211 zend_class_entry ce; local
2226 INIT_CLASS_ENTRY(ce, "SQLite3", php_sqlite3_class_methods);
2227 ce.create_object = php_sqlite3_object_new;
2229 php_sqlite3_sc_entry = zend_register_internal_class(&ce TSRMLS_CC);
2232 INIT_CLASS_ENTRY(ce, "SQLite3Stmt", php_sqlite3_stmt_class_methods);
2233 ce.create_object = php_sqlite3_stmt_object_new;
2235 php_sqlite3_stmt_entry = zend_register_internal_class(&ce TSRMLS_CC);
2238 INIT_CLASS_ENTRY(ce, "SQLite3Result", php_sqlite3_result_class_methods);
2239 ce.create_object = php_sqlite3_result_object_new;
2241 php_sqlite3_result_entry = zend_register_internal_class(&ce TSRMLS_CC);
/PHP-5.3/ext/xsl/
H A Dxsltprocessor.c638 zend_class_entry *curce, **ce; in PHP_FUNCTION() local
647 found = zend_lookup_class(ret_class, ret_class_len, &ce TSRMLS_CC); in PHP_FUNCTION()
648 if ((found != SUCCESS) || !instanceof_function(*ce, curce TSRMLS_CC)) { in PHP_FUNCTION()
655 object_init_ex(return_value, *ce); in PHP_FUNCTION()
/PHP-5.3/ext/com_dotnet/
H A Dcom_iterator.c142 zend_object_iterator *php_com_iter_get(zend_class_entry *ce, zval *object, int by_ref TSRMLS_DC) in php_com_iter_get() argument
/PHP-5.3/ext/filter/
H A Dfilter.c377 zend_class_entry *ce; in php_zval_filter() local
379 ce = Z_OBJCE_PP(value); in php_zval_filter()
380 if (!ce->__tostring) { in php_zval_filter()
/PHP-5.3/ext/xmlreader/
H A Dphp_xmlreader.c1317 zend_class_entry ce; in PHP_MINIT_FUNCTION() local
1324 INIT_CLASS_ENTRY(ce, "XMLReader", xmlreader_functions); in PHP_MINIT_FUNCTION()
1325 ce.create_object = xmlreader_objects_new; in PHP_MINIT_FUNCTION()
1326 xmlreader_class_entry = zend_register_internal_class(&ce TSRMLS_CC); in PHP_MINIT_FUNCTION()

Completed in 109 milliseconds

12345