[ Index ] |
|
Code source de SPIP Agora 1.4 |
1 --TEST-- 2 DB_driver::error mapping 3 --INI-- 4 error_reporting = 2047 5 --SKIPIF-- 6 <?php chdir(dirname(__FILE__)); require_once './skipif.inc'; ?> 7 --FILE-- 8 <?php 9 require_once './mktable.inc'; 10 require_once '../errors.inc'; 11 ?> 12 --EXPECT-- 13 Trying to provoke DB_ERROR_NOSUCHTABLE 14 DB Error: no such table 15 Trying to provoke DB_ERROR_ALREADY_EXISTS for create table 16 DB Error: already exists 17 Trying to provoke DB_ERROR_NOSUCHTABLE 18 DB Error: no such table 19 Trying to provoke DB_ERROR_CONSTRAINT for primary key insert duplicate 20 DB Error: constraint violation 21 Trying to provoke DB_ERROR_CONSTRAINT for primary key update duplicate 22 DB Error: constraint violation 23 Trying to provoke DB_ERROR_CONSTRAINT for unique key insert duplicate 24 DB Error: constraint violation 25 Trying to provoke DB_ERROR_CONSTRAINT for unique key update duplicate 26 DB Error: constraint violation 27 Trying to provoke DB_ERROR_CONSTRAINT for foreign key on insert 28 DB Error: constraint violation 29 Trying to provoke DB_ERROR_CONSTRAINT for foreign key on delete 30 DB Error: constraint violation 31 Trying to provoke DB_ERROR_CONSTRAINT_NOT_NULL on insert 32 DB Error: null value violates not-null constraint 33 Trying to provoke DB_ERROR_CONSTRAINT_NOT_NULL on update 34 DB Error: null value violates not-null constraint 35 Trying to provoke DB_ERROR_DIVZERO 36 DB Error: division by zero 37 Trying to provoke DB_ERROR_INVALID_NUMBER 38 DB Error: invalid number 39 Trying to provoke DB_ERROR_NOSUCHFIELD 40 DB Error: no such field 41 Trying to provoke DB_ERROR_SYNTAX 42 DB Error: syntax error
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Sat Feb 24 14:40:03 2007 | par Balluche grâce à PHPXref 0.7 |