Home
last modified time | relevance | path

Searched refs:msg (Results 126 – 150 of 182) sorted by relevance

12345678

/PHP-7.2/ext/date/tests/
H A DDateTimeZone_construct_variation1.phpt101 $msg = $e->getMessage();
102 echo "FAILED: " . $msg . "\n";
H A DDateTime_construct_variation1.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
113 $msg = $e->getMessage();
114 echo "FAILED: " . $msg . "\n";
H A DDateTime_construct_variation2.phpt106 $msg = $e->getMessage();
107 echo "FAILED: " . $msg . "\n";
/PHP-7.2/sapi/fpm/tests/
H A Dlogtool.inc397 * @param string $msg
400 private function error(string $msg)
402 $this->error = $msg;
403 echo "ERROR: $msg\n";
H A Dtester.inc955 * @param string|null $msg
957 private function message($msg)
959 if ($msg !== null) {
960 echo "$msg\n";
965 * @param string $msg
968 private function error($msg, \Exception $exception = null)
970 $this->error = 'ERROR: ' . $msg;
/PHP-7.2/ext/imap/tests/
H A Dimap_fetchbody_error.phpt25 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetch_overview_variation5.phpt16 * Pass different sequences/msg numbers as $msg_no argument to test behaviour
H A Dimap_fetchbody_variation3.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
H A Dimap_fetchbody_variation2.phpt24 $stream_id = setup_test_mailbox('', 1); // set up temp mailbox with 1 simple msg
/PHP-7.2/Zend/
H A Dzend_execute.c1127 const char *msg = NULL; in zend_wrong_string_offset() local
1172 msg = "Cannot use string offset as an object"; in zend_wrong_string_offset()
1174 msg = "Cannot use string offset as an array"; in zend_wrong_string_offset()
1187 msg = "Cannot increment/decrement string offsets"; in zend_wrong_string_offset()
1194 msg = "Cannot use string offset as an array"; in zend_wrong_string_offset()
1201 msg = "Cannot use string offset as an object"; in zend_wrong_string_offset()
1211 msg = "Cannot return string offsets by reference"; in zend_wrong_string_offset()
1215 msg = "Cannot unset string offsets"; in zend_wrong_string_offset()
1218 msg = "Cannot yield string offsets by reference"; in zend_wrong_string_offset()
1240 ZEND_ASSERT(msg != NULL); in zend_wrong_string_offset()
[all …]
/PHP-7.2/main/streams/
H A Dstreams.c154 char *msg; in php_stream_display_wrapper_errors() local
184 msg = emalloc(l + 1); in php_stream_display_wrapper_errors()
185 msg[0] = '\0'; in php_stream_display_wrapper_errors()
189 strcat(msg, *err_buf_p); in php_stream_display_wrapper_errors()
191 strcat(msg, br); in php_stream_display_wrapper_errors()
198 msg = strerror(errno); /* TODO: not ts on linux */ in php_stream_display_wrapper_errors()
200 msg = "operation failed"; in php_stream_display_wrapper_errors()
204 msg = "no suitable wrapper could be found"; in php_stream_display_wrapper_errors()
208 php_error_docref1(NULL, tmp, E_WARNING, "%s: %s", caption, msg); in php_stream_display_wrapper_errors()
211 efree(msg); in php_stream_display_wrapper_errors()
/PHP-7.2/sapi/phpdbg/
H A Dphpdbg_cmd.h157 PHPDBG_API void phpdbg_param_debug(const phpdbg_param_t *param, const char *msg);
H A Dphpdbg.h300 char *msg; member
H A Dphpdbg_parser.c95 static int yyerror(const char *msg);
1928 static int yyerror(const char *msg) { in yyerror() argument
1929 phpdbg_error("command", "type=\"parseerror\" msg=\"%s\"", "Parse Error: %s", msg); in yyerror()
/PHP-7.2/ext/standard/tests/file/
H A D007_variation15.phpt20 checking for the warning msg when trying to open an existing file in "xt" mode,
H A D007_variation23.phpt20 checking for the warning msg when trying to open an existing file in "xb" mode,
H A D007_variation7.phpt20 checking for the warning msg when trying to open an existing file in "x" mode,
H A D007_variation8.phpt20 checking for the warning msg when trying to open an existing file in "x+" mode,
H A D007_variation16.phpt20 checking for the warning msg when trying to open an existing file in "x+t" mode,
H A D007_variation24.phpt20 checking for the warning msg when trying to open an existing file in "x+b" mode,
/PHP-7.2/win32/build/
H A Dphpize.js.in34 function ERROR(msg) argument
36 STDERR.WriteLine("ERROR: " + msg);
/PHP-7.2/ext/exif/
H A Dtest.txt44 function message($msg) {
45 error_log($msg,0);
46 echo "$msg\n";
/PHP-7.2/sapi/cli/
H A Dphp_cli.c1129 zval tmp, *msg, rv; in do_cli() local
1132 msg = zend_read_property(zend_ce_exception, &tmp, "message", sizeof("message")-1, 0, &rv); in do_cli()
1133 zend_printf("Exception: %s\n", Z_STRVAL_P(msg)); in do_cli()
/PHP-7.2/main/
H A Dnetwork.c109 const char *msg; in php_gai_strerror() member
130 for (i = 0; values[i].msg != NULL; i++) { in php_gai_strerror()
132 return (char *)values[i].msg; in php_gai_strerror()
/PHP-7.2/ext/pgsql/
H A Dpgsql.mak22 .SUFFIXES: .nlm .lib .obj .cpp .c .msg .mlc .mdb .xdc .d

Completed in 83 milliseconds

12345678