/PHP-8.2/ext/oci8/tests/ |
H A D | bug42173.phpt | 2 Bug #42173 (TIMESTAMP and INTERVAL query and field functions) 20 c1 TIMESTAMP, 21 c2 TIMESTAMP (5), 22 c3 TIMESTAMP WITH TIME ZONE, 23 c4 TIMESTAMP (2) WITH TIME ZONE, 24 c5 TIMESTAMP WITH LOCAL TIME ZONE, 96 string(9) "TIMESTAMP" 105 string(9) "TIMESTAMP" 114 string(23) "TIMESTAMP WITH TIMEZONE" 123 string(23) "TIMESTAMP WITH TIMEZONE" [all …]
|
/PHP-8.2/ext/date/tests/ |
H A D | bug62896.phpt | 9 echo "FROM TIMESTAMP, NO TZ:\n"; 17 echo "FROM TIMESTAMP, WITH TZ:\n"; 35 FROM TIMESTAMP, NO TZ: 38 FROM TIMESTAMP, WITH TZ:
|
/PHP-8.2/ext/mysqli/tests/ |
H A D | 003.phpt | 32 From MySQL 4.1.0 on, TIMESTAMP display format differs from that of earlier MySQL releases: 35 In other words, for declarations such as TIMESTAMP(2), TIMESTAMP(4), and so on,
|
H A D | bug76386.phpt | 22 // test part 1 - TIMESTAMP(n)
|
H A D | bug_mysql_49406.phpt | 44 MYSQLI_TYPE_TIMESTAMP => "TIMESTAMP",
|
H A D | mysqli_fetch_field_types.phpt | 73 MYSQLI_TYPE_TIMESTAMP => array('TIMESTAMP', '2007-08-20 18:34:00'),
|
H A D | mysqli_fetch_field_flags.phpt | 31 MYSQLI_TIMESTAMP_FLAG => 'TIMESTAMP',
|
H A D | mysqli_fork.phpt | 68 msg_time TIMESTAMP,
|
H A D | mysqli_stmt_get_result_types.phpt | 190 func_mysqli_stmt_get_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
|
H A D | mysqli_fetch_array_oo.phpt | 203 func_mysqli_fetch_array($mysqli, $engine, "TIMESTAMP", $date, $date, 470);
|
H A D | mysqli_stmt_bind_result.phpt | 228 func_mysqli_stmt_bind_result($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 960);
|
H A D | mysqli_fetch_all.phpt | 215 …func_mysqli_fetch_all($link, $engine, "TIMESTAMP", @date('Y-m-d H:i:s'), @date('Y-m-d H:i:s'), 470…
|
H A D | mysqli_fetch_all_oo.phpt | 227 func_mysqli_fetch_all_oo($link, $engine, "TIMESTAMP", $datetime, $datetime, 470);
|
H A D | mysqli_fetch_array.phpt | 209 func_mysqli_fetch_array($link, $engine, "TIMESTAMP", $date, $date, 470);
|
H A D | mysqli_stmt_bind_param.phpt | 279 func_mysqli_stmt_bind_datatype($link, $engine, "s", "TIMESTAMP", @date('Y-m-d H:i:s'), 480);
|
/PHP-8.2/ext/pgsql/tests/ |
H A D | 80_bug42783.phpt | 19 pg_query($dbh, "CREATE TABLE php_test (id SERIAL PRIMARY KEY, time TIMESTAMP NOT NULL DEFAULT now()…
|
/PHP-8.2/ext/pdo_firebird/tests/ |
H A D | execute.phpt | 20 datetime TIMESTAMP DEFAULT '2000-02-12' NOT NULL)");
|
H A D | gh10908.phpt | 21 TS TIMESTAMP,
|
/PHP-8.2/ext/pdo_pgsql/tests/ |
H A D | bug62498-32bit.phpt | 22 …ingcol VARCHAR(255), boolcol BOOLEAN, datecol DATE, textcol TEXT, tscol TIMESTAMP, byteacol BYTEA)…
|
H A D | bug62498.phpt | 22 …ingcol VARCHAR(255), boolcol BOOLEAN, datecol DATE, textcol TEXT, tscol TIMESTAMP, byteacol BYTEA)…
|
/PHP-8.2/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_stmt_bindparam_types.phpt | 138 pdo_mysql_stmt_bindparam_types($db, 36, 'TIMESTAMP', '2008-04-23 16:44:53');
|
H A D | pdo_mysql_types.phpt | 137 test_type($db, 350, 'TIMESTAMP', '2008-05-06 21:09:00');
|
H A D | pdo_mysql_stmt_getcolumnmeta.phpt | 187 test_meta($db, 350, 'TIMESTAMP', '2008-03-23 14:38:00', 'TIMESTAMP', PDO::PARAM_STR);
|
/PHP-8.2/ext/pdo_mysql/ |
H A D | mysql_statement.c | 742 PDO_MYSQL_NATIVE_TYPE_NAME(TIMESTAMP) in type_to_name_native()
|
/PHP-8.2/build/ |
H A D | ltmain.sh | 47 TIMESTAMP=" (1.1220.2.492 2008/01/30 06:40:56)" 492 $PROGRAM (GNU $PACKAGE) $VERSION$TIMESTAMP 4978 Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP 5768 # Generated by $PROGRAM - GNU $PACKAGE $VERSION$TIMESTAMP
|