Searched refs:s5 (Results 1 – 9 of 9) sorted by relevance
/php-src/ext/standard/tests/strings/ |
H A D | htmlspecialchars_basic.phpt | 11 $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 D | strval_variation2.phpt | 12 $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 D | jump_riscv64_sysv_elf_gas.S | 89 sd s5, 0x88(sp) 127 ld s5, 0x88(sp)
|
H A D | jump_loongarch64_sysv_elf_gas.S | 66 st.d $s5, $sp, 104 98 ld.d $s5, $sp, 104
|
H A D | jump_mips32_o32_elf_gas.S | 56 sw $s5, 68($sp) # save S5 93 lw $s5, 68($sp) # restore S5
|
H A D | jump_mips64_n64_elf_gas.S | 63 sd $s5, 104($sp) # save S5 103 ld $s5, 104($sp) # restore S5
|
/php-src/ext/intl/tests/ |
H A D | timezone_toDateTimeZone_basic.phpt | 33 string(%s) "GMT+04%s5"
|
/php-src/ext/opcache/jit/ir/ |
H A D | ir_aarch64.h | 51 _(V5, d5, s5, h5, b5) \
|
/php-src/Zend/ |
H A D | zend_strtod.c | 3740 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 16 milliseconds