Home
last modified time | relevance | path

Searched refs:s3 (Results 1 – 25 of 42) sorted by relevance

12

/PHP-8.3/ext/spl/tests/
H A DSplObjectStorage_getHash.phpt45 $s3 = new MySplObjectStorage3;
46 $s3[$o1] = $o1;
47 var_dump($s3[$o1]);
48 $s3[$o2] = $o2;
50 var_dump($s3[$o1] === $s3[$o2]);
/PHP-8.3/ext/oci8/tests/
H A Dbug35973.phpt22 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
23 oci_execute($s3);
25 $s3 = oci_parse($c, "select * from test_nclob");
26 oci_execute($s3);
28 var_dump($data = oci_fetch_assoc($s3));
H A Dimp_res_get_2.phpt79 $s3 = oci_get_implicit_resultset($s);
80 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
86 oci_free_statement($s3);
H A Ddefine6.phpt66 $s3 = oci_parse($c, $sql);
68 oci_bind_by_name($s3, ":curs", $cursor3, -1, OCI_B_CURSOR);
69 oci_execute($s3);
H A Dimp_res_get_all.phpt49 $s3 = oci_get_implicit_resultset($s);
50 oci_fetch_all($s3, $res);
/PHP-8.3/ext/mbstring/tests/
H A Dmb_convert_variables.phpt47 $s3 = $euc_jp;
50 echo bin2hex("$s1$s2$s3"), "\n"; // Converted to EUC-JP
54 $a = array($s3, $s2, $s1);
60 $a = array($s1, $s2, $s3);
72 public $s3;
80 $this->s3 = $euc_jp;
88 public $s3;
96 $this->s3 = $euc_jp;
117 $s3 = $euc_jp;
118 $a = array($s1, $s2, $s3);
[all …]
H A Dsimpletest.phpt24 $s3 = $s1.$s2."\n";
25 echo "echo: ".$s3;
/PHP-8.3/ext/random/tests/
H A Dengines.inc55 private int $s3
66 $result = (self::rotl(($this->s0 + $this->s3) & 0xFFFFFFFF, 7) + $this->s0) & 0xFFFFFFFF;
71 $this->s3 ^= $this->s1;
73 $this->s0 ^= $this->s3;
77 $this->s3 = self::rotl($this->s3, 11);
/PHP-8.3/Zend/tests/
H A Dself_or.phpt9 $s3 = str_repeat("f", 1);
25 $s3 |= " ";
26 var_dump($s3);
H A Dself_xor.phpt9 $s3 = str_repeat("f", 1);
25 $s3 ^= " ";
26 var_dump($s3);
H A Dself_and.phpt9 $s3 = str_repeat("f", 1);
25 $s3 &= " ";
26 var_dump($s3);
H A Dadd_006.phpt11 $s3 = "48474874";
23 $c = $i + $s3;
39 $c = $s3 + $i;
H A Dbug79934.phpt17 eval("\$s3 = <<<HEREDOC\r a\r\r b\r HEREDOC;");
18 var_dump(addcslashes($s3, "\r"));
/PHP-8.3/ext/reflection/tests/
H A Dbug79062.phpt17 private $s3 = 'I\'m a string :)';
27 $s3 = $ref->getProperty('s3');
/PHP-8.3/ext/opcache/tests/opt/
H A Ddce_001.phpt14 function foo(string $s1, string $s2, string $s3, string $s4) {
15 $x = ($s1 . $s2) . ($s3 . $s4);
33 0002 CV2($s3) = RECV 3
/PHP-8.3/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt9 $s3 = "a>,\<bc<>\"&\n";
15 echo "Test 3: " . htmlspecialchars ($s3);
20 echo "Test 8: " . htmlspecialchars ($s3,ENT_NOQUOTES);
25 echo "Test 13: " . htmlspecialchars ($s3,ENT_COMPAT);
30 echo "Test 18: " . htmlspecialchars ($s3,ENT_QUOTES);
37 echo "Test 23: " . htmlspecialchars ($s3,ENT_QUOTES, "ISO-8859-1");
43 $s3 = "\"300 < 400\"\n";
46 echo "Test 27: " . htmlspecialchars ($s3,ENT_NOQUOTES, "ISO-8859-1", false);
/PHP-8.3/ext/standard/tests/array/
H A Darray_sum.phpt22 $s3 = array_sum($c);
24 var_dump($s3, $s4);
/PHP-8.3/ext/random/
H A Dengine_xoshiro256starstar.c63 uint64_t s0 = 0, s1 = 0, s2 = 0, s3 = 0; in jump() local
71 s3 ^= state->state[3]; in jump()
81 state->state[3] = s3; in jump()
84 … inline void seed256(php_random_status *status, uint64_t s0, uint64_t s1, uint64_t s2, uint64_t s3) in seed256() argument
91 s->state[3] = s3; in seed256()
/PHP-8.3/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_009w.phpt30 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
35 "param3" => $s3));
43 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
45 …ring><detail><ns2:MoreExtendedStructPart><ns1:structMessage><ns1:varString>s3</ns1:varString><ns1:…
H A Dr4_groupH_complex_doclit_007w.phpt30 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
35 "param3" => $s3));
43 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_010w.phpt30 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
35 "param3" => $s3));
43 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
H A Dround4_groupH_complex_rpcenc.inc24 function echoMultipleFaults2($which, $s1, $s2, $s3) {
28 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s3, "ComplexF…
H A Dr4_groupH_complex_doclit_008w.phpt30 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
35 "param3" => $s3));
43 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
/PHP-8.3/ext/phar/
H A Dmakestub.php31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php')); variable
55 $s3split = str_split($s3, 2046);
/PHP-8.3/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S87 sd s3, 0x78(sp)
125 ld s3, 0x78(sp)

Completed in 41 milliseconds

12