Home
last modified time | relevance | path

Searched refs:values (Results 726 – 750 of 1390) sorted by relevance

1...<<21222324252627282930>>...56

/PHP-7.4/ext/pdo_sqlite/tests/
H A Dbug_63916.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
H A Dbug_63916-2.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
/PHP-7.4/ext/date/tests/
H A Dmktime-1.phpt9 # MacOS/X libc implementation doesn't treat out-of-range values
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_defined_constants_basic.phpt6 * Description: Returns an associative array with the names of all the constants and their values
/PHP-7.4/ext/filter/tests/
H A D058.phpt7 $values = Array(
30 foreach ($values as $value) {
/PHP-7.4/ext/standard/tests/array/
H A Darsort_variation7.phpt2 Test arsort() function : usage variations - sort bool values
12 * testing arsort() by providing bool value array for $array argument with following flag values.
H A Dasort_variation7.phpt2 Test asort() function : usage variations - sort bool values
12 * testing asort() by providing bool value array for $array argument with following flag values.
H A Dkrsort_variation7.phpt12 * with flowing flag values
27 // array of arrays along with some values
H A Dksort_variation7.phpt12 * with flowing flag values:
27 // array of arrays along with some values
H A Dsort_variation11.phpt2 Test sort() function : usage variations - sort mixed values, 'sort_flag' as defualt/SORT_REGULAR (O…
12 * testing sort() by providing mixed value array for $array argument with following flag values.
H A Dsort_variation7.phpt2 Test sort() function : usage variations - sort boolean values
12 * testing sort() by providing bool value array for $array argument with following flag values.
H A Duasort_variation3.phpt18 * Parameters : $value1 and $value2 - values to be compared
19 * Return value : 0 - if both values are same
H A Darray_intersect_variation1.phpt2 Test array_intersect() function : usage variations - unexpected values for 'arr1' argument
6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
11 * Testing array_intersect() function by passing values to $arr1 argument other than arrays
16 echo "*** Testing array_intersect() : Passing non-array values to \$arr1 argument ***\n";
44 // unexpected values to be passed to $arr1 argument
111 *** Testing array_intersect() : Passing non-array values to $arr1 argument ***
H A Darray_intersect_variation2.phpt2 Test array_intersect() function : usage variations - unexpected values for 'arr2' argument
6 …* Description: Returns the entries of arr1 that have values which are present in all the other arg…
11 * Testing array_intersect() function by passing values to $arr2 argument other than arrays
16 echo "*** Testing array_intersect() : Passing non-array values to \$arr2 argument ***\n";
44 // unexpected values to be passed to $arr2 argument
112 *** Testing array_intersect() : Passing non-array values to $arr2 argument ***
H A Darray_diff_variation10.phpt6 * Description: Returns the entries of $arr1 that have values which are
H A Darray_values_variation3.phpt6 * Description: Return just the values from the input array
26 // unexpected values to be passed as $input
H A Dshuffle_variation2.phpt36 echo "\n*** Testing shuffle() with arrays having different types of values ***\n";
119 *** Testing shuffle() with arrays having different types of values ***
/PHP-7.4/ext/standard/tests/strings/
H A Dstrip_tags_variation5.phpt12 * testing functionality of strip_tags() by giving heredoc strings as values for $str argument
41 // here doc with numeric values
H A Dsprintf_variation18.phpt2 Test sprintf() function : usage variations - string formats with array values
12 echo "*** Testing sprintf() : string formats with array values ***\n";
51 *** Testing sprintf() : string formats with array values ***
H A Dsprintf_variation8.phpt2 Test sprintf() function : usage variations - int formats with string values
10 echo "*** Testing sprintf() : integer formats with string values ***\n";
58 *** Testing sprintf() : integer formats with string values ***
/PHP-7.4/ext/standard/
H A Diptc.c325 zval values, *element; in PHP_FUNCTION() local
375 array_init(&values); in PHP_FUNCTION()
377 element = zend_hash_str_update(Z_ARRVAL_P(return_value), key, strlen(key), &values); in PHP_FUNCTION()
/PHP-7.4/ext/spl/tests/
H A Dbug53515.phpt2 Bug #53515 (property_exists incorrect on ArrayObject null and 0 values)
/PHP-7.4/tests/output/
H A Dob_start_basic_002.phpt2 ob_start(): Check behaviour with various callback return values.
/PHP-7.4/ext/sqlite3/tests/
H A Dbug63921-64bit.phpt14 $stmt = $conn->prepare('insert into users (id, num) values (:id, :num)');
/PHP-7.4/ext/standard/tests/math/
H A Dbug27646.phpt2 Bug #27646 (Cannot serialize/unserialize non-finite numeric values)

Completed in 33 milliseconds

1...<<21222324252627282930>>...56