Home
last modified time | relevance | path

Searched refs:msg (Results 1 – 25 of 140) sorted by path

123456

/PHP-5.5/Zend/tests/
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
H A Dbug60569.phpt6 $msg = "Some error \x00 message";
7 throw new Exception($msg);
9 var_dump($e->getMessage(), $msg);
H A Dbug61767.phpt5 set_error_handler(function($code, $msg, $file = null, $line = null) {
6 echo "Error handler called ($msg)\n";
7 throw new \ErrorException($msg, $code, 0, $file, $line);
H A Dbug65322.phpt11 set_error_handler(function($_, $msg, $file) {
12 var_dump($msg, $file);
H A Dcatch_finally_003.phpt5 function dummy($msg) {
6 var_dump($msg);
H A Dcatch_finally_004.phpt6 function throw_exception($msg) {
7 throw new Exception($msg);
H A Dclass_alias_005.phpt7 static public function msg() {
19 foo::msg();
H A Derrmsg_045.phpt6 set_error_handler(function($_, $msg, $file) {
7 var_dump($msg, $file);
H A Dexception_before_fatal.phpt5 function exception_error_handler($code, $msg) {
6 throw new Exception($msg);
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
H A Dtry_catch_finally_004.phpt7 function dummy($msg) {
8 var_dump($msg);
/PHP-5.5/Zend/
H A Dzend_ini_parser.y167 static void ini_error(char *msg) in ini_error() argument
176 …error_buf_len = 128 + strlen(msg) + strlen(currently_parsed_filename); /* should be more than enou… in ini_error()
179 …sprintf(error_buf, "%s in %s on line %d\n", msg, currently_parsed_filename, zend_ini_scanner_get_l… in ini_error()
/PHP-5.5/ext/com_dotnet/
H A Dcom_com.c225 char *werr, *msg; in PHP_FUNCTION() local
232 efree(msg); in PHP_FUNCTION()
396 msg = NULL; in php_com_invoke_helper()
408 if (msg) { in php_com_invoke_helper()
410 efree(msg); in php_com_invoke_helper()
483 char *msg = NULL; in php_com_do_invoke_byref() local
488 efree(msg); in php_com_do_invoke_byref()
638 char *msg = NULL; in php_com_do_invoke() local
647 efree(msg); in php_com_do_invoke()
780 MSG msg; in PHP_FUNCTION() local
[all …]
H A Dcom_olechar.c63 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_string_to_olestring() local
66 "Could not convert string to unicode: `%s'", msg); in php_com_string_to_olestring()
68 LocalFree(msg); in php_com_string_to_olestring()
94 char *msg = php_win32_error_to_msg(GetLastError()); in php_com_olestring_to_string() local
97 "Could not convert string from unicode: `%s'", msg); in php_com_olestring_to_string()
99 LocalFree(msg); in php_com_olestring_to_string()
H A Dcom_variant.c452 char *werr, *msg; in PHP_FUNCTION() local
458 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
459 efree(msg); in PHP_FUNCTION()
1033 char *werr, *msg; in PHP_FUNCTION() local
1036 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1039 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
1040 efree(msg); in PHP_FUNCTION()
1067 char *werr, *msg; in PHP_FUNCTION() local
1070 spprintf(&msg, 0, "Variant type conversion failed: %s", werr); in PHP_FUNCTION()
1073 php_com_throw_exception(res, msg TSRMLS_CC); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/curl/
H A Dmulti.c285 add_assoc_long(return_value, "msg", tmp_msg->msg); in PHP_FUNCTION()
/PHP-5.5/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-5.5/ext/dba/
H A Ddba_db3.c38 static void php_dba_db3_errcall_fcn(const char *errpfx, char *msg) in php_dba_db3_errcall_fcn() argument
42 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db3_errcall_fcn()
H A Ddba_db4.c43 const char *errpfx, const char *msg) in php_dba_db4_errcall_fcn() argument
53 && (!strncmp(msg, "fop_read_meta", sizeof("fop_read_meta")-1) in php_dba_db4_errcall_fcn()
54 || !strncmp(msg, "BDB0004 fop_read_meta", sizeof("BDB0004 fop_read_meta")-1))) { in php_dba_db4_errcall_fcn()
60 php_error_docref(NULL TSRMLS_CC, E_NOTICE, "%s%s", errpfx?errpfx:"", msg); in php_dba_db4_errcall_fcn()
/PHP-5.5/ext/enchant/
H A Denchant.c401 char *msg; in PHP_FUNCTION() local
409 msg = enchant_broker_get_error(pbroker->pbroker); in PHP_FUNCTION()
410 if (msg) { in PHP_FUNCTION()
411 RETURN_STRING((char *)msg, 1); in PHP_FUNCTION()
901 char *msg; local
909 msg = enchant_dict_get_error(pdict->pdict);
910 if (msg) {
911 RETURN_STRING((char *)msg, 1);
/PHP-5.5/ext/exif/
H A Dtest.txt44 function message($msg) {
45 error_log($msg,0);
46 echo "$msg\n";
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c365 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
371 file_error(ms, 0, "zlib: %s", z.msg); in uncompressgzipped()
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic3183 # http://www.wx800.com/msg/download/irda/iMelody.pdf
18393 >8 short 5130 Network service msg file
18394 >8 short 5131 Network service msg file
18395 >8 short 5132 Async gateway login msg

Completed in 66 milliseconds

123456