Home
last modified time | relevance | path

Searched refs:error_get_last (Results 1 – 17 of 17) sorted by relevance

/php-src/ext/standard/tests/general_functions/
H A Derror_get_last.phpt2 error_get_last() tests
6 var_dump(error_get_last());
8 var_dump(error_get_last(true));
12 var_dump(error_get_last());
16 var_dump(error_get_last());
22 error_get_last() expects exactly 0 arguments, 1 given
H A Derror_clear_last.phpt6 var_dump(error_get_last());
8 var_dump(error_get_last());
12 var_dump(error_get_last());
14 var_dump(error_get_last());
H A Dproc_open_sockets2.phpt22 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
33 throw new Error("Failed to write: " . (error_get_last()['message'] ?? 'N/A'));
H A Dproc_open_sockets3.phpt22 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
H A Dproc_open_sockets1.phpt45 throw new Error("Failed to read: " . (error_get_last()['message'] ?? 'N/A'));
/php-src/ext/standard/tests/filters/
H A Dgh13264.phpt25 $error = error_get_last();
28 var_dump(error_get_last());
/php-src/ext/soap/tests/bugs/
H A Dbug70469.phpt13 $error = error_get_last();
/php-src/Zend/tests/
H A Dbug54043.phpt15 var_dump(error_get_last());
H A Dbug61767.phpt12 print_r(error_get_last());
/php-src/ext/standard/tests/file/
H A Dfile_get_contents_file_put_contents_5gb.phpt55 var_dump(error_get_last());
64 var_dump(error_get_last());
/php-src/pear/
H A Dfetch.php72 $err = error_get_last();
/php-src/ext/zlib/tests/
H A Dbug67724.phpt14 or die(current(error_get_last()));
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_weak.phpt28 if ($e = error_get_last()) {
H A Dtype_checking_strict.phpt30 if ($e = error_get_last()) {
/php-src/ext/standard/
H A Dbasic_functions.c1405 PHP_FUNCTION(error_get_last) argument
H A Dbasic_functions.stub.php1995 function error_get_last(): ?array {} function
H A Dbasic_functions_arginfo.h2433 ZEND_FUNCTION(error_get_last);
3058 ZEND_FE(error_get_last, arginfo_error_get_last)

Completed in 46 milliseconds