Home
last modified time | relevance | path

Searched refs:errno (Results 1 – 25 of 376) sorted by path

12345678910>>...16

/PHP-7.4/TSRM/
H A Dtsrm_win32.c367 errno = EACCES; in tsrm_win32_access()
368 return errno; in tsrm_win32_access()
/PHP-7.4/Zend/tests/arg_unpack/
H A Dstring_keys.phpt6 set_error_handler(function($errno, $errstr) {
/PHP-7.4/Zend/tests/
H A Dbug30998.phpt7 function my_error($errno, $errstr, $errfile, $errline)
9 print "$errstr ($errno) in $errfile:$errline\n";
H A Dbug33802.phpt16 function errorHandler($errno, $errstr, $errfile, $errline) {
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline, $vars) {
H A Dbug35437.phpt5 function err2exception($errno, $errstr)
H A Dbug41075.phpt6 function err($errno, $errstr, $errfile, $errline)
H A Dbug41209.phpt13 public static function errorHandler($errno, $errstr, $errfile, $errline)
15 throw new ErrorException($errstr, 0, $errno, $errfile, $errline);
H A Dbug45805.phpt7 public static function handleError($errno, $errstr, $errfile, $errline)
H A Dbug46106.phpt7 function foobar($errno, $errstr, $errfile, $errline) { }
H A Dbug46196.phpt19 function myErrorHandler($errno, $errstr, $errfile, $errline)
H A Dbug46241.phpt9 public function errorHandler1( $errno, $errstr )
15 public function errorHandler2( $errno, $errstr )
29 function errorHandler1( $errno, $errstr )
35 function errorHandler2( $errno, $errstr )
H A Dbug47981.phpt7 function errh($errno, $errstr) {
H A Dbug48004.phpt5 function error_handler($errno, $errstr, $errfile, $errline, $errcontext) {
H A Dbug54265.phpt5 function my_errorhandler($errno,$errormsg) {
H A Dbug60909_1.phpt6 set_error_handler(function($errno, $errstr, $errfile, $errline){
H A Dbug70689.phpt10 set_error_handler(function($errno, $errstr) {
H A Dbug73163.phpt9 set_error_handler(function($errno, $errstr) {
H A Dbug74408.phpt8 public function error_handler($errno, $errstr, $errfile, $errline) {
H A Dbug76025.phpt6 function handleError($errno, $errstr, $errfile, $errline) {
H A Dclosure_031.phpt5 function foo($errno, $errstr, $errfile, $errline) {
H A Dclosure_061.phpt78 set_error_handler(function($errno, $errstr) {
/PHP-7.4/Zend/tests/bug67436/
H A Dbug67436.phpt14 set_error_handler(function ($errno, $errstr, $errfile, $errline) {
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_basic.phpt10 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
11 echo "$errnames[$errno]: $errmsg on line $line\n";
H A Dscalar_return_basic.phpt12 set_error_handler(function (int $errno, string $errmsg, string $file, int $line) use ($errnames) {
13 echo "$errnames[$errno]: $errmsg on line $line\n";

Completed in 50 milliseconds

12345678910>>...16