Home
last modified time | relevance | path

Searched refs:NUMERIC (Results 1 – 9 of 9) sorted by relevance

/PHP-8.2/ext/oci8/tests/
H A Dfield_funcs2.phpt20 "C08" => "NUMERIC(4,9)",
60 C08 NUMERIC(4,9): precision 4, scale 9
/PHP-8.2/ext/pdo_firebird/tests/
H A Dgh10908.phpt18 NUM NUMERIC(18, 3),
49 query_and_dump($dbh, "SELECT CAST(NUM AS NUMERIC(9, 3)) FROM gh10908"); // works fine
H A Dbug_64037.phpt16 $dbh->exec("CREATE TABLE PRICE (ID INTEGER NOT NULL, TEXT VARCHAR(10), COST NUMERIC(15, 2))");
/PHP-8.2/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam_types.phpt132 pdo_mysql_stmt_bindparam_types($db, 30, 'NUMERIC', -1000);
133 pdo_mysql_stmt_bindparam_types($db, 31, 'NUMERIC UNSIGNED', 1000);
134 pdo_mysql_stmt_bindparam_types($db, 32, 'NUMERIC ZEROFILL', '000000000000');
135 pdo_mysql_stmt_bindparam_types($db, 33, 'NUMERIC ZEROFILL UNSIGNED', '000000001000');
H A Dpdo_mysql_types_zerofill.phpt116 test_type($db, 220, 'NUMERIC ZEROFILL', -1, NULL, '/^[0]*0$/');
117 test_type($db, 230, 'NUMERIC ZEROFILL', 1, NULL, '/^[0]*1$/');
118 test_type($db, 240, 'NUMERIC UNSIGNED ZEROFILL', 1.01, NULL, '/^[0]*1$/');
H A Dpdo_mysql_types.phpt132 test_type($db, 290, 'NUMERIC', -1.01, '-1');
133 test_type($db, 300, 'NUMERIC UNSIGNED', 1.01, '1');
H A Dpdo_mysql_stmt_getcolumnmeta.phpt180 test_meta($db, 290, 'NUMERIC', -1.01, array('DECIMAL', 'NEWDECIMAL'), PDO::PARAM_STR);
181 test_meta($db, 300, 'NUMERIC UNSIGNED', 1.01, array('DECIMAL', 'NEWDECIMAL'), PDO::PARAM_STR);
182 test_meta($db, 310, 'NUMERIC ZEROFILL', 1.01, array('DECIMAL', 'NEWDECIMAL'), PDO::PARAM_STR);
183 …test_meta($db, 320, 'NUMERIC UNSIGNED ZEROFILL', 1.01, array('DECIMAL', 'NEWDECIMAL'), PDO::PARAM_…
/PHP-8.2/Zend/
H A Dzend_operators.c2400 #define NUMERIC 3 macro
2458 last = NUMERIC; in increment_string()
2473 case NUMERIC: in increment_string()
/PHP-8.2/
H A DNEWS1724 . Fixed bug GH-9971 (Incorrect NUMERIC value returned from PDO_Firebird).

Completed in 33 milliseconds