Home
last modified time | relevance | path

Searched refs:number (Results 301 – 325 of 469) sorted by relevance

1...<<111213141516171819

/php-src/sapi/fpm/tests/
H A Dghsa-54hq-v5wp-fqgv-max-file-uploads.phpt48 Warning: PHP Request Startup: Maximum number of allowable file uploads has been exceeded in Unknown…
H A Dfcgi.inc39 * @param int $port Port number.
504 * @param int number of milliseconds before connect will timeout
514 * @return int number of milliseconds before connect will timeout
524 * @param int number of milliseconds before read or write call will timeout
535 * @return int number of milliseconds before read will timeout
741 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…
776 // Pick random number between 1 and max 16 bit unsigned int 65535
853 * @param int $timeoutMs [optional] the number of milliseconds to wait.
854 …* @param int $readLimit [optional] the number of bytes to accept in a single packet or -1 if unlim…
947 * @param int $timeoutMs [optional] the number of milliseconds to wait.
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_field_count.phpt99 The number of variables must match the number of parameters in the prepared statement
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt45 if ($field->charsetnr != $charsetInfo->number) {
48 $charsetInfo->number, $field->charsetnr);
H A Dmysqli_stmt_execute_bind.phpt30 // 2. param number has to match - missing 1 parameter
48 // 4. param number has to match - missing all parameters
57 // 5. param number has to match - missing argument to execute()
H A Dmysqli_fetch_field.phpt33 if ($tmp->charsetnr != $charsetInfo->number) {
35 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
/php-src/ext/standard/tests/general_functions/
H A Dfloatval.phpt32 float values, expected output:float value for valid floating point number */
41 float values, expected output:float value for valid floating point number */
/php-src/ext/pdo/tests/
H A Dbug_69356.phpt22 …tement directly on the output. It will provide the SQL query in use, the number of parameters used…
42 …tement directly on the output. It will provide the SQL query in use, the number of parameters used…
/php-src/ext/dom/lexbor/patches/
H A DREADME.md11 A PHP specific patch to expose the line and column number to PHP.
39 * `git reset HEAD~6` # 6 is the number of commits created by the above commands
/php-src/ext/pcre/tests/
H A Dpcre_count.phpt15 $string= 'Here must only number like 42 and 13 appear';
/php-src/ext/standard/tests/file/
H A Dparse_ini_file_error.phpt7 //Test parse_ini_file with one more than the expected number of arguments
/php-src/Zend/tests/function_arguments/
H A Dargument_count_incorrect_userland.phpt2 Call userland function with incorrect number of arguments
/php-src/ext/standard/tests/strings/
H A Dstr_increment_polyfill.phpt38 // string interpretable as a number in scientific notation
H A Dstr_decrement_basic.phpt25 // string interpretable as a number in scientific notation
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_anonymous_placeholders.phpt173 …t::execute(): SQLSTATE[HY093]: Invalid parameter number: number of bound variables does not match
H A Dpdo_mysql_prepare_native_column.phpt48 Warning: PDOStatement::execute(): SQLSTATE[HY093]: Invalid parameter number: parameter was not defi…
/php-src/ext/standard/tests/math/
H A Dnumber_format_basiclong_64bit.phpt36 foreach ($numbers as $number) {
38 var_dump($number);
41 var_dump(number_format($number, $precision));
H A Ddecbin_variation1_64bit.phpt2 Test decbin() function : usage variations - different data types as $number arg
/php-src/ext/hash/tests/
H A Dhash_serialize_004.phpt22 …AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACI7fWk6MztpOjA7aTo0O2E6MDp7fX0=", // bad magic number
/php-src/ext/sqlite3/tests/
H A Dsqlite3_11_numrows.phpt2 SQLite3::prepare number of rows
/php-src/ext/opcache/tests/jit/
H A Dshift_right_004.phpt37 Fatal error: Uncaught ArithmeticError: Bit shift by negative number in %sshift_right_004.php:8
/php-src/ext/zlib/tests/
H A Dzlib_scheme_copy_variation2.phpt31 //also need to look for the magic number (x1f x8b) to prove it
/php-src/ext/standard/tests/streams/
H A Dgh9590-001.phpt32 to equal the maximum number of open files supported by your system,
H A Dbug46024.phpt2 Bug #46024 stream_select() doesn't return the correct number
/php-src/tests/output/
H A Dob_start_error_002.phpt2 Test wrong number of arguments and wrong arg types for ob_start()

Completed in 52 milliseconds

1...<<111213141516171819