Home
last modified time | relevance | path

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

12

/PHP-8.1/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.1/ext/mbstring/tests/
H A Dmb_convert_variables.phpt47 $s3 = $euc_jp;
50 print("$s1$s2$s3\n"); // Converted to EUC-JP
57 $a = array($s3, $s2, $s1);
63 $a = array($s1, $s2, $s3);
77 public $s3;
85 $this->s3 = $euc_jp;
93 public $s3;
101 $this->s3 = $euc_jp;
110 print("{$oo->s1}{$oo->s2}{$oo->s3}\n"); // Converted to EUC-JP
124 $s3 = $euc_jp;
[all …]
H A Dsimpletest.phpt24 $s3 = $s1.$s2."\n";
25 echo "echo: ".$s3;
/PHP-8.1/ext/oci8/tests/
H A Dbug35973.phpt21 $s3 = oci_parse($c, "insert into test_nclob (nc) values ('12345data')");
22 oci_execute($s3);
24 $s3 = oci_parse($c, "select * from test_nclob");
25 oci_execute($s3);
27 var_dump($data = oci_fetch_assoc($s3));
H A Dimp_res_get_2.phpt78 $s3 = oci_get_implicit_resultset($s);
79 while (($row = oci_fetch_array($s3, OCI_ASSOC+OCI_RETURN_NULLS))) {
85 oci_free_statement($s3);
H A Ddefine6.phpt65 $s3 = oci_parse($c, $sql);
67 oci_bind_by_name($s3, ":curs", $cursor3, -1, OCI_B_CURSOR);
68 oci_execute($s3);
H A Dimp_res_get_all.phpt48 $s3 = oci_get_implicit_resultset($s);
49 oci_fetch_all($s3, $res);
/PHP-8.1/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.1/ext/opcache/tests/opt/
H A Ddce_001.phpt13 function foo(string $s1, string $s2, string $s3, string $s4) {
14 $x = ($s1 . $s2) . ($s3 . $s4);
32 0002 CV2($s3) = RECV 3
/PHP-8.1/ext/reflection/tests/
H A Dbug79062.phpt17 private $s3 = 'I\'m a string :)';
27 $s3 = $ref->getProperty('s3');
/PHP-8.1/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.1/ext/standard/tests/array/
H A Darray_sum.phpt22 $s3 = array_sum($c);
24 var_dump($s3, $s4);
/PHP-8.1/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_009w.phpt38 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
43 "param3" => $s3));
51 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
53 …ring><detail><ns2:MoreExtendedStructPart><ns1:structMessage><ns1:varString>s3</ns1:varString><ns1:…
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_007w.phpt38 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
43 "param3" => $s3));
51 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_008w.phpt38 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
43 "param3" => $s3));
51 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
H A Dr4_groupH_complex_doclit_010w.phpt38 $s3 = new MoreExtendedStruct(new SOAPStruct("s3",3,3.3),3,"arg",-3,5,true);
43 "param3" => $s3));
51 …otherIntMessage></ns1:param2><ns1:param3><ns2:structMessage><ns2:varString>s3</ns2:varString><ns2:…
/PHP-8.1/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.1/Zend/asm/
H A Djump_riscv64_sysv_elf_gas.S87 sd s3, 0x78(sp)
125 ld s3, 0x78(sp)
H A Djump_mips32_o32_elf_gas.S54 sw $s3, 60($sp) # save S3
91 lw $s3, 60($sp) # restore S3
/PHP-8.1/ext/sodium/tests/
H A Dcrypto_core_ristretto255.phpt87 $s3 = sodium_crypto_core_ristretto255_from_hash($ru);
88 var_dump(sodium_crypto_core_ristretto255_is_valid_point($s3));

Completed in 36 milliseconds

12