Home
last modified time | relevance | path

Searched refs:swapped (Results 1 – 9 of 9) sorted by relevance

/php-src/ext/dom/tests/
H A Dgh11500.phpt29 function api_test_depth3($root_ns, $swapped) {
40 if ($swapped) {
67 echo "-- Constructed from API (depth 3, mismatched root variation, non-swapped) --\n";
70 echo "-- Constructed from API (depth 3, matching root variation, non-swapped) --\n";
73 echo "-- Constructed from API (depth 3, mismatched root variation, swapped) --\n";
76 echo "-- Constructed from API (depth 3, matching root variation, swapped) --\n";
108 -- Constructed from API (depth 3, mismatched root variation, non-swapped) --
118 -- Constructed from API (depth 3, matching root variation, non-swapped) --
128 -- Constructed from API (depth 3, mismatched root variation, swapped) --
138 -- Constructed from API (depth 3, matching root variation, swapped) --
/php-src/ext/standard/tests/strings/
H A Dlevenshtein.phpt19 echo '--- 2 character swapped ---' . \PHP_EOL;
50 --- 2 character swapped ---
/php-src/ext/standard/tests/array/
H A Darray_diff_assoc_variation8.phpt18 'b' => '3', //key and value from array_index swapped
H A Darray_diff_variation6.phpt18 'b' => '3', //key and value from array_index swapped
/php-src/ext/fileinfo/tests/
H A Dbug77961.magic50 0 short 017001 byte-swapped Berkeley vfont data
H A Dmagic私はガラスを食べられます26293 >20 beshort 0410 (swapped)
26302 >20 beshort 0410 (swapped)
26311 >20 beshort 04001 (swapped)
26320 >20 beshort 04001 (swapped)
26331 >20 beshort 0410 (swapped)
26340 >20 beshort 0410 (swapped)
26349 >20 beshort 04001 (swapped)
26358 >20 beshort 04001 (swapped)
26369 >20 beshort 0410 (swapped)
26378 >20 beshort 0410 (swapped)
[all …]
H A Dmagic26293 >20 beshort 0410 (swapped)
26302 >20 beshort 0410 (swapped)
26311 >20 beshort 04001 (swapped)
26320 >20 beshort 04001 (swapped)
26331 >20 beshort 0410 (swapped)
26340 >20 beshort 0410 (swapped)
26349 >20 beshort 04001 (swapped)
26358 >20 beshort 04001 (swapped)
26369 >20 beshort 0410 (swapped)
26378 >20 beshort 0410 (swapped)
[all …]
/php-src/ext/phar/
H A Dtar.c1236 uint32_t swapped = (((((unsigned char*)&(source))[3]) << 24) \ in phar_tar_flush()
1240 memcpy(destination, &swapped, 4); \ in phar_tar_flush()
/php-src/ext/hash/xxhash/
H A Dxxhash.h4084 uint64x2_t const swapped = vextq_u64(data64, data64, 1); in XXH3_accumulate_512_neon() local
4085 xacc[i] = vaddq_u64 (xacc[i], swapped); in XXH3_accumulate_512_neon()

Completed in 221 milliseconds