Searched refs:u1 (Results 1 – 9 of 9) sorted by relevance
/PHP-7.1/tests/lang/ |
H A D | passByReference_005.phpt | 74 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 D | passByReference_006.phpt | 36 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.1/ext/bcmath/libbcmath/src/ |
H A D | recmul.c | 185 bc_num u0, u1, v0, v1; in _bc_rec_mul() local 203 u1 = bc_copy_num (BCG(_zero_)); in _bc_rec_mul() 206 u1 = new_sub_num (ulen-n, 0, u->n_value); in _bc_rec_mul() 216 _bc_rm_leading_zeros (u1); in _bc_rec_mul() 221 m1zero = bc_is_zero(u1) || bc_is_zero(v1); in _bc_rec_mul() 227 bc_sub (u1, u0, &d1, 0); in _bc_rec_mul() 237 _bc_rec_mul (u1, u1->n_len, v1, v1->n_len, &m1, 0); in _bc_rec_mul() 262 bc_free_num (&u1); in _bc_rec_mul()
|
/PHP-7.1/sapi/fpm/fpm/ |
H A D | fpm_php_trace.c | 99 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, This.u1.type_info), &l)) { in fpm_php_trace_dump()
|
/PHP-7.1/Zend/ |
H A D | zend_types.h | 132 } u1; member 332 return pz->u1.v.type; in zval_get_type() 344 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags 347 #define Z_CONST_FLAGS(zval) (zval).u1.v.const_flags 350 #define Z_TYPE_INFO(zval) (zval).u1.type_info
|
H A D | zend_operators.h | 443 (offsetof(zval, u1.type_info) - offsetof(zval, value))
|
/PHP-7.1/ |
H A D | .gdbinit | 97 set $type = $zvalue->u1.v.type 165 set $type = $zvalue->u1.v.type 337 if $p->val.u1.v.type > 0
|
/PHP-7.1/ext/phar/ |
H A D | phar_object.c | 344 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.1/ext/sqlite3/libsqlite/ |
H A D | sqlite3.c | 16376 } 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 591 milliseconds