Home
last modified time | relevance | path

Searched refs:two (Results 151 – 175 of 743) sorted by relevance

12345678910>>...30

/PHP-5.6/ext/intl/tests/
H A Dregression_sort_and_cow.phpt12 /* Create two copies of the given array.
22 // Create two copies of the given array.
H A Dregression_sortwsk_and_cow.phpt13 /* Create two copies of the given array.
23 // Create two copies of the given array.
/PHP-5.6/ext/standard/tests/array/
H A Darray_map_variation8.phpt44 echo "-- with two arrays --\n";
66 -- with two arrays --
H A Dprev_basic.phpt16 $array = array('zero', 'one', 'two');
39 2 => two
H A Darray_shift_variation5.phpt18 $stack = array ( array ( array ('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
24 $stack = array (array( array('zero', 'one', 'two'), 'un', 'deux'), 'eins', 'zwei');
H A Darray_diff_ukey_variation5.phpt28 'fourth' => array(2 => 'two'),
51 string(3) "two"
H A Darray_intersect_assoc_variation7.phpt48 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
69 $arr2 = array(0 => "0", 1, "two" => 2, "float" => 2.3333, "f1" => 1.2,
120 ["two"]=>
124 ["two"]=>
H A Darray_intersect_assoc_variation8.phpt48 array("one" => 1, 'two' => 2, "three" => 3, 4 => 4),
69 $arr1 = array(0 => "0", 1, "two" => 2, "float" => 2.3333, "f1" => 1.2,
120 ["two"]=>
124 ["two"]=>
H A Darray_pop_variation.phpt13 array( "1" => "one", "2" => "two", "3" => "three", "4" => "four", "5" => "five" ),
14 array( 1 => "one", 2 => "two", 3 => 7, 4 => "four", 5 => "five" ),
/PHP-5.6/ext/bcmath/libbcmath/
H A DFAQ16 decimal point. The multiplying two of these numbers requires one to
19 "fixed, but arbitrary" mantissa and so multiplying two floats will end
/PHP-5.6/scripts/dev/generate-phpt/src/codeSnippets/
H A Darray.txt2 $assoc_array = array(1 => 'one', 2 => 'two');
/PHP-5.6/ext/standard/tests/strings/
H A Dprintf_basic2.phpt32 echo "\n-- Calling printf() with two arguments--\n";
55 -- Calling printf() with two arguments--
H A Dprintf_basic4.phpt32 echo "\n-- Calling printf() with two arguments--\n";
54 -- Calling printf() with two arguments--
H A Dprintf_basic5.phpt32 echo "\n-- Calling printf() with two arguments --\n";
54 -- Calling printf() with two arguments --
H A Dprintf_basic6.phpt31 echo "\n-- Calling printf() with two arguments --\n";
53 -- Calling printf() with two arguments --
H A Djoin_variation5.phpt16 $sub_array = array(array(1,2,3,4), array(1 => "one", 2 => "two"), "PHP", 50);
49 string(8) "one, two"
H A Dprintf_basic1.phpt31 echo "\n-- Calling printf() with two arguments --\n";
55 -- Calling printf() with two arguments --
/PHP-5.6/ext/imap/tests/
H A Dbug46918.phpt19 ian@one@two';
75 Notice: Unknown: Unexpected characters at end of address: @two (errflg=3) in Unknown on line 0
/PHP-5.6/ext/xmlrpc/tests/
H A D003.phpt10 "two" => "blue",
48 <name>two</name>
/PHP-5.6/ext/standard/tests/math/
H A Dnumber_format_basic.phpt24 echo "\n number_format tests.....with two dp\n";
57 number_format tests.....with two dp
/PHP-5.6/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_010w.phpt11 $client->echoMultipleFaults2(3, "Hello World", 12.345, array("one","two","three"));
19 …fString"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…
21 …fString"><item xsi:type="xsd:string">one</item><item xsi:type="xsd:string">two</item><item xsi:typ…
/PHP-5.6/Zend/tests/
H A Dbug30407.phpt8 $a = 'two';
H A Dbug67111.phpt2 Bug #67111: Memory leak when using "continue 2" inside two foreach loops
H A Dconstants_008.phpt2 Defining constant twice with two different forms
/PHP-5.6/tests/lang/
H A Dbug23624.phpt5 $arr = array ('one', 'two', 'three');

Completed in 27 milliseconds

12345678910>>...30