Home
last modified time | relevance | path

Searched refs:s1 (Results 26 – 50 of 113) sorted by relevance

12345

/PHP-5.5/ext/oci8/tests/
H A Dconnect_scope1.phpt45 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
46 oci_execute($s1, OCI_DEFAULT);
47 oci_fetch_all($s1, $r);
55 $s1 = oci_parse($c1, "select * from connect_scope1_tab");
56 oci_execute($s1);
57 oci_fetch_all($s1, $r);
H A Dconnect_scope2.phpt45 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
46 oci_execute($s1, OCI_DEFAULT);
47 oci_fetch_all($s1, $r);
55 $s1 = oci_parse($c1, "select * from connect_scope2_tab");
56 oci_execute($s1);
57 oci_fetch_all($s1, $r);
H A Dbug38173.phpt18 $s1 = oci_parse($c, $drop_1);
20 @oci_execute($s1);
23 $s1 = oci_parse($c, $create_1);
25 oci_execute($s1);
58 $s1 = oci_parse($c, $drop_1);
60 @oci_execute($s1);
H A Dpecl_bug8816.phpt18 $s1 = oci_parse($c, $drop_1);
20 @oci_execute($s1);
23 $s1 = oci_parse($c, $create_1);
25 oci_execute($s1);
62 $s1 = oci_parse($c, $drop_1);
64 @oci_execute($s1);
H A Dconnect_scope_try1.phpt51 $s1 = oci_parse($c1, "select * from scope_try1_tab");
52 oci_execute($s1);
53 oci_fetch_all($s1, $r);
62 $s1 = oci_parse($c1, "select * from scope_try1_tab");
63 oci_execute($s1);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try2.phpt51 $s1 = oci_parse($c1, "select * from scope_try2_tab");
52 oci_execute($s1);
53 oci_fetch_all($s1, $r);
62 $s1 = oci_parse($c1, "select * from scope_try2_tab");
63 oci_execute($s1);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try3.phpt51 $s1 = oci_parse($c1, "select * from scope_try3_tab");
52 oci_execute($s1);
53 oci_fetch_all($s1, $r);
62 $s1 = oci_parse($c1, "select * from scope_try3_tab");
63 oci_execute($s1);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try4.phpt51 $s1 = oci_parse($c1, "select * from scope_try4_tab");
52 oci_execute($s1);
53 oci_fetch_all($s1, $r);
62 $s1 = oci_parse($c1, "select * from scope_try4_tab");
63 oci_execute($s1);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try5.phpt51 $s1 = oci_parse($c1, "select * from scope_try5_tab");
52 oci_execute($s1);
53 oci_fetch_all($s1, $r);
62 $s1 = oci_parse($c1, "select * from scope_try5_tab");
63 oci_execute($s1);
64 oci_fetch_all($s1, $r);
H A Dconnect_scope_try6.phpt51 $s1 = oci_parse($c1, "select * from scope_try6_tab");
52 oci_execute($s1);
53 oci_fetch_all($s1, $r);
62 $s1 = oci_parse($c1, "select * from scope_try6_tab");
63 oci_execute($s1);
64 oci_fetch_all($s1, $r);
H A Dbug35973.phpt13 $s1 = oci_parse($c, "drop table test_nclob");
14 @oci_execute($s1);
31 $s1 = oci_parse($c, "drop table test_nclob");
32 @oci_execute($s1);
H A Ddrcp_functions.inc33 $s1 = oci_parse($conn,$update_stmt);
34 oci_execute($s1,OCI_DEFAULT);
63 $s1 = oci_parse($conn,$set_stmt);
64 oci_execute($s1);
75 $s1 = oci_parse($c, $create_package_stmt);
76 oci_execute($s1);
/PHP-5.5/ext/spl/tests/
H A Dbug45826.phpt14 $s1 = serialize($o);
16 var_dump($s1);
19 $o1 =unserialize($s1);
32 unset($o,$x,$s1,$s2,$o1,$o2);
52 $s1 = serialize($o);
54 var_dump($s1);
57 $o1 =unserialize($s1);
/PHP-5.5/ext/standard/
H A Dlcg.c64 MODMULT(53668, 40014, 12211, 2147483563L, LCG(s1)); in php_combined_lcg()
67 z = LCG(s1) - LCG(s2); in php_combined_lcg()
81 LCG(s1) = tv.tv_sec ^ (tv.tv_usec<<11); in lcg_seed()
83 LCG(s1) = 1; in lcg_seed()
/PHP-5.5/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation9.phpt47 $s1 = lstat($soft_link);
49 echo "lstat() returns lstat['dev'] as $s1[0]\n";
50 if( $s1[0] == $linkinfo )
62 $s1 = lstat($hard_link);
64 echo "lstat() returns lstat['dev'] as $s1[0]\n";
65 if( $s1[0] == $linkinfo )
79 $s1 = lstat($soft_link);
81 echo "lstat() returns lstat['dev'] as $s1[0]\n";
82 if( $s1[0] == $linkinfo )
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc_win32.h13 # define strcasecmp(s1, s2) stricmp(s1, s2) argument
/PHP-5.5/ext/mbstring/libmbfl/filters/
H A Dmbfilter_sjis_mobile.h63 int mbfilter_unicode2sjis_emoji_docomo(int c, int *s1, mbfl_convert_filter *filter);
64 int mbfilter_unicode2sjis_emoji_kddi(int c, int *s1, mbfl_convert_filter *filter);
65 int mbfilter_unicode2sjis_emoji_sb(int c, int *s1, mbfl_convert_filter *filter);
/PHP-5.5/Zend/tests/
H A Dadd_006.phpt9 $s1 = "this is a string";
14 $c = $i + $s1;
26 $c = $s1 + $i;
H A Dadd_007.phpt8 $s1 = "some string";
10 $c = $a + $s1;
/PHP-5.5/ext/standard/tests/strings/
H A Dsubstr_replace_error.phpt16 $s1 = "Good morning";
20 var_dump(substr_replace($s1, "evening"));
23 var_dump(substr_replace($s1, "evening", 5, 7, true));
26 var_dump(substr_replace($s1, "evening", array(5)));
27 var_dump(substr_replace($s1, "evening", 5, array(8)));
30 var_dump(substr_replace($s1, "evening", array(5, 1), array(8)));
33 var_dump(substr_replace($s1, "evening", array(5), array(8)));
H A Dhtmlspecialchars_basic.phpt12 $s1 = "abc<>\"&\n";
18 echo "Test 1: " . htmlspecialchars ($s1);
23 echo "Test 6: " . htmlspecialchars ($s1,ENT_NOQUOTES);
28 echo "Test 11: " . htmlspecialchars ($s1,ENT_COMPAT);
33 echo "Test 16: " . htmlspecialchars ($s1,ENT_QUOTES);
40 echo "Test 21: " . htmlspecialchars ($s1,ENT_NOQUOTES, "ISO-8859-1");
46 $s1 = "&quot;&amp;xyz&gt;abc&quot;\n";
49 echo "Test 25: " . htmlspecialchars ($s1,ENT_NOQUOTES, "ISO-8859-1", false);
54 echo "Test 28: " . htmlspecialchars ($s1, ENT_NOQUOTES, "ISO-8859-1", true);
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dround4_groupH_complex_rpcenc.inc16 function echoMultipleFaults1($which, $s1, $s2) {
20 …", "Fault in response to 'echoMultipleFaults1'.", null, array("soapStruct"=>$s1), "ComplexFault1");
24 function echoMultipleFaults2($which, $s1, $s2, $s3) {
30 …return new SoapFault("Server", "Fault in response to 'echoMultipleFaults2'.", null, $s1, "ComplexF…
/PHP-5.5/ext/phar/
H A Dmakestub.php28 $s1 = substr($s, 0, strpos($s, 'index.php')); variable
29 $s2 = substr($s, strlen($s1) + strlen('index.php'));
31 $s3 = substr($s, strlen($s2) + 4 + strlen($s1) + strlen('index.php'));
56 $s1split = str_split($s1, 2046);
/PHP-5.5/ext/intl/tests/
H A Dbug62070_2.phpt8 $s1 = 'Hello';
11 $res = collator_get_sort_key($coll, $s1);
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_documentURI_basic.phpt13 <!DOCTYPE s1 PUBLIC "http://www.ibm.com/example.dtd" "example.dtd">
14 <s1>foo</s1>';

Completed in 42 milliseconds

12345