Home
last modified time | relevance | path

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

123456789

/php-src/Zend/Optimizer/
H A Dzend_dump.c930 …ump_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const void *data) in zend_dump_op_array() argument
1005 if (msg) { in zend_dump_op_array()
1006 fprintf(stderr, " ; (%s)\n", msg); in zend_dump_op_array()
H A Dzend_dump.h36 …mp_op_array(const zend_op_array *op_array, uint32_t dump_flags, const char *msg, const void *data);
/php-src/Zend/tests/
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);
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 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 Dbug70785.phpt6 set_error_handler(function($no, $msg) {
7 throw new Exception($msg);
H A Dbug74164.phpt8 set_error_handler(function ($type, $msg) {
9 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 Dcompound_assign_failure.phpt23 set_error_handler(function($type, $msg) { throw new Exception($msg); });
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 Ddynamic_prop_deprecation_002.phpt5 set_error_handler(function($code, $msg){
6 echo "Err: $msg\n";
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 Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line) {
H A Doss_fuzz_61712.phpt7 function error($_, $msg) {
8 echo $msg, "\n";
/php-src/Zend/tests/float_to_int/
H A Dunion_int_string_type_arg_promote_exception.phpt8 set_error_handler(function($_, $msg) {
9 throw new Exception($msg);
/php-src/Zend/tests/generators/
H A Dgh11028_1.phpt13 function test($msg, $x) {
14 echo "yield $msg\n";

Completed in 31 milliseconds

123456789