Home
last modified time | relevance | path

Searched refs:values (Results 876 – 900 of 1390) sorted by relevance

1...<<31323334353637383940>>...56

/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_b.phpt16 $values = array (
87 foreach( $values as $value ) {
H A Ddebug_zval_dump_b_64bit.phpt20 $values = array (
91 foreach( $values as $value ) {
/PHP-7.4/ext/standard/
H A Dmath.c43 static const double values[] = { in php_intlog10abs() local
50 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()
/PHP-7.4/ext/standard/tests/strings/
H A Dexplode1.phpt45 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() --
H A Dbin2hex_basic.phpt13 // array with different values for $string
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_ukey_variation5.phpt6 …This function is like array_udiff() but works on the keys instead of the values. The associativity…
H A Darray_walk_object1.phpt18 * Parameters : $value - values in given input array
H A Darray_walk_recursive_object1.phpt16 * Parameters : $value - values in given input array
H A Darray_walk_variation4.phpt18 * Parameters : $value - values in given 'input' array
H A Dnatcasesort_variation3.phpt31 // array values contains minimum and maximum ranges
H A Dusort_variation7.phpt6 * Description: Sort an array by values using a user-defined comparison function
H A Darray_diff_assoc_error.phpt6 * Description: Returns the entries of arr1 that have values which are not present
H A Darray_diff_error.phpt6 * Description: Returns the entries of $arr1 that have values which are
/PHP-7.4/ext/pdo/tests/
H A Dpdo_024.phpt29 $stmt = $db->prepare('insert into test (id, name) values(0, :name)');
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt26 insert into pdo_oci_fread_tab (id,data) values (1, lob1);
/PHP-7.4/ext/pgsql/tests/
H A Dpg_select_001.phpt53 Notice: pg_select(): Invalid field name (id) in values in %s on line %d
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dbug69752.phpt28 $stmt = $pdo->prepare("insert into foo (field1, field2, field3, field4) values (:field1, :field2, :…
/PHP-7.4/ext/date/tests/
H A Dgetdate_variation7.phpt2 Test getdate() function : usage variation - Passing high positive and negative float values to time…
H A Dgmmktime_variation9.phpt2 Test gmmktime() function : usage variation - Passing positive and negative float values to argument…
H A Dgmstrftime_variation14.phpt24 //array of values to iterate over
H A Dgmstrftime_variation15.phpt18 //array of values to iterate over
H A Dgmstrftime_variation21.phpt18 //array of values to iterate over
H A Dgmstrftime_variation3.phpt16 //array of values to iterate over
H A Dgmstrftime_variation5.phpt19 //array of values to iterate over
H A Didate_variation3.phpt2 Test idate() function : usage variation - Passing higher positive and negetive float values to time…

Completed in 31 milliseconds

1...<<31323334353637383940>>...56