Home
last modified time | relevance | path

Searched refs:two (Results 126 – 150 of 743) sorted by relevance

12345678910>>...30

/PHP-5.6/ext/mysqli/tests/
H A Dbug45019.phpt16 …T('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR) UNION SELECT CAST('two' AS CHAR)")))
27 …T('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR) UNION SELECT CAST('two' AS CHAR)")))
58 %unicode|string%(3) "two"
H A Dmysqli_fetch_field_flags.phpt73 'SET("one", "two")' => 'SET',
74 'SET("one", "two") NOT NULL' => 'NOT_NULL SET NO_DEFAULT_VALUE',
75 'SET("one", "two") NOT NULL DEFAULT "one"' => 'NOT_NULL SET',
76 'ENUM("one", "two")' => 'ENUM',
77 'ENUM("one", "two") NOT NULL' => 'NOT_NULL ENUM NO_DEFAULT_VALUE',
78 'ENUM("one", "two") NOT NULL DEFAULT "one"' => 'NOT_NULL ENUM',
163 case 'SET("one", "two") NOT NULL':
164 case 'ENUM("one", "two") NOT NULL':
/PHP-5.6/ext/oci8/tests/
H A Ddrcp_characterset.phpt20 // Create two more connections with character set US7ASCII
30 // The two connections c1 and c2 should not share resources as they use different
38 // The two connections p1 and p2 should not share resources as they use different
H A Dbug40078.phpt26 c1(2) := 'two';
50 string(3) "two"
/PHP-5.6/ext/pdo/tests/
H A Dpdo_028.phpt20 $data = array("one", "two", "three");
41 string(3) "two"
/PHP-5.6/ext/standard/tests/array/
H A Darray_slice_variation9.phpt19 $val2 = 'two';
39 &string(3) "two"
H A Darray_udiff_assoc_variation.phpt17 $arr1 = array("one" => "one", "02" => "two", '3' => "three", "four", "0.5" => 5, 6.0 => 6, "seven" …
18 $arr2 = array("one" => "one", "02" => "two", '3' => "three");
H A Darray_diff_key_variation8.phpt28 'fourth' => array(2 => 'two'),
51 string(3) "two"
H A Darray_walk_recursive_variation7.phpt13 * two parameters
26 echo "-- Anonymous function with two arguments --\n";
51 -- Anonymous function with two arguments --
H A Darray_walk_variation7.phpt13 * two parameters
26 echo "-- Anonymous function with two arguments --\n";
51 -- Anonymous function with two arguments --
H A Darray_intersect_variation9.phpt2 Test array_intersect() function : usage variations - two dimensional arrays for $arr1 and $arr2 arg…
16 echo "*** Testing array_intersect() : passing two dimensional array to both \$arr1 and \$arr2 argum…
18 // two dimensional arrays for $arr1 and $arr2 argument
26 array(1 => "one", 2 => "two", 3 => "three"),
32 array(1 => "one", 2 => "two", 3 => "three")
60 *** Testing array_intersect() : passing two dimensional array to both $arr1 and $arr2 arguments ***
127 string(3) "two"
226 string(3) "two"
H A Darray_chunk_variation7.phpt26 "two" => &$numbers[1],
62 ["two"]=>
H A Darray_values_variation6.phpt19 $val2 = 'two';
41 &string(3) "two"
H A Dcount_basic.phpt18 $array = array('zero', 'one', 'two');
22 $array_multi = array('zero', array(1, 2, 3), 'two');
H A Deach_basic.phpt17 $arr = array ('one' => 1, 'zero', 'two' => 'deux', 20 => 'twenty');
42 ["two"]=>
H A Dextract_variation4.phpt7 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
21 /* variations of two arguments */
H A Darray_product_variation3.phpt16 echo "\n-- Testing array_product() function with two negative numbers --\n";
37 -- Testing array_product() function with two negative numbers --
H A Dextract_variation3.phpt10 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
21 /* variations of two arguments */
/PHP-5.6/ext/standard/tests/strings/
H A Dstrnatcasecmp_basic.phpt13 function str_dump($one, $two) {
14 var_dump(strnatcasecmp($one, $two));
H A Dprintf_error.phpt21 $arg2 = 'two';
28 echo "\n-- Call printf with two argument less than expected --\n";
58 -- Call printf with two argument less than expected --
H A Dvprintf_variation7.phpt53 array("one", "two", 'three', 'four'),
54 array("three", 'four', 'one', "two")
101 one two three four
H A Dvsprintf_variation7.phpt53 array("one", "two", 'three', 'four'),
54 array("three", 'four', 'one', "two")
94 string(18) "one two three four"
H A Dvfprintf_variation7.phpt53 array("one", "two", 'three', 'four'),
54 array("three", 'four', 'one', "two")
98 one two three four
/PHP-5.6/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_rpcenc_002w.phpt10 $client->echoStringArray(array("one","two","three"));
18 …fstring"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…
20 …fstring"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…
/PHP-5.6/ext/mysql/tests/
H A D003.phpt18 $data = array("one", "two", "three");
68 %unicode|string%(3) "two"
83 %unicode|string%(3) "two"

Completed in 34 milliseconds

12345678910>>...30