Home
last modified time | relevance | path

Searched refs:intern (Results 51 – 61 of 61) sorted by relevance

123

/PHP-5.5/ext/intl/calendar/
H A Dcalendar_class.cpp262 Calendar_object* intern; in Calendar_object_create() local
264 intern = (Calendar_object*)ecalloc(1, sizeof(Calendar_object)); in Calendar_object_create()
266 zend_object_std_init(&intern->zo, ce TSRMLS_CC); in Calendar_object_create()
268 zend_hash_copy(intern->zo.properties, &(ce->default_properties), in Calendar_object_create()
271 object_properties_init((zend_object*) intern, ce); in Calendar_object_create()
273 calendar_object_init(intern TSRMLS_CC); in Calendar_object_create()
276 intern, in Calendar_object_create()
/PHP-5.5/ext/simplexml/
H A Dphp_simplexml_exports.h53 zend_object_iterator intern; member
/PHP-5.5/Zend/
H A Dzend_generators.h29 zend_object_iterator intern; member
H A Dzend_generators.c697 iterator->intern.funcs = &zend_generator_iterator_functions; in zend_generator_get_iterator()
698 iterator->intern.data = (void *) generator; in zend_generator_get_iterator()
H A Dzend_API.c2645 zend_object *intern; in display_disabled_class() local
2646 retval = zend_objects_new(&intern, class_type TSRMLS_CC); in display_disabled_class()
/PHP-5.5/ext/date/
H A Dphp_date.c2115 php_date_obj *intern; in date_object_new_date_ex() local
2121 *ptr = intern; in date_object_new_date_ex()
2264 php_timezone_obj *intern; in date_object_new_timezone_ex() local
2270 *ptr = intern; in date_object_new_timezone_ex()
2369 *ptr = intern; in date_object_new_interval_ex()
2452 php_period_obj *intern; in date_object_new_period_ex() local
2458 *ptr = intern; in date_object_new_period_ex()
2491 if (intern->time) { in date_object_free_storage_date()
2523 if (intern->start) { in date_object_free_storage_period()
2527 if (intern->current) { in date_object_free_storage_period()
[all …]
/PHP-5.5/ext/dom/
H A Dphp_dom.h91 zend_object_iterator intern; member
120 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm…
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c660 mysqli_object *intern = (mysqli_object *)zend_object_store_get_object(*elem TSRMLS_CC); local
661 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
662 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
667 …php_error_docref(NULL TSRMLS_CC, E_WARNING, "Invalid object %d or resource %s", i, intern->zo.ce->…
700 mysqli_object *intern = (mysqli_object *)zend_object_store_get_object(*elem TSRMLS_CC); local
701 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
702 php_error_docref(NULL TSRMLS_CC, E_WARNING, "[%d] Couldn't fetch %s", i, intern->zo.ce->name);
745 mysqli_object *intern = (mysqli_object *)zend_object_store_get_object(*elem TSRMLS_CC); local
746 mysql = (MY_MYSQL *) ((MYSQLI_RESOURCE *)intern->ptr)->ptr;
/PHP-5.5/ext/snmp/
H A Dsnmp.c477 php_snmp_object *intern = (php_snmp_object *)object; in php_snmp_object_free_storage() local
479 if (!intern) { in php_snmp_object_free_storage()
483 netsnmp_session_free(&(intern->session)); in php_snmp_object_free_storage()
485 zend_object_std_dtor(&intern->zo TSRMLS_CC); in php_snmp_object_free_storage()
487 efree(intern); in php_snmp_object_free_storage()
493 php_snmp_object *intern; in php_snmp_object_new() local
496 intern = emalloc(sizeof(php_snmp_object)); in php_snmp_object_new()
497 memset(&intern->zo, 0, sizeof(php_snmp_object)); in php_snmp_object_new()
499 zend_object_std_init(&intern->zo, class_type TSRMLS_CC); in php_snmp_object_new()
500 object_properties_init(&intern->zo, class_type); in php_snmp_object_new()
[all …]
/PHP-5.5/ext/phar/
H A Dphar_object.c1487 …spl_filesystem_object *intern = (spl_filesystem_object*)zend_object_store_get_object(*value TSRMLS… in phar_build() local
1494 switch (intern->type) { in phar_build()
1496 test = spl_filesystem_object_get_path(intern, NULL TSRMLS_CC); in phar_build()
1497 fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name); in phar_build()
1521 fname = expand_filepath(intern->file_name, NULL TSRMLS_CC); in phar_build()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic4756 # http://home.f1.htw-berlin.de/scheibl/db/intern/dBase.htm

Completed in 95 milliseconds

123