Home
last modified time | relevance | path

Searched refs:std (Results 26 – 50 of 128) sorted by relevance

123456

/php-src/ext/xsl/
H A Dphp_xsl.h64 zend_object std; member
68 return (xsl_object *)((char*)(obj) - XtOffsetOf(xsl_object, std)); in php_xsl_fetch_object()
/php-src/ext/dom/
H A Dxml_common.h29 zend_object std; member
33 return (dom_object*)((char*)(obj) - XtOffsetOf(dom_object, std)); in php_dom_obj_from_obj()
63 ZSTR_VAL(__intern->std.ce->name));\
/php-src/ext/sysvmsg/
H A Dsysvmsg.c39 zend_object std; member
72 return (sysvmsg_queue_t *)((char *)(obj) - XtOffsetOf(sysvmsg_queue_t, std)); in sysvmsg_queue_from_obj()
80 zend_object_std_init(&intern->std, class_type); in sysvmsg_queue_create_object()
81 object_properties_init(&intern->std, class_type); in sysvmsg_queue_create_object()
83 return &intern->std; in sysvmsg_queue_create_object()
95 zend_object_std_dtor(&sysvmsg_queue->std); in sysvmsg_queue_free_obj()
107 sysvmsg_queue_object_handlers.offset = XtOffsetOf(sysvmsg_queue_t, std); in PHP_MINIT_FUNCTION()
/php-src/Zend/
H A Dzend_weakrefs.c26 zend_object std; member
31 zend_object std; member
213 zend_object_std_init(&wr->std, zend_ce_weakref); in zend_weakref_new()
214 return &wr->std; in zend_weakref_new()
229 RETVAL_OBJ_COPY(&wr->std); in zend_weakref_find()
271 zend_object_std_dtor(&wr->std); in zend_weakref_free()
323 zend_object_std_init(&wm->std, ce); in zend_weakmap_create_object()
326 return &wm->std; in zend_weakmap_create_object()
341 zend_object_std_dtor(&wm->std); in zend_weakmap_free_obj()
541 zend_get_gc_buffer_add_obj(gc_buffer, &wm->std); in zend_weakmap_get_object_key_entry_gc()
[all …]
/php-src/ext/spl/
H A Dspl_heap.c68 zend_object std; member
77 return (spl_heap_object*)((char*)(obj) - XtOffsetOf(spl_heap_object, std)); in spl_heap_from_obj()
400 zend_object_std_dtor(&intern->std); in spl_heap_object_free_storage()
414 zend_object_std_init(&intern->std, class_type); in spl_heap_object_new_ex()
415 object_properties_init(&intern->std, class_type); in spl_heap_object_new_ex()
419 intern->std.handlers = other->std.handlers; in spl_heap_object_new_ex()
430 return &intern->std; in spl_heap_object_new_ex()
466 return &intern->std; in spl_heap_object_new_ex()
515 if (!intern->std.properties) { in spl_heap_object_get_debug_info()
516 rebuild_object_properties(&intern->std); in spl_heap_object_get_debug_info()
[all …]
H A Dspl_array.c58 zend_object std; member
71 if (!intern->std.properties) { in spl_array_get_hash_table_ptr()
72 rebuild_object_properties(&intern->std); in spl_array_get_hash_table_ptr()
74 return &intern->std.properties; in spl_array_get_hash_table_ptr()
137 zend_object_std_dtor(&intern->std); in spl_array_object_free_storage()
219 return &intern->std; in spl_array_object_new_ex()
774 if (!intern->std.properties) { in spl_array_get_debug_info()
775 rebuild_object_properties(&intern->std); in spl_array_get_debug_info()
899 !(ht1 == intern1->std.properties && ht2 == intern2->std.properties)) { in spl_array_compare_objects()
1270 if (!intern->std.properties) { in SPL_ARRAY_METHOD()
[all …]
H A Dspl_dllist.c84 zend_object std; member
96 return (spl_dllist_object*)((char*)(obj) - XtOffsetOf(spl_dllist_object, std)); in spl_dllist_from_obj()
296 zend_object_std_dtor(&intern->std); in spl_dllist_object_free_storage()
317 zend_object_std_init(&intern->std, class_type); in spl_dllist_object_new_ex()
318 object_properties_init(&intern->std, class_type); in spl_dllist_object_new_ex()
386 return &intern->std; in spl_dllist_object_new_ex()
436 if (!intern->std.properties) { in spl_dllist_object_get_debug_info()
437 rebuild_object_properties(&intern->std); in spl_dllist_object_get_debug_info()
1124 zend_std_get_properties(&intern->std), /* always_duplicate */ 1)); in PHP_METHOD()
1155 object_properties_load(&intern->std, Z_ARRVAL_P(members_zv)); in PHP_METHOD()
[all …]
H A Dspl_observer.c60 zend_object std; member
70 return (spl_SplObjectStorage*)((char*)(obj) - XtOffsetOf(spl_SplObjectStorage, std)); in spl_object_storage_from_obj()
80 zend_object_std_dtor(&intern->std); in spl_SplObjectStorage_free_storage()
90 …zend_call_method_with_1_params(&intern->std, intern->std.ce, &intern->fptr_get_hash, "getHash", &r… in spl_object_storage_get_hash()
98 ZSTR_VAL(intern->std.ce->name), zend_zval_value_name(&rv)); in spl_object_storage_get_hash()
264 zend_object_std_init(&intern->std, class_type); in spl_object_storage_new_ex()
265 object_properties_init(&intern->std, class_type); in spl_object_storage_new_ex()
305 return &intern->std; in spl_object_storage_new_ex()
963 object_properties_load(&intern->std, Z_ARRVAL_P(pmembers)); in PHP_METHOD()
1001 zend_std_get_properties(&intern->std), /* always_duplicate */ 1)); in PHP_METHOD()
[all …]
/php-src/ext/tidy/
H A Dtidy.c546 &obj->std, in tidy_doc_update_properties()
559 &obj->std, in tidy_doc_update_properties()
582 &obj->std, in tidy_add_node_default_properties()
595 &obj->std, in tidy_add_node_default_properties()
603 &obj->std, in tidy_add_node_default_properties()
611 &obj->std, in tidy_add_node_default_properties()
619 &obj->std, in tidy_add_node_default_properties()
627 &obj->std, in tidy_add_node_default_properties()
640 &obj->std, in tidy_add_node_default_properties()
679 &obj->std, in tidy_add_node_default_properties()
[all …]
/php-src/ext/sysvshm/
H A Dsysvshm.c40 return (sysvshm_shm *)((char *)(obj) - XtOffsetOf(sysvshm_shm, std)); in sysvshm_from_obj()
48 zend_object_std_init(&intern->std, class_type); in sysvshm_create_object()
49 object_properties_init(&intern->std, class_type); in sysvshm_create_object()
51 return &intern->std; in sysvshm_create_object()
67 zend_object_std_dtor(&sysvshm->std); in sysvshm_free_obj()
106 sysvshm_object_handlers.offset = XtOffsetOf(sysvshm_shm, std); in PHP_MINIT_FUNCTION()
H A Dphp_sysvshm.h61 zend_object std; member
/php-src/ext/pdo/
H A Dphp_pdo_driver.h511 zend_object std; member
515 …return (pdo_dbh_t *)(((pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)))->inn… in php_pdo_dbh_fetch_inner()
519 return (pdo_dbh_object_t *)((char*)(obj) - XtOffsetOf(pdo_dbh_object_t, std)); in php_pdo_dbh_fetch_object()
636 zend_object std; member
640 return (pdo_stmt_t *)((char*)(obj) - XtOffsetOf(pdo_stmt_t, std)); in php_pdo_stmt_fetch_object()
646 zend_object std; member
/php-src/ext/zend_test/
H A Dfiber.c156 zend_object_std_init(&fiber->std, ce); in zend_test_fiber_object_create()
158 return &fiber->std; in zend_test_fiber_object_create()
205 OBJ_RELEASE(&fiber->target->std); in zend_test_fiber_object_free()
210 zend_object_std_dtor(&fiber->std); in zend_test_fiber_object_free()
338 OBJ_RELEASE(&fiber->target->std); in ZEND_METHOD()
343 RETURN_OBJ_COPY(&target->std); in ZEND_METHOD()
H A Dfiber.h25 zend_object std; member
/php-src/ext/random/
H A Dphp_random.h120 zend_object std; member
126 zend_object std; member
146 return (php_random_engine *)((char *)(object) - XtOffsetOf(php_random_engine, std)); in php_random_engine_from_obj()
150 return (php_random_randomizer *)((char *)(object) - XtOffsetOf(php_random_randomizer, std)); in php_random_randomizer_from_obj()
/php-src/ext/sysvsem/
H A Dphp_sysvsem.h36 zend_object std; member
/php-src/ext/pgsql/
H A Dphp_pgsql.h151 zend_object std; member
157 zend_object std; member
164 zend_object std; member
/php-src/ext/curl/
H A Dmulti.c54 return (php_curlm *)((char *)(obj) - XtOffsetOf(php_curlm, std)); in curl_multi_from_obj()
508 zend_object_std_init(&intern->std, class_type); in curl_multi_create_object()
509 object_properties_init(&intern->std, class_type); in curl_multi_create_object()
511 return &intern->std; in curl_multi_create_object()
529 zend_object_std_dtor(&mh->std); in curl_multi_free_obj()
548 zend_object_std_dtor(&mh->std); in curl_multi_free_obj()
579 curl_multi_handlers.offset = XtOffsetOf(php_curlm, std); in curl_multi_register_handlers()
/php-src/ext/openssl/
H A Dphp_openssl.h148 zend_object std; member
154 …php_openssl_certificate_object *)((char *)(obj) - XtOffsetOf(php_openssl_certificate_object, std)); in php_openssl_certificate_from_obj()
/php-src/ext/reflection/tests/types/
H A DReflectionType_001.phpt83 public stdClass $std;
99 $obj->std = new stdClass;
100 $r = (new ReflectionProperty($obj, 'std'))->getType();
219 public stdClass $std;
/php-src/build/
H A Dphp_cxx_compile_stdcxx.m438 dnl HP's aCC needs +std=c++11 according to:
40 dnl Cray's crayCC needs "-h std=c++11"
42 for switch in -std=c++${alternative} +std=c++${alternative} "-h std=c++${alternative}"; do
394 // Clang 3.1 fails with headers of libstd++ 4.8.3 when using std::function
613 static_assert(std::is_same<std::initializer_list<int>, decltype(foo)>::value);
614 static_assert(std::is_same<int, decltype(bar)>::value);
849 std::pair<int, int> pr = { 1, 2 };
856 auto f2() -> std::pair<int, int>&
897 static_assert (std::is_same_v<Good, decltype(f(g1, g2))>);
/php-src/sapi/cli/tests/
H A Dgh8827-001.phpt2 std handles can be deliberately closed 001
H A Dstd_streams.phpt2 Testing ftell() on std streams
/php-src/ext/zlib/
H A Dphp_zlib.h50 zend_object std; member
/php-src/ext/spl/tests/
H A Ddllist_002.phpt12 // std iterator

Completed in 78 milliseconds

123456