Home
last modified time | relevance | path

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

/PHP-8.0/tests/lang/
H A DpassByReference_005.phpt99 unset($u1, $u2);
100 v($u1);
104 unset($u1, $u2);
105 vv($u1, $u2);
108 unset($u1, $u2);
109 vr($u1, $u2);
112 unset($u1, $u2);
113 rv($u1, $u2);
116 unset($u1, $u2);
117 rr($u1, $u2);
[all …]
H A DpassByReference_006.phpt32 unset($u1, $u2);
33 refs($u1[0], $u2[0][1]);
34 var_dump($u1, $u2);
37 unset($u1, $u2);
39 var_dump($u1, $u2);
42 unset($u1, $u2);
43 $c = new C($u1[0], $u2[0][1]);
44 var_dump($u1, $u2);
47 unset($u1, $u2);
48 $c->refs($u1[0], $u2[0][1]);
[all …]
/PHP-8.0/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-8.0/Zend/tests/
H A Dignore_repeated_source.phpt10 $u1 + $u2;
20 Warning: Undefined variable $u1 in %s on line %d
H A Dignore_repeated_errors.phpt9 $u1 + $u2;
19 Warning: Undefined variable $u1 in %s on line %d
H A Dbug78531.phpt6 $u1->a += 5;
27 Warning: Undefined variable $u1 in %s on line %d
/PHP-8.0/sapi/fpm/fpm/
H A Dfpm_php_trace.c94 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, This.u1.type_info), &l)) { in fpm_php_trace_dump()
/PHP-8.0/
H A D.gdbinit95 set $type = $zvalue->u1.v.type
163 set $type = $zvalue->u1.v.type
334 if $p->val.u1.v.type > 0
/PHP-8.0/Zend/
H A Dzend_types.h317 } u1; member
553 return pz->u1.v.type; in zval_get_type()
565 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags
568 #define Z_TYPE_INFO(zval) (zval).u1.type_info
H A Dzend_operators.h508 (offsetof(zval, u1.type_info) - offsetof(zval, value))
/PHP-8.0/ext/opcache/jit/
H A Dzend_jit_x86.dasc497 | mov reg, dword [zv+offsetof(zval,u1.type_info)]
501 | mov dword [zv+offsetof(zval,u1.type_info)], type
1233 | IF_TYPE byte [zv+offsetof(zval, u1.v.type)], val, label
1237 | IF_NOT_TYPE byte [zv+offsetof(zval, u1.v.type)], val, label
8352 | cmp byte [FCARG2a + offsetof(zval, u1.v.type)], Z_TYPE_P(val)
8400 | cmp byte [FCARG1a + offsetof(zval, u1.v.type)], Z_TYPE_P(val)
9213 | mov dword EX:RX->This.u1.type_info, ZEND_CALL_HAS_THIS
9215 | or dword EX:RX->This.u1.type_info, ZEND_CALL_HAS_THIS
9254 | or dword EX:RX->This.u1.type_info, edx
14665 | cmp byte EX->This.u1.v.type, IS_OBJECT
[all …]
/PHP-8.0/ext/phar/
H A Dphar_object.c339 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
366 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
370 u = u1; in phar_postprocess_ru_web()

Completed in 78 milliseconds