Home
last modified time | relevance | path

Searched refs:msg (Results 201 – 217 of 217) sorted by last modified time

123456789

/php-src/Zend/tests/
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 Dexception_with_by_ref_message.phpt8 public function __construct(&$msg) {
9 $this->message =& $msg;
13 $msg = 'Message';
14 throw new MyException($msg);
H A Dfalsetoarray_002.phpt5 set_error_handler(function($code, $msg) {
6 echo "Err: $msg\n";
H A Dfalsetoarray_003.phpt5 set_error_handler(function($code, $msg) {
6 echo "Err: $msg\n";
H A Ddynamic_prop_deprecation_002.phpt5 set_error_handler(function($code, $msg){
6 echo "Err: $msg\n";
H A Ddebug_backtrace_with_include_and_this.phpt21 set_error_handler(function($code, $msg, $file, $line) {
23 echo "ERR#$code: $msg @ ", $bt[1]['function'], "\n";
H A Dcompound_assign_failure.phpt23 set_error_handler(function($type, $msg) { throw new Exception($msg); });
H A Dcall_to_deprecated_function_args.phpt8 set_error_handler(function($code, $msg) {
9 throw new Error($msg);
H A Dclass_alias_005.phpt7 static public function msg() {
19 foo::msg();
H A Dbug70785.phpt6 set_error_handler(function($no, $msg) {
7 throw new Exception($msg);
H A Dbug65322.phpt11 set_error_handler(function($_, $msg, $file) {
12 var_dump($msg, $file);
H A Dbug60569.phpt6 $msg = "Some error \x00 message";
7 throw new Exception($msg);
9 var_dump($e->getMessage(), $msg);
H A Dbitwise_not_precision_exception.phpt5 set_error_handler(function($_, $msg) {
6 throw new Exception($msg);
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line)
H A Darray_offset_002.phpt5 set_error_handler(function($code, $msg) {
6 echo "Err: $msg\n";
H A Dassign_coalesce_002.phpt16 function do_throw($msg) {
17 throw new Exception($msg);

Completed in 26 milliseconds

123456789