Home
last modified time | relevance | path

Searched refs:number (Results 1 – 25 of 636) sorted by last modified time

12345678910>>...26

/PHP-7.4/
H A DNEWS38 Version number added for reproduction of Windows builds.
598 . Fixed bug #80266 (parse_url silently drops port number 0). (cmb, Nikita)
1518 . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
1782 . Fixed bug #78579 (mb_decode_numericentity: args number inconsistency).
2508 . Fixed bug #33502 (Some nullary functions don't check the number of
H A Dconfigure.ac137 echo "/* edit configure.ac to change version number */" >> php_version.h.new
H A DLICENSE30 distinguishing version number.
/PHP-7.4/ext/dba/tests/
H A Ddba_tcadb.phpt30 "key number 6" written
31 Failed to write "key number 6" 2nd time
35 ["key number 6"]=>
47 "key number 6" written
48 Failed to write "key number 6" 2nd time
52 ["key number 6"]=>
/PHP-7.4/ext/date/
H A Dphp_date.c1082 static char *english_suffix(timelib_sll number) in english_suffix() argument
1084 if (number >= 10 && number <= 19) { in english_suffix()
1087 switch (number % 10) { in english_suffix()
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc723 * @param int $number
726 public function displayLog(int $number = 1, string $ignore = 'systemd')
728 /* Read $number lines or until EOF */
729 while ($number > 0 || ($number < 0 && !feof($this->outDesc))) {
733 $number--;
758 * @param int $number
763 … public function getLogLines(int $number = 1, bool $skipBlank = false, string $ignore = 'systemd')
767 while ($number > 0 || ($number < 0 && !feof($this->outDesc))) {
774 $number--;
1337 * @param int $count The number of items
/PHP-7.4/ext/fileinfo/
H A Dlibmagic.patch2902 ssize_t nbytes = 0; /* number of bytes read from a datafile */
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2294 …case TIMELIB_FORMAT_SKIP_TO_SEPARATOR: /* random chars until a separator or number ([ \t.,:;/-0123…
/PHP-7.4/ext/imap/
H A Dphp_imap.c4990 PHP_IMAP_EXPORT void mm_searched(MAILSTREAM *stream, unsigned long number) in mm_searched() argument
4996 IMAPG(imap_messages)->msgid = number; in mm_searched()
5003 cur->msgid = number; in mm_searched()
5009 PHP_IMAP_EXPORT void mm_exists(MAILSTREAM *stream, unsigned long number) in mm_exists() argument
5013 PHP_IMAP_EXPORT void mm_expunged(MAILSTREAM *stream, unsigned long number) in mm_expunged() argument
5017 PHP_IMAP_EXPORT void mm_flags(MAILSTREAM *stream, unsigned long number) in mm_flags() argument
/PHP-7.4/ext/opcache/tests/
H A Dbug80900.phpt13 /* The number of case clauses needs to be greater than 5,
/PHP-7.4/ext/reflection/
H A Dphp_reflection.c879 …extension_ini_string(zend_ini_entry *ini_entry, smart_str *str, char *indent, int number) /* {{{ */ in _extension_ini_string() argument
883 if (number == ini_entry->module_number) { in _extension_ini_string()
5850 static void _addinientry(zend_ini_entry *ini_entry, zval *retval, int number) in _addinientry() argument
5852 if (number == ini_entry->module_number) { in _addinientry()
/PHP-7.4/ext/oci8/
H A DLICENSE30 distinguishing version number.
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_stmt_get_result_metadata_fetch_field.phpt48 if ($field->charsetnr != $charsetInfo->number) {
51 $charsetInfo->number, $field->charsetnr);
H A Dmysqli_stmt_send_long_data.phpt134 Warning: mysqli_stmt_send_long_data(): Invalid parameter number in %s on line %d
H A Dmysqli_stmt_field_count.phpt97 Warning: mysqli_stmt_bind_param(): Number of variables doesn't match number of parameters in prepar…
H A Dmysqli_stmt_get_warnings.phpt84 printf("[016 - %d] Error number should not be zero\n", $i);
H A Dmysqli_stmt_bind_param.phpt393 …bind_param(): Number of elements in type definition string doesn't match number of bind variables …
395 …bind_param(): Number of elements in type definition string doesn't match number of bind variables …
397 Warning: mysqli_stmt_bind_param(): Number of variables doesn't match number of parameters in prepar…
399 …bind_param(): Number of elements in type definition string doesn't match number of bind variables …
H A Dmysqli_stmt_bind_param_many_columns.phpt2 mysqli_stmt_bind_param() - Binding with very high number of columns
H A Dmysqli_stmt_bind_result.phpt326 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
328 Warning: mysqli_stmt_bind_result(): Number of bind variables doesn't match number of fields in prep…
H A Dmysqli_fetch_field.phpt43 if ($tmp->charsetnr != $charsetInfo->number) {
45 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
H A Dmysqli_get_charset.phpt93 if (!isset($charset->number) ||
94 !is_int($charset->number) ||
95 ($charset->number !== (int)$id))
96 … printf("[021] Expecting int/%d, got %s/%s\n", $id, gettype($charset->number), $charset->number);
H A Dmysqli_get_client_stats.phpt105 printf("[005] Expecting the same number of entries in the arrays\n");
H A Dmysqli_fetch_field_oo.phpt45 if ($tmp->charsetnr != $charsetInfo->number) {
47 $charsetInfo->charset, $charsetInfo->number, $tmp->charsetnr);
H A Dmysqli_fetch_fields.phpt42 if ($field->charsetnr != $charsetInfo->number) {
45 $charsetInfo->number, $field->charsetnr);
H A Dmysqli_field_seek.phpt90 if ($field->charsetnr != $charsetInfo->number) {
92 $charsetInfo->charset, $charsetInfo->number, $field->charsetnr);

Completed in 94 milliseconds

12345678910>>...26