Home
last modified time | relevance | path

Searched refs:u1 (Results 1 – 9 of 9) sorted by relevance

/PHP-7.2/tests/lang/
H A DpassByReference_005.phpt74 unset($u1, $u2);
75 v($u1);
79 unset($u1, $u2);
80 vv($u1, $u2);
83 unset($u1, $u2);
84 vr($u1, $u2);
87 unset($u1, $u2);
88 rv($u1, $u2);
92 rr($u1, $u2);
98 C::v($u1);
[all …]
H A DpassByReference_006.phpt36 unset($u1, $u2, $u3, $u4, $u5);
37 refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
38 var_dump($u1, $u2, $u3, $u4, $u5);
41 unset($u1, $u2, $u3, $u4, $u5);
42 C::refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
43 var_dump($u1, $u2, $u3, $u4, $u5);
46 unset($u1, $u2, $u3, $u4, $u5);
48 var_dump($u1, $u2, $u3, $u4, $u5);
51 unset($u1, $u2, $u3, $u4, $u5);
52 $c->refs($u1[0], $u2[0][1], $u3->a, $u4->a->b, $u5->a->b->c);
[all …]
/PHP-7.2/ext/bcmath/libbcmath/src/
H A Drecmul.c176 bc_num u0, u1, v0, v1; in _bc_rec_mul() local
194 u1 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul()
197 u1 = new_sub_num (ulen-n, 0, u->n_value); in _bc_rec_mul()
207 _bc_rm_leading_zeros (u1); in _bc_rec_mul()
212 m1zero = bc_is_zero(u1) || bc_is_zero(v1); in _bc_rec_mul()
218 bc_sub (u1, u0, &d1, 0); in _bc_rec_mul()
228 _bc_rec_mul (u1, u1->n_len, v1, v1->n_len, &m1, 0); in _bc_rec_mul()
253 bc_free_num (&u1); in _bc_rec_mul()
/PHP-7.2/sapi/fpm/fpm/
H A Dfpm_php_trace.c99 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, This.u1.type_info), &l)) { in fpm_php_trace_dump()
/PHP-7.2/Zend/
H A Dzend_types.h190 } u1; member
390 return pz->u1.v.type; in zval_get_type()
402 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags
405 #define Z_CONST_FLAGS(zval) (zval).u1.v.const_flags
408 #define Z_TYPE_INFO(zval) (zval).u1.type_info
H A Dzend_operators.h440 (offsetof(zval, u1.type_info) - offsetof(zval, value))
/PHP-7.2/
H A D.gdbinit97 set $type = $zvalue->u1.v.type
165 set $type = $zvalue->u1.v.type
337 if $p->val.u1.v.type > 0
/PHP-7.2/ext/phar/
H A Dphar_object.c344 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
371 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
375 u = u1; in phar_postprocess_ru_web()
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c16376 } u1; member
17605 } u1; member
27172 db->u1.isInterrupted = 1;
27191 db->u1.isInterrupted = 0;
98357 pNewItem->u1.zIndexedBy = sqlite3DbStrDup(db, pOldItem->u1.zIndexedBy);
98361 pNewItem->u1.pFuncArg =
140012 pArgs = pItem->u1.pFuncArg;
151771 pNew->u1.pFuncArg = pOld->u1.pFuncArg;
153931 db->u1.isInterrupted = 0;
156302 db->u1.isInterrupted = 1;
[all …]

Completed in 437 milliseconds