Searched refs:S22 (Results 1 – 3 of 3) sorted by relevance
/PHP-7.3/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_prepare_native_clear_error.phpt | 78 Warning: PDOStatement::execute(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_c… 79 [003] Execute has failed, '42S22' array ( 80 0 => '42S22', 94 Warning: PDO::prepare(): SQLSTATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in…
|
/PHP-7.3/ext/mysqli/tests/ |
H A D | mysqli_sqlstate.phpt | 45 %s(5) "42S22"
|
/PHP-7.3/ext/hash/ |
H A D | hash_md.c | 213 #define S22 9 macro 380 GG(d, a, b, c, x[6], S22, 0xc040b340); /* 18 */ 384 GG(d, a, b, c, x[10], S22, 0x2441453); /* 22 */ 388 GG(d, a, b, c, x[14], S22, 0xc33707d6); /* 26 */ 392 GG(d, a, b, c, x[2], S22, 0xfcefa3f8); /* 30 */
|
Completed in 10 milliseconds