Home
last modified time | relevance | path

Searched refs:error (Results 351 – 375 of 3332) sorted by relevance

1...<<11121314151617181920>>...134

/php-src/ext/standard/tests/file/
H A Ddisk_total_space_error-win32.phpt2 Test disk_total_space() function : error conditions
12 echo "*** Testing error conditions ***\n";
30 *** Testing error conditions ***
H A Dlchown_error.phpt2 Test lchown() function : error functionality
11 echo "*** Testing lchown() : error functionality ***\n";
33 *** Testing lchown() : error functionality ***
/php-src/Zend/tests/
H A Dbug38779.phpt2 Bug #38779 (engine crashes when require()'ing file with syntax error through userspace stream wrapp…
36 Parse error: %s error%sin Loader://qqq.php on line %d
H A Dflexible-heredoc-error10.phpt2 Flexible heredoc syntax error 10: unindented variable interpolation (as first value)
13 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dgh10486.phpt2 Assertion error when attempting comp-time eval of dynamic class constant fetch
8 Fatal error: Uncaught Error: Class "y" not found in %s:%d
H A Dgh10486_2.phpt2 Assertion error when attempting constant eval of dynamic class constant fetch
8 Fatal error: Uncaught Error: Undefined constant "y" in %s:%d
H A Dbug43344_6.phpt2 Bug #43344.6 (Wrong error message for undefined namespace constant)
9 Fatal error: Uncaught Error: Undefined constant "Foo\bar" in %s:%d
H A Dns_094.phpt15 Parse error: syntax error, unexpected token "const", expecting "}" in %s on line %d
H A Dns_096.phpt10 Parse error: syntax error, unexpected fully qualified name "\Baz", expecting identifier or namespac…
H A Dthrowable_003.phpt2 Test user code implementing Throwable results in fatal error
10 Fatal error: Class Failure cannot implement interface Throwable, extend Exception or Error instead …
H A Dbug76439_2.phpt2 …9: Don't always strip leading whitespace from heredoc T_ENCAPSED_AND_WHITESPACE tokens (error case)
15 Parse error: Invalid body indentation level (expecting an indentation level of at least 1) in %s on…
H A Dbug32427.phpt12 echo "I am a silly error\n";
19 I am a silly error
/php-src/ext/ftp/tests/
H A Dftp_ssl_connect_error.phpt2 Test ftp_ssl_connect() function : error conditions
13 echo "*** Testing ftp_ssl_connect() function : error conditions ***\n";
27 *** Testing ftp_ssl_connect() function : error conditions ***
/php-src/ext/intl/formatter/
H A Dformatter_class.c70 UErrorCode error = U_ZERO_ERROR; in NumberFormatter_object_clone() local
71 FORMATTER_OBJECT(new_nfo) = unum_clone(FORMATTER_OBJECT(nfo), &error); in NumberFormatter_object_clone()
72 if (U_FAILURE(error)) { in NumberFormatter_object_clone()
/php-src/ext/intl/msgformat/
H A Dmsgformat_class.c68 UErrorCode error = U_ZERO_ERROR; in MessageFormatter_object_clone() local
69 MSG_FORMAT_OBJECT(new_mfo) = umsg_clone(MSG_FORMAT_OBJECT(mfo), &error); in MessageFormatter_object_clone()
71 if (U_FAILURE(error)) { in MessageFormatter_object_clone()
/php-src/ext/mysqli/tests/
H A Dmysqli_class_mysqli_stmt_interface.phpt94 printf("[001] [%d] %s\n", $stmt->errno, $stmt->error);
103 assert(mysqli_stmt_error($stmt) === $stmt->error);
104 printf("stmt->error = '%s'\n", $stmt->error);
107 var_dump("stmt->error = ", $stmt->error_list);
144 error
160 stmt->error = ''
161 string(14) "stmt->error = "
H A Dmysqli_last_insert_id.phpt21 printf("[003] [%d] %s\n", $link->errno, $link->error);
37 printf("[002] [%d] %s\n", $link->errno, $link->error);
51 printf("[006] [%d] %s\n", $link->errno, $link->error);
82 printf("[012] [%d] %s\n", $link->errno, $link->error);
97 printf("[016] [%d] %s\n", $link->errno, $link->error);
110 printf("[019] [%d] %s\n", $link->errno, $link->error);
118 printf("[021] [%d] %s\n", $link->errno, $link->error);
126 printf("[023] [%d] %s\n", $link->errno, $link->error);
135 printf("[024] [%d] %s\n", $link->errno, $link->error);
157 printf("[029] [%d] %s\n", $link->errno, $link->error);
[all …]
/php-src/ext/pgsql/tests/
H A D05large_object.phpt17 if (!$oid) echo ("pg_lo_create() error\n");
19 if (!$handle) echo ("pg_lo_open() error\n");
46 if (pg_last_error($db)) echo "pg_lo_read_all() error\n".pg_last_error();
52 pg_lo_unlink($db, $oid) or print("pg_lo_unlink() error 1\n");
58 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
59 pg_lo_unlink($oid) or print("pg_lo_unlink() error 2\n");
64 $oid = pg_lo_create ($db) or print("pg_lo_create() error\n");
65 pg_lo_unlink($db, (string)$oid) or print("pg_lo_unlink() error 3\n");
/php-src/tests/classes/
H A Dconstants_visibility_error_001.phpt2 Class private constant visibility error
13 Fatal error: Uncaught Error: Cannot access private constant A::privateConst in %s:6
H A Dconstants_visibility_error_002.phpt2 Class protected constant visibility error
13 Fatal error: Uncaught Error: Cannot access protected constant A::protectedConst in %s:6
/php-src/ext/spl/tests/
H A Dbug66127.phpt11 trigger_error('error');
14 trigger_error('error');
/php-src/ext/standard/tests/general_functions/
H A Dsleep_error.phpt2 Test sleep() function : error conditions
10 Fatal error: Uncaught ValueError: sleep(): Argument #1 ($seconds) must be greater than or equal to …
H A Dusleep_error.phpt2 Test usleep() function : error conditions
10 Fatal error: Uncaught ValueError: usleep(): Argument #1 ($microseconds) must be greater than or equ…
/php-src/ext/intl/dateformat/
H A Ddateformat_create.cpp124 goto error; in datefmt_ctor()
135 goto error; in datefmt_ctor()
147 goto error; in datefmt_ctor()
159 goto error; in datefmt_ctor()
178 goto error; in datefmt_ctor()
187 error: in datefmt_ctor()
/php-src/Zend/tests/traits/bugs/
H A Dinterfaces.phpt19 Parse error: syntax error, unexpected token "implements", expecting "{" in %s on line %d

Completed in 53 milliseconds

1...<<11121314151617181920>>...134