Home
last modified time | relevance | path

Searched refs:std (Results 1 – 25 of 63) sorted by relevance

123

/PHP-7.1/Zend/
H A Dzend_iterators.c78 zend_object_std_init(&iter->std, &zend_iterator_class_entry); in zend_iterator_init()
79 iter->std.handlers = &iterator_object_handlers; in zend_iterator_init()
84 if (--GC_REFCOUNT(&iter->std) > 0) { in zend_iterator_dtor()
88 zend_objects_store_del(&iter->std); in zend_iterator_dtor()
H A Dzend_iterators.h58 zend_object std; member
/PHP-7.1/ext/date/
H A Dphp_date.h139 zend_object std; member
143 return (php_date_obj*)((char*)(obj) - XtOffsetOf(php_date_obj, std)); in php_date_obj_from_obj()
157 zend_object std; member
161 return (php_timezone_obj*)((char*)(obj) - XtOffsetOf(php_timezone_obj, std)); in php_timezone_obj_from_obj()
170 zend_object std; member
174 return (php_interval_obj*)((char*)(obj) - XtOffsetOf(php_interval_obj, std)); in php_interval_obj_from_obj()
188 zend_object std; member
192 return (php_period_obj*)((char*)(obj) - XtOffsetOf(php_period_obj, std)); in php_period_obj_from_obj()
/PHP-7.1/ext/dom/
H A Dxml_common.h33 zend_object std; member
37 return (dom_object*)((char*)(obj) - XtOffsetOf(dom_object, std)); in php_dom_obj_from_obj()
70 ZSTR_VAL(__intern->std.ce->name));\
79 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", __intern->std.ce->name);\
H A Dphp_dom.c509 clone->std.handlers = dom_get_obj_handlers(); in dom_objects_store_clone_obj()
530 zend_objects_clone_members(&clone->std, &intern->std); in dom_objects_store_clone_obj()
532 return &clone->std; in dom_objects_store_clone_obj()
1011 zend_object_std_dtor(&intern->dom.std); in dom_xpath_objects_free_storage()
1041 zend_object_std_dtor(&intern->std); in dom_objects_free_storage()
1097 return &intern->std; in dom_objects_new()
1116 return &intern->dom.std; in dom_xpath_objects_new()
1151 zend_object_std_dtor(&intern->std); in dom_nnodemap_objects_free_storage()
1172 return &intern->std; in dom_nnodemap_objects_new()
1202 GC_REFCOUNT(&intern->std)++; in php_dom_create_object()
[all …]
H A Dphp_dom.h79 - XtOffsetOf(dom_xpath_object, dom) - XtOffsetOf(dom_object, std)); in php_xpath_obj_from_obj()
140 php_error_docref(NULL, E_WARNING, "Couldn't fetch %s", ZSTR_VAL(__intern->std.ce->name));\
/PHP-7.1/ext/xmlwriter/
H A Dphp_xmlwriter.h49 zend_object std; member
53 return (ze_xmlwriter_object *)((char*)(obj) - XtOffsetOf(ze_xmlwriter_object, std)); in php_xmlwriter_fetch_object()
/PHP-7.1/ext/xsl/
H A Dphp_xsl.c73 zend_object_std_dtor(&intern->std); in ZEND_GET_MODULE()
114 zend_object_std_init(&intern->std, class_type); in xsl_objects_new()
115 object_properties_init(&intern->std, class_type); in xsl_objects_new()
121 intern->std.handlers = &xsl_object_handlers; in xsl_objects_new()
122 return &intern->std; in xsl_objects_new()
134 xsl_object_handlers.offset = XtOffsetOf(xsl_object, std); in PHP_MINIT_FUNCTION()
H A Dphp_xsl.h72 zend_object std; member
76 return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std)); in php_xsl_fetch_object()
/PHP-7.1/ext/pdo_mysql/tests/
H A Dbug70389.phpt18 $std = new StdClass();
19 $std->flags = $flags;
/PHP-7.1/ext/xmlreader/
H A Dphp_xmlreader.h51 zend_object std; member
55 return (xmlreader_object *)((char*)(obj) - XtOffsetOf(xmlreader_object, std)); in php_xmlreader_fetch_object()
/PHP-7.1/ext/pdo/
H A Dphp_pdo_int.h44 void pdo_dbstmt_free_storage(zend_object *std);
53 void pdo_row_free_storage(zend_object *std);
H A Dphp_pdo_driver.h512 zend_object std; member
516 …return (pdo_dbh_t *)(((pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)))->inn… in php_pdo_dbh_fetch_inner()
520 return (pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)); in php_pdo_dbh_fetch_object()
643 zend_object std; member
647 return (pdo_stmt_t *)((char*)(obj) - XtOffsetOf(pdo_stmt_t, std)); in php_pdo_stmt_fetch_object()
653 zend_object std; member
H A Dpdo_stmt.c259 GC_REFCOUNT(&stmt->std)++; in get_lazy_object()
260 GC_REFCOUNT(&row->std)--; in get_lazy_object()
2265 zend_objects_clone_members(&stmt->std, &old_stmt->std); in dbstmt_clone_obj()
2267 return &stmt->std; in dbstmt_clone_obj()
2351 zend_object_std_dtor(&stmt->std); in php_pdo_free_statement()
2370 return &stmt->std; in pdo_dbstmt_new()
2518 ZVAL_OBJ(&zobj, &stmt->std); in row_prop_read()
2606 if (!stmt->std.properties) { in row_get_properties()
2616 return stmt->std.properties; in row_get_properties()
2696 OBJ_RELEASE(&row->stmt->std); in pdo_row_free_storage()
[all …]
/PHP-7.1/ext/tidy/
H A Dtidy.c199 zend_object std; member
670 zend_object_std_dtor(&intern->std); in tidy_object_free_storage()
722 intern->std.handlers = handlers; in tidy_object_new()
724 return &intern->std; in tidy_object_new()
823 if (!obj->std.properties) { in tidy_doc_update_properties()
824 rebuild_object_properties(&obj->std); in tidy_doc_update_properties()
833 if (!obj->std.properties) { in tidy_doc_update_properties()
834 rebuild_object_properties(&obj->std); in tidy_doc_update_properties()
853 if (!obj->std.properties) { in tidy_add_default_properties()
854 rebuild_object_properties(&obj->std); in tidy_add_default_properties()
[all …]
/PHP-7.1/ext/spl/
H A Dspl_array.c75 zend_object std; member
88 if (!intern->std.properties) { in spl_array_get_hash_table_ptr()
91 return &intern->std.properties; in spl_array_get_hash_table_ptr()
161 zend_object_std_dtor(&intern->std); in spl_array_object_free_storage()
265 return &intern->std; in spl_array_object_new_ex()
821 if (!intern->std.properties) { in spl_array_get_properties()
824 return intern->std.properties; in spl_array_get_properties()
837 if (!intern->std.properties) { in spl_array_get_debug_info()
843 return intern->std.properties; in spl_array_get_debug_info()
953 !(ht1 == intern1->std.properties && ht2 == intern2->std.properties)) { in spl_array_compare_objects()
[all …]
H A Dspl_heap.c76 zend_object std; member
86 return (spl_heap_object*)((char*)(obj) - XtOffsetOf(spl_heap_object, std)); in spl_heap_from_obj()
356 zend_object_std_dtor(&intern->std); in spl_heap_object_free_storage()
370 zend_object_std_init(&intern->std, class_type); in spl_heap_object_new_ex()
371 object_properties_init(&intern->std, class_type); in spl_heap_object_new_ex()
391 intern->std.handlers = &spl_handler_SplHeap; in spl_heap_object_new_ex()
397 intern->std.handlers = &spl_handler_SplPriorityQueue; in spl_heap_object_new_ex()
434 return &intern->std; in spl_heap_object_new_ex()
489 if (!intern->std.properties) { in spl_heap_object_get_debug_info_helper()
490 rebuild_object_properties(&intern->std); in spl_heap_object_get_debug_info_helper()
[all …]
H A Dspl_fixedarray.c61 zend_object std; member
77 return (spl_fixedarray_object*)((char*)(obj) - XtOffsetOf(spl_fixedarray_object, std)); in spl_fixed_array_from_obj()
203 zend_object_std_dtor(&intern->std); in spl_fixedarray_object_free_storage()
217 zend_object_std_init(&intern->std, class_type); in spl_fixedarray_object_new_ex()
218 object_properties_init(&intern->std, class_type); in spl_fixedarray_object_new_ex()
232 intern->std.handlers = &spl_handler_SplFixedArray; in spl_fixedarray_object_new_ex()
291 return &intern->std; in spl_fixedarray_object_new_ex()
351 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_has, "offsetexists", r… in spl_fixedarray_object_read_dimension()
372 …zend_call_method_with_1_params(object, intern->std.ce, &intern->fptr_offset_get, "offsetGet", rv, … in spl_fixedarray_object_read_dimension()
537 zend_call_method_with_0_params(object, intern->std.ce, &intern->fptr_count, "count", &rv); in spl_fixedarray_object_count_elements()
[all …]
H A Dspl_directory.h104 zend_object std; member
108 return (spl_filesystem_object*)((char*)(obj) - XtOffsetOf(spl_filesystem_object, std)); in spl_filesystem_from_obj()
H A Dspl_dllist.c98 zend_object std; member
110 return (spl_dllist_object*)((char*)(obj) - XtOffsetOf(spl_dllist_object, std)); in spl_dllist_from_obj()
352 zend_object_std_dtor(&intern->std); in spl_dllist_object_free_storage()
378 zend_object_std_init(&intern->std, class_type); in spl_dllist_object_new_ex()
379 object_properties_init(&intern->std, class_type); in spl_dllist_object_new_ex()
409 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
412 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
416 intern->std.handlers = &spl_handler_SplDoublyLinkedList; in spl_dllist_object_new_ex()
450 return &intern->std; in spl_dllist_object_new_ex()
505 if (!intern->std.properties) { in spl_dllist_object_get_debug_info()
[all …]
H A Dspl_iterators.h167 zend_object std; member
171 return (spl_dual_it_object*)((char*)(obj) - XtOffsetOf(spl_dual_it_object, std)); in spl_dual_it_from_obj()
/PHP-7.1/ext/reflection/tests/
H A Dparameters_002.phpt6 function test($nix, Array $ar, &$ref, stdClass $std,
13 function method($nix, Array $ar, &$ref, stdClass $std,
107 getName: string(3) "std"
173 getName: string(3) "std"
/PHP-7.1/ext/com_dotnet/
H A Dcom_persist.c300 zend_object std; member
711 zend_object_std_dtor(&object->std); in helper_free_storage()
722 zend_object_std_init(&clone->std, object->std.ce); in helper_clone()
746 zend_object_std_init(&helper->std, helper_ce); in helper_new()
747 helper->std.handlers = &helper_handlers; in helper_new()
749 return &helper->std; in helper_new()
/PHP-7.1/ext/spl/tests/
H A Ddllist_002.phpt12 // std iterator
H A Dheap_002.phpt2 SPL: SplMinHeap: std operations

Completed in 99 milliseconds

123