Home
last modified time | relevance | path

Searched defs:intern (Results 1 – 25 of 57) sorted by path

123

/PHP-7.4/Zend/
H A Dzend_API.c2854 zend_object *intern; in display_disabled_class() local
/PHP-7.4/ext/date/
H A Dphp_date.c1901 zend_object_iterator intern; member
2225 php_date_obj *intern = zend_object_alloc(sizeof(php_date_obj), class_type); in date_object_new_date() local
2355 php_timezone_obj *intern = zend_object_alloc(sizeof(php_timezone_obj), class_type); in date_object_new_timezone() local
2500 php_interval_obj *intern = zend_object_alloc(sizeof(php_interval_obj), class_type); in date_object_new_interval() local
2575 php_period_obj *intern = zend_object_alloc(sizeof(php_period_obj), class_type); in date_object_new_period() local
2613 php_date_obj *intern = php_date_obj_from_obj(object); in date_object_free_storage_date() local
2624 php_timezone_obj *intern = php_timezone_obj_from_obj(object); in date_object_free_storage_timezone() local
2634 php_interval_obj *intern = php_interval_obj_from_obj(object); in date_object_free_storage_interval() local
2642 php_period_obj *intern = php_period_obj_from_obj(object); in date_object_free_storage_period() local
/PHP-7.4/ext/dom/
H A Dattr.c58 dom_object *intern; in PHP_METHOD() local
230 dom_object *intern; in PHP_FUNCTION() local
H A Dcdatasection.c51 dom_object *intern; in PHP_METHOD() local
H A Dcharacterdata.c162 dom_object *intern; in PHP_FUNCTION() local
208 dom_object *intern; in PHP_FUNCTION() local
236 dom_object *intern; in PHP_FUNCTION() local
284 dom_object *intern; in PHP_FUNCTION() local
342 dom_object *intern; in PHP_FUNCTION() local
H A Dcomment.c51 dom_object *intern; in PHP_METHOD() local
H A Ddocument.c707 dom_object *intern; in PHP_FUNCTION() local
742 dom_object *intern; in PHP_FUNCTION() local
772 dom_object *intern; in PHP_FUNCTION() local
802 dom_object *intern; in PHP_FUNCTION() local
832 dom_object *intern; in PHP_FUNCTION() local
862 dom_object *intern; in PHP_FUNCTION() local
899 dom_object *intern; in PHP_FUNCTION() local
933 dom_object *intern; in PHP_FUNCTION() local
1057 dom_object *intern; in PHP_FUNCTION() local
1121 dom_object *intern; in PHP_FUNCTION() local
[all …]
H A Ddocumentfragment.c54 dom_object *intern; in PHP_METHOD() local
115 dom_object *intern; in PHP_METHOD() local
H A Ddocumenttype.c69 dom_object *intern; in dom_documenttype_entities_read() local
97 dom_object *intern; in dom_documenttype_notations_read() local
H A Ddom_iterators.c165 dom_object *intern = Z_DOMOBJ_P(&iterator->curobj); in php_dom_iterator_current_key() local
181 dom_object *intern; in php_dom_iterator_move_forward() local
260 dom_object *intern; in php_dom_get_iterator() local
H A Delement.c155 dom_object *intern; in PHP_METHOD() local
324 dom_object *intern; in PHP_FUNCTION() local
369 dom_object *intern; in PHP_FUNCTION() local
434 dom_object *intern; in PHP_FUNCTION() local
485 dom_object *intern; in PHP_FUNCTION() local
664 dom_object *intern; in PHP_FUNCTION() local
749 dom_object *intern; in PHP_FUNCTION() local
875 dom_object *intern; in PHP_FUNCTION() local
932 dom_object *intern; in PHP_FUNCTION() local
1090 dom_object *intern; in PHP_FUNCTION() local
[all …]
H A Dentityreference.c51 dom_object *intern; in PHP_METHOD() local
H A Dnamednodemap.c133 dom_object *intern; in PHP_FUNCTION() local
209 dom_object *intern; in PHP_FUNCTION() local
273 dom_object *intern; in PHP_FUNCTION() local
345 dom_object *intern; in PHP_FUNCTION() local
H A Dnode.c427 dom_object *intern; in dom_node_child_nodes_read() local
569 dom_object *intern; in dom_node_attributes_read() local
1341 dom_object *intern; in PHP_FUNCTION() local
1371 dom_object *intern; in PHP_FUNCTION() local
1432 dom_object *intern; in PHP_FUNCTION() local
1475 dom_object *intern; in PHP_FUNCTION() local
1540 dom_object *intern; in PHP_FUNCTION() local
1592 dom_object *intern; in PHP_FUNCTION() local
1626 dom_object *intern; in PHP_FUNCTION() local
1700 dom_object *intern; in dom_canonicalization() local
[all …]
H A Dnodelist.c110 dom_object *intern; in PHP_FUNCTION() local
135 dom_object *intern; in PHP_FUNCTION() local
H A Dphp_dom.c464 php_libxml_node_object *intern; in php_dom_export_node() local
505 dom_object *intern = Z_DOMOBJ_P(zobject); in dom_objects_store_clone_obj() local
1008 dom_xpath_object *intern = php_xpath_obj_from_obj(object); in dom_xpath_objects_free_storage() local
1033 dom_object *intern = php_dom_obj_from_obj(object); in dom_objects_free_storage() local
1073 dom_object *intern = zend_object_alloc(sizeof(dom_object), class_type); in dom_objects_set_class() local
1092 dom_object *intern = dom_objects_set_class(class_type); in dom_objects_new() local
1102 dom_xpath_object *intern = zend_object_alloc(sizeof(dom_xpath_object), class_type); in dom_xpath_objects_new() local
1119 dom_object *intern; in dom_nnodemap_object_dtor() local
1143 dom_object *intern = php_dom_obj_from_obj(object); in dom_nnodemap_objects_free_storage() local
1153 dom_object *intern; in dom_nnodemap_objects_new() local
[all …]
H A Dphp_dom.h92 zend_object_iterator intern; member
H A Dprocessinginstruction.c52 dom_object *intern; in PHP_METHOD() local
H A Dtext.c66 dom_object *intern; in PHP_METHOD() local
146 dom_object *intern; in PHP_FUNCTION() local
202 dom_object *intern; in PHP_FUNCTION() local
H A Dxpath.c82 dom_xpath_object *intern; in dom_xpath_ext_function_php() local
256 dom_xpath_object *intern; in PHP_METHOD() local
315 dom_xpath_object *intern; in PHP_FUNCTION() local
338 static void dom_xpath_iter(zval *baseobj, dom_object *intern) /* {{{ */ in dom_xpath_iter()
354 dom_xpath_object *intern; in php_xpath_eval() local
511 dom_xpath_object *intern; in PHP_FUNCTION() local
/PHP-7.4/ext/fileinfo/
H A Dfileinfo.c84 finfo_object *intern = php_finfo_fetch_object(object); in finfo_objects_free() local
99 finfo_object *intern; in finfo_objects_new() local
/PHP-7.4/ext/gmp/
H A Dgmp.c376 gmp_object *intern = GET_GMP_OBJECT_FROM_OBJ(obj); in gmp_free_object_storage() local
385 gmp_object *intern = emalloc(sizeof(gmp_object) + zend_object_properties_size(ce)); in gmp_create_object_ex() local
/PHP-7.4/ext/intl/breakiterator/
H A Dbreakiterator_class.cpp206 BreakIterator_object* intern; in BreakIterator_object_create() local
/PHP-7.4/ext/intl/calendar/
H A Dcalendar_class.cpp254 Calendar_object* intern; in Calendar_object_create() local
/PHP-7.4/ext/intl/collator/
H A Dcollator_class.c52 Collator_object *intern = zend_object_alloc(sizeof(Collator_object), ce); in Collator_object_create() local

Completed in 91 milliseconds

123