Home
last modified time | relevance | path

Searched refs:message (Results 426 – 434 of 434) sorted by path

1...<<1112131415161718

/php-src/tests/classes/
H A Dconstants_scope_001.phpt9 const INFO = "Informational message\n";
/php-src/tests/lang/
H A D018.phpt8 $message = "echo \"hey\n\";";
11 eval($message);
H A Dbug43958.phpt2 Bug #43958 (class name added into the error message)
H A Dsyntax_errors.phpt16 since the error message should refer to the starting line in those cases */
H A Dzend_throw_exception_001.phpt2 zend_throw_exception with NULL message
/php-src/tests/output/
H A Dbug70970.phpt5 function exception_error_handler($severity, $message, $file, $line)
7 throw new Exception($message, 0);
H A Dbug75236.phpt2 Bug #75236: infinite loop when printing an error-message
H A Dob_018.phpt2 output buffering - error message nirvana bug #37714
/php-src/win32/
H A Dwsyslog.c81 void syslog(int priority, const char *message, ...) in syslog() argument
85 va_start(args, message); /* initialize vararg mechanism */ in syslog()
86 vsyslog(priority, message, args); in syslog()
90 void vsyslog(int priority, const char *message, va_list args) in vsyslog() argument
116 vspprintf(&tmp, 0, message, args); /* build message */ in vsyslog()

Completed in 95 milliseconds

1...<<1112131415161718