Home
last modified time | relevance | path

Searched refs:s6 (Results 1 – 6 of 6) sorted by relevance

/PHP-8.3/ext/oci8/tests/
H A Ddefine6.phpt105 $s6 = oci_parse($c, $sql);
108 oci_bind_by_name($s6, ":curs", $cursor6, -1, OCI_B_CURSOR);
109 oci_execute($s6);
111 while (oci_fetch_row($s6)) {
/PHP-8.3/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S90 sd s6, 0x90(sp)
128 ld s6, 0x90(sp)
H A Djump_mips32_o32_elf_gas.S57 sw $s6, 72($sp) # save S6
94 lw $s6, 72($sp) # restore S6
H A Djump_mips64_n64_elf_gas.S64 sd $s6, 112($sp) # save S6
104 ld $s6, 112($sp) # restore S6
/PHP-8.3/ext/standard/tests/strings/
H A Dstrval_variation2.phpt13 $s6 = "\x60\x61\x62\x63\x64\x65\x66\x67\x68\x69\x6a\x6b\x6c\x6d\x6e\x6f";
36 echo bin2hex(strval($s6));
/PHP-8.3/ext/standard/
H A Dbase64.c730 const __m512i s6 = _mm512_setr_epi32(0, 1, 2, 4, 5, 6, 8, 9, 10, 12, 13, 14, 0, 0, 0, 0); in php_base64_decode_ex_avx512() local
731 const __m512i t2 = _mm512_permutexvar_epi32(s6, t1); in php_base64_decode_ex_avx512()

Completed in 27 milliseconds