Home
last modified time | relevance | path

Searched refs:refcount (Results 1 – 25 of 72) sorted by relevance

123

/PHP-5.3/ext/standard/tests/array/
H A Dbug25708.phpt70 NULL refcount(2)
71 NULL refcount(2)
72 long(1) refcount(3)
73 long(2) refcount(3)
75 long(1) refcount(1)
76 long(2) refcount(1)
77 long(1) refcount(1)
78 long(2) refcount(1)
80 long(1) refcount(1)
146 NULL refcount(2)
[all …]
H A Dbug24766.phpt20 array(2) refcount(2){
22 long(18) refcount(1)
24 long(52) refcount(1)
26 array(2) refcount(2){
28 long(18) refcount(1)
32 array(2) refcount(2){
34 long(1) refcount(1)
36 long(2) refcount(1)
38 array(2) refcount(2){
40 long(1) refcount(1)
[all …]
H A Dbug29493.phpt8 // refcount($a) = 1
9 // refcount($a['foo']) = 1
11 // refcount($a) = 2
12 // refcount($a['foo']) = 1
14 // refcount($a) = 1
29 // refcount($a) = 1
32 // refcount($a) = 2
36 // refcount($a) = 2
51 // refcount($a) = 1
54 // refcount($a) = 2
[all …]
H A Dextract_variation1.phpt21 long(4) refcount(2)
22 string(4) "John" refcount(2)
24 long(4) refcount(2)
25 string(4) "John" refcount(2)
H A Dextract_safety.phpt20 string(4) "John" refcount(2)
22 string(4) "John" refcount(2)
H A Dbug26458.phpt17 )array(1) refcount(2){
19 string(11) "Hello world" refcount(1)
/PHP-5.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt107 long(0) refcount(3)
108 &long(0) refcount(2)
110 long(83) refcount(3)
128 long(1) refcount(3)
129 &long(1) refcount(2)
200 string(1) "�" refcount(3)
201 &string(1) "�" refcount(2)
221 abcda�00cdeh�stuv" refcount(3)
225 abcda�00cdeh�stuv" refcount(2)
246 NULL refcount(1)
[all …]
H A Ddebug_zval_dump_b_64bit.phpt107 long(0) refcount(3)
108 &long(0) refcount(2)
110 long(83) refcount(3)
128 long(1) refcount(3)
129 &long(1) refcount(2)
200 string(1) "�" refcount(3)
201 &string(1) "�" refcount(2)
221 abcda�00cdeh�stuv" refcount(3)
225 abcda�00cdeh�stuv" refcount(2)
246 NULL refcount(1)
[all …]
H A Ddebug_zval_dump_o.phpt121 long(5) refcount(1)
123 long(10) refcount(5)
125 long(20) refcount(5)
127 long(30) refcount(7)
129 array(2) refcount(5){
162 long(30) refcount(2)
164 long(40) refcount(2)
166 long(50) refcount(2)
569 NULL refcount(1)
647 long(30) refcount(9)
[all …]
H A Ddebug_zval_dump_v.phpt147 NULL refcount(1)
155 NULL refcount(1)
174 NULL refcount(1)
185 NULL refcount(1)
192 NULL refcount(3)
193 &NULL refcount(2)
195 NULL refcount(3)
196 &NULL refcount(2)
198 NULL refcount(1)
199 &NULL refcount(2)
[all …]
H A Dcall_user_func_return.phpt37 string(5) "test1" refcount(1)
39 string(5) "test1" refcount(1)
41 string(5) "test2" refcount(2)
43 string(5) "test2" refcount(1)
/PHP-5.3/ext/mbstring/tests/
H A Dbug26639.phpt78 array(1) refcount(2){
82 array(1) refcount(2){
86 array(1) refcount(2){
90 array(1) refcount(2){
94 array(1) refcount(1){
98 array(1) refcount(1){
102 array(1) refcount(1){
106 array(1) refcount(1){
110 array(1) refcount(3){
112 array(1) refcount(1){
[all …]
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_result_references.phpt84 array(7) refcount(2){
86 array(2) refcount(1){
88 long(1) refcount(1)
93 array(2) refcount(1){
95 long(2) refcount(1)
134 NULL refcount(1)
136 NULL refcount(1)
138 NULL refcount(1)
140 NULL refcount(1)
142 NULL refcount(1)
[all …]
H A Dmysqli_result_references_mysqlnd.phpt60 array(1) refcount(2){
62 array(4) refcount(1){
64 &NULL refcount(2)
66 array(2) refcount(1){
78 array(2) refcount(2){
80 array(4) refcount(1){
82 &NULL refcount(2)
84 array(2) refcount(1){
96 array(5) refcount(1){
105 array(2) refcount(1){
[all …]
/PHP-5.3/Zend/tests/
H A Dgc_032.phpt15 array(1) refcount(1){
17 array(1) refcount(3){
19 array(1) refcount(3){
25 array(1) refcount(1){
27 array(1) refcount(3){
29 array(1) refcount(1){
31 array(1) refcount(3){
33 array(1) refcount(1){
H A Dbug60825.phpt19 string(%d) "%sbug60825.php" refcount(2)
/PHP-5.3/ext/mysqlnd/
H A Dmysqlnd_block_alloc.c45 pool->refcount--; in mysqlnd_mempool_free_chunk()
79 pool->refcount--; in mysqlnd_mempool_resize_chunk()
98 pool->refcount--; in mysqlnd_mempool_resize_chunk()
140 ++pool->refcount; in mysqlnd_mempool_get_chunk()
161 ret->refcount = 0; in mysqlnd_mempool_create()
H A Dmysqlnd_priv.h28 #define Z_ADDREF_P(pz) (++(pz)->refcount)
29 #define Z_DELREF_P(pz) (--(pz)->refcount)
30 #define Z_REFCOUNT_P(pz) ((pz)->refcount)
31 #define Z_SET_REFCOUNT_P(pz, rc) ((pz)->refcount = rc)
/PHP-5.3/Zend/
H A Dzend_objects_API.c56 obj->refcount++; in zend_objects_store_call_destructors()
59 obj->refcount--; in zend_objects_store_call_destructors()
121 obj->refcount = 1; in zend_objects_store_put()
139 return EG(objects_store).object_buckets[handle].bucket.obj.refcount; in zend_objects_store_get_refcount()
146 EG(objects_store).object_buckets[handle].bucket.obj.refcount++; in zend_objects_store_add_ref()
157 EG(objects_store).object_buckets[handle].bucket.obj.refcount++; in zend_objects_store_add_ref_by_handle()
197 if (obj->refcount == 1) { in zend_objects_store_del_ref_by_handle_ex()
216 if (obj->refcount == 1) { in zend_objects_store_del_ref_by_handle_ex()
230 obj->refcount--; in zend_objects_store_del_ref_by_handle_ex()
233 if (obj->refcount == 0) { in zend_objects_store_del_ref_by_handle_ex()
H A Dzend_opcode.c63 op_array->refcount = (zend_uint *) emalloc(sizeof(zend_uint)); in init_op_array()
64 *op_array->refcount = 1; in init_op_array()
182 if (--ce->refcount > 0) { in destroy_zend_class()
221 (*ce)->refcount++; in zend_class_add_ref()
235 if (--(*op_array->refcount)>0) { in destroy_op_array()
239 efree(op_array->refcount); in destroy_op_array()
H A Dzend_gc.c280 obj->refcount++; in zval_scan_black()
351 obj->refcount--; in zval_mark_grey()
460 if (obj->refcount > 0) { in zval_scan()
503 if (obj->refcount > 0) { in zobj_scan()
681 EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount <= 0 && in gc_collect_cycles()
686 EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount++; in gc_collect_cycles()
688 EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount--; in gc_collect_cycles()
702 EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount <= 0) { in gc_collect_cycles()
703 EG(objects_store).object_buckets[Z_OBJ_HANDLE(p->z)].bucket.obj.refcount = 1; in gc_collect_cycles()
/PHP-5.3/ext/libxml/
H A Dphp_libxml.h62 int refcount; member
68 int refcount; member
/PHP-5.3/ext/standard/tests/file/
H A Dbug27508.phpt75 bool(false) refcount(1)
77 bool(false) refcount(1)
/PHP-5.3/tests/lang/
H A DforeachLoop.010.phpt2 This test illustrates the impact of invoking destructors when refcount is decremented to 0 on forea…
20 // However, P8 does not invoke 'destructors' when refcount is decremented to 0.
/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_sockets.c34 int refcount; member
133 ++ls->refcount; in fpm_sockets_hash_op()
151 ls->refcount = 0; in fpm_sockets_hash_op()
153 ls->refcount = 1; in fpm_sockets_hash_op()
373 if (ls->refcount == 0) { in fpm_sockets_init_main()

Completed in 75 milliseconds

123