Home
last modified time | relevance | path

Searched refs:ww (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/standard/tests/array/sort/
H A Darsort_variation5.phpt14 "ww" => "ww",
43 ["ww"]=>
44 string(2) "ww"
71 ["ww"]=>
72 string(2) "ww"
99 ["ww"]=>
100 string(2) "ww"
H A Dksort_variation5.phpt14 "ww" => "ww",
61 ["ww"]=>
62 string(2) "ww"
89 ["ww"]=>
90 string(2) "ww"
117 ["ww"]=>
118 string(2) "ww"
H A Dasort_variation5.phpt14 "ww" => "ww",
61 ["ww"]=>
62 string(2) "ww"
89 ["ww"]=>
90 string(2) "ww"
117 ["ww"]=>
118 string(2) "ww"
H A Dkrsort_variation5.phpt14 "ww" => "ww",
61 ["ww"]=>
62 string(2) "ww"
89 ["ww"]=>
90 string(2) "ww"
117 ["ww"]=>
118 string(2) "ww"
H A Dsort_variation5.phpt14 "ww",
62 string(2) "ww"
90 string(2) "ww"
118 string(2) "ww"
H A Drsort_variation5.phpt14 "ww",
62 string(2) "ww"
90 string(2) "ww"
118 string(2) "ww"
H A Dnatcasesort_variation4.phpt16 …array("lemoN", "Orange", "banana", "apple", "Test", "TTTT", "ttt", "ww", "x", "X", "oraNGe", "BANA…
75 string(2) "ww"
/php-src/ext/standard/tests/array/
H A Darray_change_key_case_variation8.phpt16 … => 2, "banana" => 3, "apple" => 4, "Test" => 5, "TTTT" => 6, "ttt" => 7, "ww" => 8, "x" => 9, "X"…
96 ["ww"]=>
/php-src/docs/source/core/data-structures/
H A Dzval.rst62 } ww;
220 This only leaves the ``zval.value.ww`` field. In short, this field is used on 32-bit platforms when
224 other 4 bytes, they are copied manually using ``z->value.ww.w2 = _w2;``. This happens in the
/php-src/ext/standard/tests/url/
H A Dbase64_encode_basic_001.phpt233 0xC3: ww==
/php-src/ext/opcache/jit/ir/dynasm/
H A Ddasm_mips.lua1161 function _M.passcb(wl, we, wf, ww)
1162 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_arm.lua1093 function _M.passcb(wl, we, wf, ww)
1094 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_arm64.lua1206 function _M.passcb(wl, we, wf, ww)
1207 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_ppc.lua1899 function _M.passcb(wl, we, wf, ww)
1900 wline, werror, wfatal, wwarn = wl, we, wf, ww
H A Ddasm_x86.lua2374 function _M.passcb(wl, we, wf, ww)
2375 wline, werror, wfatal, wwarn = wl, we, wf, ww
/php-src/Zend/
H A Dzend_types.h332 } ww; member
1388 uint32_t _w2 = v->value.ww.w2; \
1390 z->value.ww.w2 = _w2; \
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c1499 return ir_CONST_U32((Z_ZV(addr))->value.ww.w2); in jit_Z_W2()
1501 return ir_LOAD_L(ir_ADD_OFFSET(jit_ZVAL_ADDR(jit, addr), offsetof(zval, value.ww.w2))); in jit_Z_W2()
1507 ir_STORE(ir_ADD_OFFSET(jit_ZVAL_ADDR(jit, addr), offsetof(zval, value.ww.w2)), lval); in jit_set_Z_W2()

Completed in 105 milliseconds