Searched refs:values (Results 876 – 900 of 1390) sorted by relevance
1...<<31323334353637383940>>...56
16 $values = array (87 foreach( $values as $value ) {
20 $values = array (91 foreach( $values as $value ) {
43 static const double values[] = { in php_intlog10abs() local50 if (value < values[result]) { in php_intlog10abs()55 if (value < values[result]) { in php_intlog10abs()60 if (value < values[result]) { in php_intlog10abs()65 if (value < values[result]) { in php_intlog10abs()70 if (value < values[result]) { in php_intlog10abs()
45 echo "\n-- Passing positive values of Limit to explode() --\n";50 echo "\n-- Passing limit values 0 and 1 to explode() --\n";321 -- Passing positive values of Limit to explode() --329 -- Passing limit values 0 and 1 to explode() --
13 // array with different values for $string
6 …This function is like array_udiff() but works on the keys instead of the values. The associativity…
18 * Parameters : $value - values in given input array
16 * Parameters : $value - values in given input array
18 * Parameters : $value - values in given 'input' array
31 // array values contains minimum and maximum ranges
6 * Description: Sort an array by values using a user-defined comparison function
6 * Description: Returns the entries of arr1 that have values which are not present
6 * Description: Returns the entries of $arr1 that have values which are
29 $stmt = $db->prepare('insert into test (id, name) values(0, :name)');
26 insert into pdo_oci_fread_tab (id,data) values (1, lob1);
53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
28 $stmt = $pdo->prepare("insert into foo (field1, field2, field3, field4) values (:field1, :field2, :…
2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
2 Test gmmktime() function : usage variation - Passing positive and negative float values to argument…
24 //array of values to iterate over
18 //array of values to iterate over
16 //array of values to iterate over
19 //array of values to iterate over
2 Test idate() function : usage variation - Passing higher positive and negetive float values to time…
Completed in 31 milliseconds