Home
last modified time | relevance | path

Searched refs:values (Results 1351 – 1375 of 1390) sorted by relevance

1...<<515253545556

/PHP-7.4/ext/standard/tests/file/
H A Dfscanf_variation14.phpt92 // reading the values from file using different string formats
H A Dbasename_variation2-win32.phpt2 Testing basename() with various values for the suffix parameter
H A Dbasename_variation2.phpt2 Testing basename() with various values for the suffix parameter
H A Dfscanf_variation51.phpt40 // reading the values from file using different integer formats
H A Dfputcsv_variation5.phpt10 /* Testing fputcsv() to write to a file when default arguments values are considered */
/PHP-7.4/ext/pdo/
H A Dpdo_sql_parser.re207 /* let's quote all the values */
/PHP-7.4/docs/
H A Dparameter-parsing-api.md94 initialized to default values by the extension since they will not be touched
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_types.phpt233 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
H A Dmysqli_stmt_bind_result.phpt275 …// Note: you cannot insert any blob values this way. But you can check the API at least partly thi…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct.phpt108 // what about long values for a valid option ...
/PHP-7.4/ext/standard/tests/strings/
H A Dstrcasecmp.phpt110 echo "\n--- Comparing long float values ---\n";
622 --- Comparing long float values ---
H A Dstrcmp.phpt110 echo "\n--- Comparing long float values ---\n";
603 --- Comparing long float values ---
/PHP-7.4/ext/mysqlnd/
H A Dmysqlnd_structs.h309 uint64_t *values; member
1352 MYSQLND_STATS * values; member
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_display_name4.phpt68 //Private use registry values
H A Dlocale_get_display_name5.phpt68 //Private use registry values
H A Dlocale_get_display_name6.phpt68 //Private use registry values
H A Dlocale_get_display_name2.phpt67 //Private use registry values
H A Dlocale_get_display_name3.phpt67 //Private use registry values
H A Dlocale_get_display_name8.phpt67 //Private use registry values
H A Dlocale_get_display_name7.phpt68 //Private use registry values
/PHP-7.4/
H A DNEWS411 . Fixed bug #80915 (Taking a reference to $_SERVER hides its values from
887 . Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)
1068 . Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). (cmb)
1097 . Fixed bug #79174 (cookie values with spaces fail to round-trip). (cmb)
1180 . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
1212 . Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values). (cmb)
2534 valid values). (Michael Moravec)
2687 related constants for possible TLS protocol values. (Jakub Zelenka)
/PHP-7.4/ext/spl/tests/
H A DSplFileObject_fputcsv_variation5.phpt6 /* Testing fputcsv() to write to a file when default arguments values are considered */
/PHP-7.4/Zend/
H A DZend.m4255 AC_MSG_CHECKING(for MM alignment and log values)
/PHP-7.4/ext/standard/
H A Darray.c6447 HashTable *values, *keys; local
6454 Z_PARAM_ARRAY_HT(values)
6458 num_values = zend_hash_num_elements(values);
6472 if (pos_values >= values->nNumUsed) {
6474 } else if (Z_TYPE(values->arData[pos_values].val) != IS_UNDEF) {
6475 entry_values = &values->arData[pos_values].val;
/PHP-7.4/ext/standard/tests/array/
H A Darray_key_exists_variation8.phpt100 //iterate over again to get all different key values

Completed in 101 milliseconds

1...<<515253545556