Home
last modified time | relevance | path

Searched refs:message (Results 126 – 150 of 434) sorted by last modified time

12345678910>>...18

/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_named_placeholder.phpt29 // I would expect to get an error message, but this is not what happens.
50 // Again, I'd like to see an error message
H A Dpdo_mysql_errorinfo.phpt31 printf("[%03d] Driver-specific error message.not set\n", $offset);
109 [015] Driver-specific error message.not set
111 [016] Driver-specific error message.not set
H A Dpdo_mysql_attr_errmode.phpt39 // no message for any PDO call but...
53 printf("[008] Driver specific error message not set\n");
69 printf("[012] Driver specific error message not set\n");
87 printf("[016] Driver specific error message not set\n");
96 … printf("[018] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
124 printf("[024] Driver specific error message not set\n");
133 … printf("[026] Cannot find all parts of the error info ('%s') in the exception message '%s'\n",
H A Dpdo_mysql___construct.phpt55 // don't print the message since it can be different
H A Dbug81037.phpt2 Bug #81037 PDO discards error message text from prepared statement
/php-src/ext/date/lib/
H A Dtimelib.h335 char *message; member
H A Dparse_date.re368 message->error_code = error_code;
371 message->message = timelib_strdup(error);
378 message->error_code = error_code;
381 message->message = timelib_strdup(error);
388 message->error_code = error_code;
389 message->position = cptr - sptr;
390 message->character = *cptr;
391 message->message = timelib_strdup(error);
399 message->position = cptr - sptr;
400 message->character = *cptr;
[all …]
H A Dtimelib.c160 timelib_free(errors->warning_messages[i].message); in timelib_error_container_dtor()
164 timelib_free(errors->error_messages[i].message); in timelib_error_container_dtor()
H A Dparse_date.c370 message->error_code = error_code; in add_warning()
373 message->message = timelib_strdup(error); in add_warning()
380 message->error_code = error_code; in add_error()
383 message->message = timelib_strdup(error); in add_error()
390 message->error_code = error_code; in add_pbf_warning()
391 message->position = cptr - sptr; in add_pbf_warning()
392 message->character = *cptr; in add_pbf_warning()
393 message->message = timelib_strdup(error); in add_pbf_warning()
401 message->position = cptr - sptr; in add_pbf_error()
402 message->character = *cptr; in add_pbf_error()
[all …]
/php-src/ext/opcache/tests/jit/
H A Dgh12747.phpt2 GH-12747: Function JIT returns invalid error message for coalesce operator on invalid offset
/php-src/ext/standard/
H A Dsyslog.c98 zend_string *message; in PHP_FUNCTION() local
102 Z_PARAM_STR(message) in PHP_FUNCTION()
105 php_syslog_str(priority, message); in PHP_FUNCTION()
/php-src/ext/pgsql/tests/
H A D21pg_get_notify.phpt19 isset($msg['message'],$msg['pid']) ? print 'OK' : print 'NG';
/php-src/ext/pdo_pgsql/tests/
H A Dgetnotify.phpt42 var_dump($notify['message']);
56 var_dump($notify['message']);
63 var_dump($notify['message']);
H A Dbug68199.phpt49 var_dump($notify['message']);
65 var_dump($notify['message']);
73 var_dump($notify['message']);
/php-src/ext/pdo/tests/
H A Dbug_71885.phpt11 …p(getenv('PDOTEST_DSN'), 'odbc', strlen('odbc'))) die('skip inconsistent error message with odbc');
H A Dbug_36428.phpt2 PDO Common: Bug #36428 (Incorrect error message for PDO::fetchAll())
/php-src/ext/dba/
H A Dconfig.m440 dnl Print the result message
41 dnl parameters(name [, full name [, empty or error message]])
/php-src/ext/dom/lexbor/lexbor/css/
H A Dparser.h187 lexbor_str_t message; member
/php-src/ext/xml/tests/
H A Dbug30266.phpt9 Currently (Feb 10, 2005) CVS HEAD fails with the following message:
/php-src/ext/standard/tests/file/
H A D007_variation23.phpt28 …fopen($file, "xb"); //Opening the existing data file in 'xb' mode to check for the warning message
H A D007_variation24.phpt28 …pen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for the warning message
H A D007_variation7.phpt28 …= fopen($file, "x"); //Opening the existing data file in 'x' mode to check for the warning message
H A D007_variation8.phpt28 …fopen($file, "x+"); //Opening the existing data file in "x+" mode to check for the warning message
H A D007_variation15.phpt37 …fopen($file, "xt"); //Opening the existing data file in 'xt' mode to check for the warning message
H A D007_variation16.phpt28 …pen($file, "x+t"); //Opening the existing data file in "x+t" mode to check for the warning message

Completed in 69 milliseconds

12345678910>>...18