Searched refs:u1 (Results 1 – 15 of 15) sorted by relevance
/php-src/tests/lang/ |
H A D | passByReference_005.phpt | 99 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 D | passByReference_006.phpt | 32 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 D | serialize_element_unqualified.phpt | 8 $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 D | dom_parsing_gh45.phpt | 8 $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 D | dom_parsing_gh47_bis.phpt | 13 $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 D | ignore_repeated_source.phpt | 10 $u1 + $u2; 20 Warning: Undefined variable $u1 in %s on line %d
|
H A D | ignore_repeated_errors.phpt | 9 $u1 + $u2; 19 Warning: Undefined variable $u1 in %s on line %d
|
H A D | bug78531.phpt | 6 $u1->a += 5; 27 Warning: Undefined variable $u1 in %s on line %d
|
/php-src/docs/source/core/data-structures/ |
H A D | zval.rst | 100 } 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 D | fpm_php_trace.c | 93 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 D | zend_types.h | 347 } 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 D | zend_operators.h | 521 (offsetof(zval, u1.type_info) - offsetof(zval, value))
|
/php-src/ |
H A D | .gdbinit | 95 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 D | zend_jit_ir.c | 2030 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 D | phar_object.c | 346 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 100 milliseconds