Home
last modified time | relevance | path

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

123

/PHP-7.4/ext/simplexml/
H A Dsimplexml.c96 php_sxe_object *intern; in php_sxe_get_first_node() local
103 GET_NODE(intern, retnode) in php_sxe_get_first_node()
1979 php_sxe_object *intern; in sxe_count_elements() local
1981 if (intern->fptr_count) { in sxe_count_elements()
2144 php_sxe_object *intern; in php_sxe_object_new() local
2150 intern->iter.name = NULL; in php_sxe_object_new()
2157 return intern; in php_sxe_object_new()
2169 return &intern->zo; in sxe_object_new()
2461 if (intern != NULL && intern->node != NULL) { in php_sxe_iterator_current_key()
2476 php_sxe_object *intern; in php_sxe_move_forward_iterator() local
[all …]
H A Dphp_simplexml_exports.h50 zend_object_iterator intern; member
/PHP-7.4/ext/spl/tests/
H A Dbug73629.phpt2 Bug #73629 (SplDoublyLinkedList::setIteratorMode masks intern flags)
/PHP-7.4/ext/dom/
H A Dphp_dom.h92 zend_object_iterator intern; member
122 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm…
/PHP-7.4/ext/date/
H A Dphp_date.c1901 zend_object_iterator intern; member
2231 return &intern->std; in date_object_new_date()
2361 return &intern->std; in date_object_new_timezone()
2506 return &intern->std; in date_object_new_interval()
2582 return &intern->std; in date_object_new_period()
2615 if (intern->time) { in date_object_free_storage_date()
2616 timelib_time_dtor(intern->time); in date_object_free_storage_date()
2644 if (intern->start) { in date_object_free_storage_period()
2648 if (intern->current) { in date_object_free_storage_period()
2652 if (intern->end) { in date_object_free_storage_period()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_nonapi.c740 mysqli_object *intern = Z_MYSQLI_P(elem); local
741 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
742 php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
747 …php_error_docref(NULL, E_WARNING, "Invalid object %d or resource %s", i, ZSTR_VAL(intern->zo.ce->n…
776 mysqli_object *intern = Z_MYSQLI_P(elem); local
777 if (!(my_res = (MYSQLI_RESOURCE *)intern->ptr)) {
778 php_error_docref(NULL, E_WARNING, "[%d] Couldn't fetch %s", i, ZSTR_VAL(intern->zo.ce->name));
812 mysqli_object *intern = Z_MYSQLI_P(elem); local
813 mysql = (MY_MYSQL *)((MYSQLI_RESOURCE *)intern->ptr)->ptr;
/PHP-7.4/ext/gmp/
H A Dgmp.c376 gmp_object *intern = GET_GMP_OBJECT_FROM_OBJ(obj); in gmp_free_object_storage() local
378 mpz_clear(intern->num); in gmp_free_object_storage()
379 zend_object_std_dtor(&intern->std); in gmp_free_object_storage()
385 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex() local
387 zend_object_std_init(&intern->std, ce); in gmp_create_object_ex()
388 object_properties_init(&intern->std, ce); in gmp_create_object_ex()
390 mpz_init(intern->num); in gmp_create_object_ex()
391 *gmpnum_target = intern->num; in gmp_create_object_ex()
392 intern->std.handlers = &gmp_object_handlers; in gmp_create_object_ex()
394 return &intern->std; in gmp_create_object_ex()
/PHP-7.4/ext/snmp/
H A Dsnmp.c455 php_snmp_object *intern = php_snmp_fetch_object(object); in php_snmp_object_free_storage() local
457 if (!intern) { in php_snmp_object_free_storage()
461 netsnmp_session_free(&(intern->session)); in php_snmp_object_free_storage()
463 zend_object_std_dtor(&intern->zo); in php_snmp_object_free_storage()
469 php_snmp_object *intern; in php_snmp_object_new() local
472 intern = zend_object_alloc(sizeof(php_snmp_object), class_type); in php_snmp_object_new()
474 zend_object_std_init(&intern->zo, class_type); in php_snmp_object_new()
475 object_properties_init(&intern->zo, class_type); in php_snmp_object_new()
477 intern->zo.handlers = &php_snmp_object_handlers; in php_snmp_object_new()
479 return &intern->zo; in php_snmp_object_new()
/PHP-7.4/ext/phar/
H A Dphar_object.c1477 …spl_filesystem_object *intern = (spl_filesystem_object*)((char*)Z_OBJ_P(value) - Z_OBJ_P(value)->h… in phar_build() local
1484 switch (intern->type) { in phar_build()
1486 test = spl_filesystem_object_get_path(intern, NULL); in phar_build()
1487 fname_len = spprintf(&fname, 0, "%s%c%s", test, DEFAULT_SLASH, intern->u.dir.entry.d_name); in phar_build()
1511 fname = expand_filepath(intern->file_name, NULL); in phar_build()
/PHP-7.4/Zend/
H A Dzend_API.c2854 zend_object *intern; in display_disabled_class() local
2856 intern = zend_objects_new(class_type); in display_disabled_class()
2860 zval *p = intern->properties_table; in display_disabled_class()
2869 return intern; in display_disabled_class()
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます8371 # http://home.f1.htw-berlin.de/scheibl/db/intern/dBase.htm
H A Dmagic8371 # http://home.f1.htw-berlin.de/scheibl/db/intern/dBase.htm

Completed in 159 milliseconds

123