Home
last modified time | relevance | path

Searched refs:one (Results 151 – 175 of 666) sorted by relevance

12345678910>>...27

/PHP-7.4/ext/standard/tests/array/
H A Deach_variation4.phpt23 $arr1 = array('one' => &$val1, &$val2);
45 string(3) "one"
47 string(3) "one"
H A Deach_variation5.phpt21 'one' => 'un',
81 string(3) "one"
83 string(3) "one"
H A Darray_key_exists_variation4.phpt17 $array = array('one' => 1, 'two' => 2, 'three' => 3);
21 var_dump(array_key_exists('one', $search));
H A Darray_walk_recursive_variation9.phpt31 echo "-- callback function with only one parameter --\n";
48 echo "-- passing one more parameter to function with two parameters --\n";
69 -- callback function with only one parameter --
85 -- passing one more parameter to function with two parameters --
H A Darray_intersect_basic.phpt21 $arr_associative = array("one" => 1, "two" => 2);
61 ["one"]=>
67 ["one"]=>
H A Darray_merge_variation10.phpt6 * Description: Merges elements from passed arrays into one array
17 $arr1 = array ('zero', 'one', 'two');
45 string(3) "one"
H A Dusort_object1.phpt29 // comparison function for SimpleClass2 objects which has more than one member
50 // Simple class with more than one property
66 // array of SimpleClass objects with only one property
76 // array of SimpleClass objects having more than one properties
H A Darray_push_variation5.phpt16 $stack = array ('one' => 'un', 'two' => 'deux');
34 one => un
H A Dextract_variation5.phpt8 array( "one" => 1, "one" => 2, "three" => 3, 3, 4, 3 => 33, 4 => 44, 5, 6,
H A Darray_slice_variation8.phpt18 $input = array ('zero', 'one', array('zero', 'un', 'deux'), 9 => 'nine');
34 string(3) "one"
/PHP-7.4/ext/standard/tests/strings/
H A Dbug25671.phpt6 "This is string one.",
19 a:4:{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is anoth…
20 a:4:{i:0;s:19:"This is strung one.";i:1;s:19:"This is strung two.";i:2;a:2:{i:0;s:23:"This is anoth…
H A Dstrnatcasecmp_basic.phpt13 function str_dump($one, $two) {
14 var_dump(strnatcasecmp($one, $two));
/PHP-7.4/ext/dom/tests/
H A DDOMCharacterData_appendData_basic.phpt21 echo "CDATA Length (one append): " . $cdatanode->length . "\n";
32 CDATA Length (one append): 4
H A DDOMComment_appendData_basic_Sullivan.phpt21 echo "Comment Length (one append): " . $commentnode->length . "\n";
32 Comment Length (one append): 4
H A DDOMText_appendData_basic.phpt21 echo "Text Length (one append): " . $textnode->length . "\n";
33 Text Length (one append): 4
H A DDOMNode_removeChild_basic.phpt15 <course title="one">
78 Course: one:DOMElement
91 Course: one:DOMElement
/PHP-7.4/ext/pcre/tests/
H A Dpreg_replace_callback_basic.phpt12 $replacement = array('zero', 'one', 'two', 'three', 'four', 'five', 'six', 'seven', 'eight', 'nine'…
15 …return $replacement[$matches[0]]; //all examples will be looking for an integer value, if one is f…
31 one two three 4 is now written in words
/PHP-7.4/Zend/tests/
H A Dbug69017.phpt11 public static $a1 = array(self::ONE => 'one');
29 string(3) "one"
/PHP-7.4/ext/mysqli/tests/
H A Dgracefull_fail_on_empty_result_set.phpt14 // Returns only one result set
20 // Returns only one result set
H A Dbug45019.phpt16 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
27 …if (!($stmt = $link->prepare("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS C…
56 string(3) "one"
H A Dmysqli_ps_select_union.phpt16 …if (!($res = $link->query("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS CHAR…
27 …if (!($stmt = $link->prepare("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS C…
48 the one made available by the MySQL Client Library (libmysql).
52 …if (!($stmt = $link->prepare("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST('three' AS C…
173 if (!($stmt = $link->prepare("SELECT 'one' AS column1 UNION SELECT ? UNION SELECT ?")))
192 if (!($stmt = $link->prepare("SELECT 'one' AS column1 UNION SELECT ? UNION SELECT ?")))
213 …if (!($stmt = $link->prepare("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST(? AS CHAR) U…
232 …if (!($stmt = $link->prepare("SELECT CAST('one' AS CHAR) AS column1 UNION SELECT CAST(? AS CHAR) U…
256 string(3) "one"
268 string(3) "one"
[all …]
/PHP-7.4/ext/imap/tests/
H A Dimap_alerts_error.phpt18 echo "\n-- Testing imap_alerts() function with one argument --\n";
27 -- Testing imap_alerts() function with one argument --
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_010w.phpt14 "param3" => array("one","two","three")));
22 …lo world</ns1:param1><ns1:param2>12.345</ns1:param2><ns1:param3><ns2:value>one</ns2:value><ns2:val…
24 …hoMultipleFaults2'.</faultstring><detail><ns2:ArrayOfStringPart><ns1:value>one</ns1:value><ns1:val…
/PHP-7.4/ext/pdo/tests/
H A Dpdo_028.phpt20 $data = array("one", "two", "three");
39 string(3) "one"
/PHP-7.4/ext/oci8/tests/
H A Dbug40078.phpt25 c1(1) := 'one';
48 string(3) "one"

Completed in 34 milliseconds

12345678910>>...27