Searched refs:ww (Results 1 – 17 of 17) sorted by relevance
/php-src/ext/standard/tests/array/sort/ |
H A D | arsort_variation5.phpt | 14 "ww" => "ww", 43 ["ww"]=> 44 string(2) "ww" 71 ["ww"]=> 72 string(2) "ww" 99 ["ww"]=> 100 string(2) "ww"
|
H A D | ksort_variation5.phpt | 14 "ww" => "ww", 61 ["ww"]=> 62 string(2) "ww" 89 ["ww"]=> 90 string(2) "ww" 117 ["ww"]=> 118 string(2) "ww"
|
H A D | asort_variation5.phpt | 14 "ww" => "ww", 61 ["ww"]=> 62 string(2) "ww" 89 ["ww"]=> 90 string(2) "ww" 117 ["ww"]=> 118 string(2) "ww"
|
H A D | krsort_variation5.phpt | 14 "ww" => "ww", 61 ["ww"]=> 62 string(2) "ww" 89 ["ww"]=> 90 string(2) "ww" 117 ["ww"]=> 118 string(2) "ww"
|
H A D | sort_variation5.phpt | 14 "ww", 62 string(2) "ww" 90 string(2) "ww" 118 string(2) "ww"
|
H A D | rsort_variation5.phpt | 14 "ww", 62 string(2) "ww" 90 string(2) "ww" 118 string(2) "ww"
|
H A D | natcasesort_variation4.phpt | 16 …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 D | array_change_key_case_variation8.phpt | 16 … => 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 D | zval.rst | 62 } 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 D | base64_encode_basic_001.phpt | 233 0xC3: ww==
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_mips.lua | 1161 function _M.passcb(wl, we, wf, ww) 1162 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm.lua | 1093 function _M.passcb(wl, we, wf, ww) 1094 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_arm64.lua | 1206 function _M.passcb(wl, we, wf, ww) 1207 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_ppc.lua | 1899 function _M.passcb(wl, we, wf, ww) 1900 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
H A D | dasm_x86.lua | 2374 function _M.passcb(wl, we, wf, ww) 2375 wline, werror, wfatal, wwarn = wl, we, wf, ww
|
/php-src/Zend/ |
H A D | zend_types.h | 332 } ww; member 1388 uint32_t _w2 = v->value.ww.w2; \ 1390 z->value.ww.w2 = _w2; \
|
/php-src/ext/opcache/jit/ |
H A D | zend_jit_ir.c | 1499 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