Home
last modified time | relevance | path

Searched refs:message (Results 451 – 472 of 472) sorted by relevance

1...<<111213141516171819

/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12219 !:mime message/rfc822
12221 !:mime message/rfc822
12223 !:mime message/rfc822
12225 !:mime message/rfc822
12227 !:mime message/rfc822
12229 !:mime message/rfc822
12231 !:mime message/rfc822
12233 !:mime message/news
12235 !:mime message/news
12237 !:mime message/rfc822
[all …]
/PHP-5.5/Zend/
H A Dzend_strtod.c448 static void Bug(const char *message) { in Bug() argument
449 fprintf(stderr, "%s\n", message); in Bug()
H A Dzend_compile.h613 void zend_do_exit(znode *result, const znode *message TSRMLS_DC);
H A Dzend_compile.c6503 void zend_do_exit(znode *result, const znode *message TSRMLS_DC) /* {{{ */ in zend_do_exit()
6508 SET_NODE(opline->op1, message); in zend_do_exit()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_bind_param.phpt44 libmysql gives a less descriptive error message but mysqlnd,
/PHP-5.5/
H A DINSTALL1801 message 'Document Contains No Data'! What's going on here?
1876 message 'Document Contains No Data'! What's going on here?
1945 see a sensible error message, from the command line, change to
1948 error message will be displayed which will give you a clue as to
1974 This error message means that PHP failed to output anything at
1975 all. To get to see a sensible error message, from the command
1978 running, then a suitable error message will be displayed which
H A DREADME.STREAMS184 appropriate error message of type E_WARNING if the cast fails.
H A Dacinclude.m4695 dnl PHP_ARG_WITH(arg-name, check message, help text[, default-val[, extension-or-not]])
720 dnl PHP_ARG_ENABLE(arg-name, check message, help text[, default-val[, extension-or-not]])
2884 #define TEXT "This is the test message -- "
H A Dltmain.sh5047 void lt_fatal (const char *message, ...);
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure142 --help print this message
/PHP-5.5/ext/date/
H A Dphp_date.c2583 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_initialize()
2901 …add_index_string(element, error->warning_messages[i].position, error->warning_messages[i].message,… in zval_from_error_container()
2909 add_index_string(element, error->error_messages[i].position, error->error_messages[i].message, 1); in zval_from_error_container()
3080 …err->error_messages[0].position, err->error_messages[0].character, err->error_messages[0].message); in php_date_modify()
/PHP-5.5/ext/phar/phar/
H A Dpharcommand.inc1396 // @todo add error message here.
1414 // @todo Add error message
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_structs.h444 …sqlnd_conn_data__get_server_statistics)(MYSQLND_CONN_DATA * conn, char **message, unsigned int * m…
/PHP-5.5/ext/mbstring/oniguruma/
H A DHISTORY33 2007/09/03: [impl] change error message to "invaid code point value"
1112 2004/03/16: [impl] add property name to error message of
1486 2003/07/08: [impl] change error message for undefined group number call.
1640 for detail error message. (thanks akr)
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput18-16321 /-- This one is here because Perl gives out a grumbly error message (quite
H A Dtestoutput18-32319 /-- This one is here because Perl gives out a grumbly error message (quite
H A Dtestoutput15463 /-- This one is here because Perl gives out a grumbly error message (quite
/PHP-5.5/ext/pcre/pcrelib/
H A DChangeLog462 binary zero. It now reports this situation in a message, and outputs the
526 there was a message during ./configure, but it did not stop. This now
2956 After changing error message table: 43
3332 segmentation fault instead of returning the appropriate error message.
3399 or a glibc crash with a message such as "pcretest: free(): invalid next
3837 error message is output. Some extra information is given for the
4258 greps, it now suppresses the error message for a non-existent or non-
4281 error message. The new argument may be NULL if no error number is required
4876 27. Fixed typo in error message for invalid (?R item (it said "(?p").
5261 absolute limit. Changed the text of the error message to make this clear, and
H A DNEWS659 absolute limit. Changed the text of the error message to make this clear, and
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt357 type. If it is not, the build fails with an error message telling the
688 it is not, the build fails with an error message telling the maintainer
2090 textual error message. Error codes and messages are listed below.
2109 &error, /* for error message */
2559 The third argument for pcre_study() is a pointer for an error message.
2562 error message. This is a static string that is part of the library. You
2583 &error); /* set to NULL or points to a message */
9744 or regexec() to a printable message. If preg is not NULL, the error
9745 should have arisen from the use of that structure. A message terminated
9746 by a binary zero is placed in errbuf. The length of the message,
[all …]
/PHP-5.5/sapi/thttpd/
H A Dthttpd_patch1268 -mime message/rfc822
/PHP-5.5/ext/date/lib/
H A Dparse_date.c347 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_warning()
356 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error); in add_error()
365 s->errors->warning_messages[s->errors->warning_count - 1].message = strdup(error); in add_pbf_warning()
374 s->errors->error_messages[s->errors->error_count - 1].message = strdup(error); in add_pbf_error()

Completed in 223 milliseconds

1...<<111213141516171819