Home
last modified time | relevance | path

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

/php-src/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-src/ext/dom/tests/modern/spec/
H A Dserialize_element_unqualified.phpt8 $dom = Dom\XMLDocument::createFromString('<root xmlns:p1="u1"><child xmlns:p2="u1"><p1:child2/></ch…
11 $dom = Dom\XMLDocument::createFromString('<root xmlns:p1="u1"><child xmlns:p2="u1"></child></root>'…
13 $child2 = $root->ownerDocument->createElementNS('u1', 'child2');
20 <root xmlns:p1="u1"><child xmlns:p2="u1"><p1:child2/></child></root>
22 <root xmlns:p1="u1"><child xmlns:p2="u1"><p2:child2/></child></root>
H A Ddom_parsing_gh45.phpt8 $root = Dom\XMLDocument::createFromString('<el1 xmlns:p="u1" xmlns:q="u1"><el2 xmlns:q="u2"/></el1>…
9 $root->firstChild->setAttributeNS('u1', 'name', 'v');
10 $attr = $root->firstChild->getAttributeNodeNS("u1", "name");
17 string(2) "u1"
18 <el1 xmlns:p="u1" xmlns:q="u1"><el2 xmlns:q="u2" p:name="v"/></el1>
H A Ddom_parsing_gh47_bis.phpt13 $dom = Dom\XMLDocument::createFromString('<root xmlns="urn:u1"><child xmlns="urn:u1"/></root>');
21 <root xmlns="urn:u1"><child xmlns="urn:u1"/></root>
/php-src/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-src/docs/source/core/data-structures/
H A Dzval.rst100 } u1;
117 ``zval.u1`` stores the variable type, the given ``IS_*`` constant, along with some other flags. It's
141 - Access the ``zval.u1.v.type`` part of the type flags, containing the ``IS_*`` type.
217 These flags are never actually stored in ``zval.u1``. They are used for type hinting and in the
/php-src/sapi/fpm/fpm/
H A Dfpm_php_trace.c93 if (0 > fpm_trace_get_long(execute_data + offsetof(zend_execute_data, This.u1.type_info), &l)) { in fpm_php_trace_dump()
/php-src/Zend/
H A Dzend_types.h347 } u1; member
650 return pz->u1.v.type; in zval_get_type()
662 #define Z_TYPE_FLAGS(zval) (zval).u1.v.type_flags
665 #define Z_TYPE_EXTRA(zval) (zval).u1.v.u.extra
668 #define Z_TYPE_INFO(zval) (zval).u1.type_info
H A Dzend_operators.h521 (offsetof(zval, u1.type_info) - offsetof(zval, value))
/php-src/
H A D.gdbinit95 set $type = $zvalue->u1.v.type
163 set $type = $zvalue->u1.v.type
344 if $val->u1.v.type > 0
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c2030 ir_ref call_info = ir_LOAD_U32(jit_EX(This.u1.type_info)); in zend_jit_leave_function_handler_stub()
8534 ref = jit_CALL(rx, This.u1.type_info);
8547 ref = jit_CALL(rx, This.u1.type_info);
8595 ref = jit_CALL(rx, This.u1.type_info);
9669 ir_LOAD_U32(jit_RX(This.u1.type_info)),
9845 ref = jit_CALL(ref, This.u1.type_info);
9857 ref = jit_CALL(ref, This.u1.type_info);
9879 ref = jit_CALL(rx, This.u1.type_info);
9886 ref = jit_CALL(rx, This.u1.type_info);
10959 call_info = ir_LOAD_U32(jit_EX(This.u1.type_info));
[all …]
/php-src/ext/phar/
H A Dphar_object.c346 char *e = *entry + 1, *u = NULL, *u1 = NULL, *saveu = NULL; in phar_postprocess_ru_web() local
373 u1 = strrchr(e, '/'); in phar_postprocess_ru_web()
377 u = u1; in phar_postprocess_ru_web()

Completed in 74 milliseconds