Home
last modified time | relevance | path

Searched refs:values (Results 1201 – 1225 of 1390) sorted by relevance

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

/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_basic.phpt15 $values = [
41 foreach ($values as $value) {
H A Dscalar_basic.phpt28 $values = [
49 foreach ($values as $value) {
H A Dscalar_return_basic_64bit.phpt30 $values = [
51 foreach ($values as $value) {
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc.phpt106 // yes, I really do not want to bind input values...
144 // yes, I really do not want to bind input values...
H A Dmysqli_stmt_get_result.phpt42 // FIXME - different versions return different values ?!
67 // FIXME - different versions return different values ?!
H A Dmysqli_stmt_fetch.phpt39 // FIXME - different versions return different values ?!
/PHP-7.4/main/
H A Dnetwork.c109 } values[] = { in php_gai_strerror() local
129 for (i = 0; values[i].msg != NULL; i++) { in php_gai_strerror()
130 if (values[i].code == code) { in php_gai_strerror()
131 return (char *)values[i].msg; in php_gai_strerror()
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_primary_language.phpt53 //Private use registry values
H A Dlocale_get_region.phpt53 //Private use registry values
/PHP-7.4/ext/standard/tests/array/
H A Deach_variation3.phpt26 // unexpected values to be passed as $arr
H A Darray_column_error.phpt8 * Returns an array containing all the values from
H A Darray_slice_variation2.phpt41 // unexpected values to be passed to $offset argument
/PHP-7.4/ext/snmp/tests/
H A Dsnmp3-error.phpt75 Warning: snmp3_set(): Single objid and multiple type or values are not supported in %s on line %d
/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation25.phpt54 // reading the values from file using different char formats
H A Dflock_variation.phpt12 wouldblock values ***\n";
70 wouldblock values ***
H A Dparse_ini_file.phpt204 echo "*** Test parse_ini_file() function: with various keys and values given in parse.ini file ***…
221 *** Test parse_ini_file() function: with various keys and values given in parse.ini file ***
/PHP-7.4/ext/mbstring/tests/
H A Dmb_stripos_variation5_Bug45923.phpt33 * mb_stripos should not be able to accept negative values as $offset.
H A Dmb_strpos_variation5.phpt33 * mb_strpos should not be able to accept negative values as $offset.
H A Dmb_strripos_variation5_Bug45923.phpt34 * mb_strripos should not be able to accept negative values as $offset.
/PHP-7.4/ext/standard/tests/general_functions/
H A Dparse_ini_basic.phpt105 ["offset values"]=>
H A Dparse_ini_string_001.phpt198 echo "*** Test parse_ini_string() function: with various keys and values given in string ***\n";
211 *** Test parse_ini_string() function: with various keys and values given in string ***
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_variation2.phpt72 //failure values are put in to an array $failure_locale
H A Dsprintf_variation13.phpt12 // array of string type values
/PHP-7.4/ext/oci8/tests/
H A Dxmltype_02.phpt53 values (:id, XMLType(:clob))");
/PHP-7.4/ext/pdo_pgsql/tests/
H A Dcopy_to.phpt22 $stmt = $db->prepare("INSERT INTO test (a, b, c) values (?, ?, ?)");

Completed in 32 milliseconds

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