Home
last modified time | relevance | path

Searched refs:values (Results 1076 – 1100 of 1390) sorted by relevance

1...<<41424344454647484950>>...56

/PHP-7.4/ext/ctype/tests/
H A Dctype_lower_variation1.phpt40 // unexpected values to be passed to $c argument
H A Dctype_print_variation1.phpt40 // unexpected values to be passed to $c argument
H A Dctype_punct_variation1.phpt41 // unexpected values to be passed to $c argument
H A Dctype_space_variation1.phpt40 // unexpected values to be passed to $c argument
H A Dctype_alnum_variation1.phpt40 // unexpected values to be passed to $c argument
H A Dctype_cntrl_variation1.phpt40 // unexpected values to be passed to $c argument
H A Dctype_graph_variation1.phpt40 // unexpected values to be passed to $c argument
H A Dctype_xdigit_variation1.phpt40 // unexpected values to be passed to $c argument
/PHP-7.4/ext/com_dotnet/tests/
H A Dvariants.phpt16 $values = array(VT_I4 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
20 foreach ($values as $t => $val) {
28 foreach ($values as $op2) {
H A Dvariants_x64.phpt19 $values = array(VT_I8 => 42, VT_R8 => 3.5, VT_BSTR => "hello", VT_BOOL => false);
23 foreach ($values as $t => $val) {
31 foreach ($values as $op2) {
/PHP-7.4/ext/standard/tests/strings/
H A Dstrlen.phpt115 echo "\n--- strlen for long float values ---\n";
203 --- strlen for long float values ---
H A Dstrcspn_variation5.phpt70 var_dump( strcspn($str,$mask) ); // with default start and len values
H A Dstrspn_variation5.phpt70 var_dump( strspn($str,$mask) ); // with default start and len values
/PHP-7.4/tests/lang/
H A DforeachLoopObjects.003.phpt14 echo "\nDirectly changing object values.\n";
88 Directly changing object values.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_affected_rows.phpt75 if (!mysqli_query($link, "REPLACE INTO test(id, label) values (4, 'd')"))
81 if (!mysqli_query($link, "REPLACE INTO test(id, label) values (5, 'e')"))
/PHP-7.4/ext/sockets/tests/
H A Dmcast_ipv4_send_error.phpt2 Multicast support: IPv4 send options with unusual values
/PHP-7.4/ext/standard/tests/array/
H A Darray_diff_assoc_variation4.phpt6 * Description: Returns the entries of arr1 that have values which are not present
H A Dkey_variation2.phpt25 // unexpected values to be passed as $array_arg
H A Dksort_variation11.phpt12 * following flag values:
H A Darray_chunk_variation5.phpt2 Test array_chunk() function : usage variations - different 'size' values
H A Darray_intersect_key.phpt15 /* give nicer values */
/PHP-7.4/ext/oci8/tests/
H A Dbind_empty.phpt2 binding empty values
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt32 $db->query("insert into poq_tab (t) values($q)");
/PHP-7.4/ext/mbstring/tests/
H A Dmb_ereg_variation3.phpt50 * replicate a var dump of an array but outputted string values are base64 encoded
/PHP-7.4/ext/zlib/tests/
H A Dgzfile_variation11.phpt2 Test function gzfile() by substituting argument 2 with float values.

Completed in 28 milliseconds

1...<<41424344454647484950>>...56