Home
last modified time | relevance | path

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

/php-src/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt11 $s5 = "&<\n";
17 echo "Test 5: " . htmlspecialchars ($s5);
22 echo "Test 10: " . htmlspecialchars ($s5,ENT_NOQUOTES);
27 echo "Test 15: " . htmlspecialchars ($s5,ENT_COMPAT);
32 echo "Test 20: " . htmlspecialchars ($s5,ENT_QUOTES);
38 echo "Test 24: " . htmlspecialchars ($s5,ENT_QUOTES, "ISO-8859-1");
H A Dstrval_variation2.phpt12 $s5 = "\x50\x51\x52\x53\x54\x55\x56\x57\x58\x59\x5a\x5b\x5c\x5d\x5e\x5f";
34 echo bin2hex(strval($s5));
/php-src/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S89 sd s5, 0x88(sp)
127 ld s5, 0x88(sp)
H A Djump_loongarch64_sysv_elf_gas.S66 st.d $s5, $sp, 104
98 ld.d $s5, $sp, 104
H A Djump_mips32_o32_elf_gas.S56 sw $s5, 68($sp) # save S5
93 lw $s5, 68($sp) # restore S5
H A Djump_mips64_n64_elf_gas.S63 sd $s5, 104($sp) # save S5
103 ld $s5, 104($sp) # restore S5
/php-src/ext/intl/tests/
H A Dtimezone_toDateTimeZone_basic.phpt33 string(%s) "GMT+04%s5"
/php-src/ext/opcache/jit/ir/
H A Dir_aarch64.h51 _(V5, d5, s5, h5, b5) \
/php-src/Zend/
H A Dzend_strtod.c3740 j, j1 = 0, k, k0, k_check, leftright, m2, m5, s2, s5, in zend_dtoa() local
3904 s5 = k; in zend_dtoa()
3910 s5 = 0; in zend_dtoa()
4171 if (s5 > 0) in zend_dtoa()
4172 S = pow5mult(S, s5); in zend_dtoa()

Completed in 19 milliseconds