Home
last modified time | relevance | path

Searched refs:std (Results 51 – 75 of 128) sorted by relevance

123456

/php-src/Zend/
H A Dzend_closures.c32 zend_object std; member
153 ZVAL_OBJ(&fci.function_name, &closure->std); in ZEND_METHOD()
166 GC_DELREF(&closure->std); in ZEND_METHOD()
172 memset(&fake_closure->std, 0, sizeof(fake_closure->std)); in ZEND_METHOD()
173 fake_closure->std.gc.refcount = 1; in ZEND_METHOD()
174 fake_closure->std.gc.u.type_info = GC_NULL; in ZEND_METHOD()
519 zend_object_std_dtor(&closure->std); in zend_closure_free_storage()
545 zend_object_std_init(&closure->std, class_type); in zend_closure_new()
727 Z_OBJ(EX(This)) = &closure->std; in ZEND_NAMED_FUNCTION()
807 ZEND_ASSERT(nested->std.ce == zend_ce_closure); in zend_create_closure_ex()
H A Dzend_iterators.h60 zend_object std; member
H A Dzend_generators.h57 zend_object std; member
H A Dzend_fibers.h104 zend_object std; member
/php-src/ext/date/lib/
H A Dparse_posix.c307 if (ps->std) { in timelib_posix_str_dtor()
308 timelib_free(ps->std); in timelib_posix_str_dtor()
329 tmp->std = read_description(&ptr); in timelib_parse_posix_str()
330 if (!tmp->std) { in timelib_parse_posix_str()
/php-src/ext/spl/tests/
H A Dheap_002.phpt2 SPL: SplMinHeap: std operations
H A Dheap_001.phpt2 SPL: SplMaxHeap: std operations
H A Ddllist_001.phpt2 SPL: DoublyLinkedList: std operations
/php-src/ext/dom/
H A Dnodelist.c39 if (GC_DELREF(&objmap->cached_obj->std) == 0) { in objmap_cache_release_cached_obj()
40 zend_objects_store_del(&objmap->cached_obj->std); in objmap_cache_release_cached_obj()
212 GC_ADDREF(&cached_obj->std); in php_dom_nodelist_get_item_into_zval()
H A Dphp_dom.c605 zend_objects_clone_members(&clone->std, &intern->std); in dom_objects_store_clone_obj()
607 return &clone->std; in dom_objects_store_clone_obj()
623 GC_ADDREF(&clone_intern->parent_intern->std); in dom_object_namespace_node_clone_obj()
1334 zend_object_std_dtor(&intern->std); in dom_objects_free_storage()
1416 return &intern->std; in dom_objects_new()
1424 return &intern->dom.std; in dom_objects_namespace_node_new()
1432 ZVAL_OBJ(&tmp, &intern->parent_intern->std); in dom_object_namespace_node_free_storage()
1453 return &intern->dom.std; in dom_xpath_objects_new()
1486 zend_object_std_dtor(&intern->std); in dom_nnodemap_objects_free_storage()
1512 return &intern->std; in dom_nnodemap_objects_new()
[all …]
/php-src/ext/com_dotnet/
H A Dcom_persist.c286 zend_object std; member
676 zend_object_std_dtor(&object->std); in helper_free_storage()
687 zend_object_std_init(&clone->std, object->std.ce); in helper_clone()
711 zend_object_std_init(&helper->std, helper_ce); in helper_new()
713 return &helper->std; in helper_new()
/php-src/ext/intl/breakiterator/
H A Drulebasedbreakiterator_methods.cpp167 std::unique_ptr<int32_t[]> rules = std::unique_ptr<int32_t[]>(new int32_t[num_rules]); in PHP_METHOD()
/php-src/ext/pdo/
H A Dpdo_dbh.c621 ZVAL_OBJ_COPY(&stmt->database_object_handle, &dbh_obj->std); in PHP_METHOD()
1186 ZVAL_OBJ_COPY(&stmt->database_object_handle, &dbh_obj->std); in PHP_METHOD()
1328 func.scope = dbh_obj->std.ce; in pdo_hash_methods()
1413 static void pdo_dbh_free_storage(zend_object *std);
1480 static void pdo_dbh_free_storage(zend_object *std) in pdo_dbh_free_storage() argument
1482 pdo_dbh_t *dbh = php_pdo_dbh_fetch_inner(std); in pdo_dbh_free_storage()
1497 zend_object_std_dtor(std); in pdo_dbh_free_storage()
1506 zend_object_std_init(&dbh->std, ce); in pdo_dbh_new()
1507 object_properties_init(&dbh->std, ce); in pdo_dbh_new()
1508 rebuild_object_properties(&dbh->std); in pdo_dbh_new()
[all …]
H A Dpdo_stmt.c221 GC_ADDREF(&stmt->std); in get_lazy_object()
222 GC_DELREF(&row->std); in get_lazy_object()
2117 zend_object_std_dtor(&stmt->std); in php_pdo_free_statement()
2131 zend_object_std_init(&stmt->std, ce); in pdo_dbstmt_new()
2132 object_properties_init(&stmt->std, ce); in pdo_dbstmt_new()
2134 return &stmt->std; in pdo_dbstmt_new()
2425 if (!stmt->std.properties) { in row_get_properties_for()
2450 pdo_row_t *row = (pdo_row_t *)std; in pdo_row_free_storage()
2453 OBJ_RELEASE(&row->stmt->std); in pdo_row_free_storage()
2460 zend_object_std_init(&row->std, ce); in pdo_row_new()
[all …]
/php-src/ext/zlib/
H A Dzlib.c53 return (php_zlib_context *)((char *)(obj) - XtOffsetOf(php_zlib_context, std)); in inflate_context_from_obj()
61 zend_object_std_init(&intern->std, class_type); in inflate_context_create_object()
62 object_properties_init(&intern->std, class_type); in inflate_context_create_object()
64 return &intern->std; in inflate_context_create_object()
81 zend_object_std_dtor(&intern->std); in inflate_context_free_obj()
91 return (php_zlib_context *)((char *)(obj) - XtOffsetOf(php_zlib_context, std)); in deflate_context_from_obj()
99 zend_object_std_init(&intern->std, class_type); in deflate_context_create_object()
100 object_properties_init(&intern->std, class_type); in deflate_context_create_object()
102 return &intern->std; in deflate_context_create_object()
116 zend_object_std_dtor(&intern->std); in deflate_context_free_obj()
[all …]
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c72 zend_object_std_dtor(&intern->std); in xmlwriter_object_free_storage()
83 zend_object_std_init(&intern->std, class_type); in xmlwriter_object_new()
84 object_properties_init(&intern->std, class_type); in xmlwriter_object_new()
86 return &intern->std; in xmlwriter_object_new()
829 RETURN_OBJ(&ze_obj->std); in PHP_FUNCTION()
878 RETURN_OBJ(&ze_obj->std); in PHP_FUNCTION()
931 xmlwriter_object_handlers.offset = XtOffsetOf(ze_xmlwriter_object, std); in PHP_MINIT_FUNCTION()
/php-src/ext/curl/
H A Dinterface.c429 return &intern->std; in curl_create_object()
452 return &clone_ch->std; in curl_clone_obj()
462 return &clone_ch->std; in curl_clone_obj()
466 return &clone_ch->std; in curl_clone_obj()
586 GC_ADDREF(&ch->std); in curl_write()
617 GC_ADDREF(&ch->std); in curl_fnmatch()
652 GC_ADDREF(&ch->std); in curl_progress()
690 GC_ADDREF(&ch->std); in curl_xferinfo()
728 GC_ADDREF(&ch->std); in curl_ssh_hostkeyfunction()
775 GC_ADDREF(&ch->std); in curl_read()
[all …]
/php-src/ext/spl/
H A Dspl_fixedarray.c54 zend_object std; member
64 return (spl_fixedarray_object*)((char*)(obj) - XtOffsetOf(spl_fixedarray_object, std)); in spl_fixed_array_from_obj()
271 zend_object_std_dtor(&intern->std); in spl_fixedarray_object_free_storage()
282 zend_object_std_init(&intern->std, class_type); in spl_fixedarray_object_new_ex()
283 object_properties_init(&intern->std, class_type); in spl_fixedarray_object_new_ex()
310 return &intern->std; in spl_fixedarray_object_new_ex()
600 HashTable *ht = zend_std_get_properties(&intern->std); in PHP_METHOD()
663 object_properties_load(&intern->std, Z_ARRVAL(members_zv)); in PHP_METHOD()
973 spl_handler_SplFixedArray.offset = XtOffsetOf(spl_fixedarray_object, std); in PHP_MINIT_FUNCTION()
/php-src/sapi/cli/tests/
H A Dgh8827-002.phpt2 std handles can be deliberately closed 002
H A Dgh8827-003.phpt2 std handles can be deliberately closed 003
/php-src/ext/date/
H A Dphp_date.c1858 return &intern->std; in date_object_new_date()
1866 zend_objects_clone_members(&new_obj->std, &old_obj->std); in date_object_clone_date()
1881 return &new_obj->std; in date_object_clone_date()
1998 return &intern->std; in date_object_new_timezone()
2006 zend_objects_clone_members(&new_obj->std, &old_obj->std); in date_object_clone_timezone()
2027 return &new_obj->std; in date_object_clone_timezone()
2162 return &intern->std; in date_object_new_interval()
2170 zend_objects_clone_members(&new_obj->std, &old_obj->std); in date_object_clone_interval()
2181 return &new_obj->std; in date_object_clone_interval()
2253 return &intern->std; in date_object_new_period()
[all …]
/php-src/ext/odbc/
H A Dphp_odbc_includes.h201 zend_object std; member
232 zend_object std; member
/php-src/ext/soap/
H A Dphp_soap.h258 zend_object std; member
263 return (soap_url_object *) ((char *) obj - XtOffsetOf(soap_url_object, std)); in soap_url_object_fetch()
270 zend_object std; member
/php-src/ext/random/
H A Drandomizer.c478 ZVAL_ARR(&t, zend_std_get_properties(&randomizer->std)); in PHP_METHOD()
507 object_properties_load(&randomizer->std, Z_ARRVAL_P(members_zv)); in PHP_METHOD()
513 …zengine = zend_read_property(randomizer->std.ce, &randomizer->std, "engine", strlen("engine"), 1, … in PHP_METHOD()
/php-src/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,
118 getName: string(3) "std"
212 getName: string(3) "std"

Completed in 96 milliseconds

123456