Home
last modified time | relevance | path

Searched refs:Error (Results 51 – 75 of 1647) sorted by relevance

12345678910>>...66

/php-src/ext/sqlite3/tests/
H A Dsqlite3_39_toggleExtended.phpt2 SQLite3 enable Extended Error Result Codes
14 echo "First Error Code: " . $db->lastErrorCode() . PHP_EOL;
18 echo "Second Error Code: " . $db->lastErrorCode() . PHP_EOL;
23 echo "Third (Extended) Error Code: " . $db->lastErrorCode() . PHP_EOL;
31 First Error Code: 0
35 Second Error Code: 19
39 Third (Extended) Error Code: 1555
H A Dsqlite3_20_error.phpt13 echo "Error Code: " . $db->lastErrorCode() . "\n";
14 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
24 Error Code: 1
25 Error Msg: no such table: non_existent_table
H A Dbug69972.phpt15 echo "Error Code: " . $db->lastErrorCode() . "\n";
16 echo "Error Msg: " . $db->lastErrorMsg() . "\n";
25 Error Code: 0
26 Error Msg:
/php-src/Zend/tests/
H A Dindirect_call_string_002.phpt25 } catch (Error $e) {
33 } catch (Error $e) {
41 } catch (Error $e) {
49 } catch (Error $e) {
57 } catch (Error $e) {
65 } catch (Error $e) {
73 } catch (Error $e) {
H A Drecord_errors_001.phpt2 Error recording in error handler
5 if (getenv('SKIP_PRELOAD')) die('skip Error handler not active during preloading');
10 echo "Error: $msg\n";
19 Error: Return type of DateTime@anonymous::getTimezone() should either be compatible with DateTime::…
H A Dbug70089.phpt10 } catch (Error $e) {
15 } catch (Error $e) {
21 } catch (Error $e) {
27 } catch (Error $e) {
H A Dbug74084.phpt11 } catch (Error $e) {
17 } catch (Error $e) {
23 } catch (Error $e) {
29 } catch (Error $e) {
H A Duncaught_exception_error_supression.phpt2 Error suppression should have no impact on uncaught exceptions
7 throw new Error('Example Exception');
14 Fatal error: Uncaught Error: Example Exception in %s:%d
H A D002.phpt15 } catch (\Error $e) {
20 } catch (\Error $e) {
28 } catch (\Error $e) {
33 } catch (\Error $e) {
41 } catch (\Error $e) {
46 } catch (\Error $e) {
51 } catch (\Error $e) {
78 } catch (\Error $e) {
83 } catch (\Error $e) {
92 } catch (\Error $e) {
/php-src/Zend/tests/enum/
H A Dno-write-properties.phpt17 } catch (Error $e) {
22 } catch (Error $e) {
29 } catch (Error $e) {
34 } catch (Error $e) {
39 } catch (Error $e) {
/php-src/ext/date/tests/
H A DDateTime_wakeup_exception.phpt20 } catch (\Error $e) {
27 Error: Invalid serialization data for DateTime object
28 Error: Invalid serialization data for DateTime object
29 Error: Invalid serialization data for DateTime object
30 Error: Invalid serialization data for DateTime object
33 Warning: unserialize(): Error at offset 109 of 122 bytes in %sDateTime_wakeup_exception.php on line…
/php-src/tests/classes/
H A Dtype_hinting_004.phpt16 } catch (Error $ex) {
21 } catch (Error $ex) {
26 } catch (Error $ex) {
31 } catch (Error $ex) {
36 } catch (Error $ex) {
41 } catch (Error $ex) {
65 } catch (Error $ex) {
70 } catch (Error $ex) {
75 } catch (Error $ex) {
80 } catch (Error $ex) {
[all …]
/php-src/ext/session/tests/user_session_module/
H A Dsessionhandler_open_001.phpt13 } catch (Error $exception) {
19 } catch (Error $exception) {
25 } catch (Error $exception) {
31 } catch (Error $exception) {
/php-src/ext/dom/tests/
H A Dproperty_write_errors.phpt19 } catch (Error $exception) {
25 } catch (Error $exception) {
33 } catch (Error $exception) {
39 } catch (Error $exception) {
45 } catch (Error $exception) {
H A Dbug44648.phpt41 Invalid Character Error
42 Invalid Character Error
43 Invalid Character Error
44 Namespace Error
/php-src/ext/phar/tests/
H A Dcreate_path_error.phpt24 echo "Error: $errmsg";
68 1:Error: file_put_contents(phar://%s//): Failed to open stream: phar error: file "" in phar "%s" ca…
69 2:Error: file_put_contents(phar://%s/.): Failed to open stream: phar error: file "" in phar "%s" ca…
70 3:Error: file_put_contents(phar://%s/../): Failed to open stream: phar error: file "" in phar "%s" …
71 4:Error: file_put_contents(phar://%s/a/..): Failed to open stream: phar error: file "" in phar "%s"…
76 9:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contain…
77 10:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
78 11:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
79 12:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
80 13:Error: file_put_contents(phar://%s): Failed to open stream: phar error: invalid path "%s" contai…
/php-src/ext/dom/tests/gh11830/
H A Dattribute_variation.phpt48 Hierarchy Request Error
49 Hierarchy Request Error
50 Hierarchy Request Error
51 Hierarchy Request Error
52 Hierarchy Request Error
H A Ddocument_variation.phpt44 Wrong Document Error
52 Wrong Document Error
60 Wrong Document Error
68 Wrong Document Error
76 Wrong Document Error
/php-src/ext/standard/tests/general_functions/
H A Dtype.phpt52 } catch (Error $e) {
163 Error: Cannot convert to resource type
172 Error: Cannot convert to resource type
174 Error: Cannot convert to resource type
183 Error: Cannot convert to resource type
185 Error: Cannot convert to resource type
187 Error: Cannot convert to resource type
189 Error: Cannot convert to resource type
191 Error: Cannot convert to resource type
193 Error: Cannot convert to resource type
[all …]
/php-src/ext/opcache/tests/jit/
H A Dassign_dim_005.phpt10 echo "Error: $msg\n";
19 Error: Undefined variable $c
20 Error: Undefined variable $c
/php-src/ext/standard/tests/serialize/
H A Dunserialize_large.phpt13 Warning: unserialize(): Error at offset 14 of 15 bytes in %s on line %d
16 Warning: unserialize(): Error at offset 2 of 20 bytes in %s on line %d
19 Warning: unserialize(): Error at offset 18 of 21 bytes in %s on line %d
24 Warning: unserialize(): Error at offset 20 of 21 bytes in %s on line %d
/php-src/ext/intl/tests/
H A Dcalendar_isEquivalentTo_error.phpt20 } catch (Error $ex) {
25 } catch (Error $ex) {
30 } catch (Error $ex) {
36 } catch (Error $ex) {
41 } catch (Error $ex) {
46 } catch (Error $ex) {
/php-src/ext/standard/tests/class_object/
H A Dis_subclass_of_variation_001.phpt11 echo "Error: $err_no - $err_msg\n";
84 Error: 2 - Undefined variable $undefined_var
85 Error: 2 - Undefined variable $unset_var
113 Error: 2 - Array to string conversion
117 Error: 2 - Array to string conversion
121 Error: 2 - Array to string conversion
125 Error: 2 - Array to string conversion
129 Error: 2 - Array to string conversion
H A Dis_subclass_of_variation_004.phpt11 echo "Error: $err_no - $err_msg\n";
84 Error: 2 - Undefined variable $undefined_var
85 Error: 2 - Undefined variable $unset_var
113 Error: 2 - Array to string conversion
117 Error: 2 - Array to string conversion
121 Error: 2 - Array to string conversion
125 Error: 2 - Array to string conversion
129 Error: 2 - Array to string conversion
/php-src/ext/sockets/tests/
H A Dsocket_sendrecvmsg_error.phpt2 Error during socket_sendmsg() or socket_recvmsg()
15 Warning: socket_sendmsg(): Error in sendmsg [%d]: %a in %s on line %d
17 Warning: socket_recvmsg(): Error in recvmsg [%d]: %a in %s on line %d

Completed in 26 milliseconds

12345678910>>...66