Searched refs:FORMAT (Results 1 – 11 of 11) sorted by relevance
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_stmt_bind_result_format.phpt | 2 Playing with SELECT FORMAT(...) AS _format - see also bugs.php.net/42378 147 test_format($link, 'FORMAT(1.01, 0)', 'DUAL', null, '1', 10); 148 test_format($link, 'FORMAT(1.23, 1)', 'DUAL', null, '1.2', 20); 149 test_format($link, 'FORMAT(1.23, 2)', 'DUAL', null, '1.23', 30); 150 test_format($link, 'FORMAT(1234.567, 3)', 'DUAL', null, '1,234.567', 40); 152 test_format($link, 'FORMAT(1234.567, 4)', 'DUAL', null, '1,234.5670', 50); 158 test_format($link, 'FORMAT(id, 0)', 'test', null, '1', 60); 159 test_format($link, 'FORMAT(id + 0.1, 1)', 'test', null, '1.1', 70); 160 test_format($link, 'FORMAT(id + 0.01, 2)', 'test', null, '1.01', 80); 166 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 100); [all …]
|
H A D | bug42378.phpt | 2 Bug #42378 (bind_result memory exhaustion, SELECT column, FORMAT(...) AS _format) 164 test_format($link, 'FORMAT(col1, 0)', 'test', NULL, array(), 100); 169 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 120); 174 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 140); 179 test_format($link, 'id AS order_by_col, FORMAT(col1, 0)', 'test', 'id', $expected, 160); 190 FORMAT(col1, 0) 192 id AS order_by_col, FORMAT(col1, 0) 194 id AS order_by_col, FORMAT(col1, 0) 196 id AS order_by_col, FORMAT(col1, 0)
|
/PHP-5.6/sapi/phpdbg/tests/commands/ |
H A D | 0103_register.test | 4 # expect: TEST::FORMAT
|
H A D | 0104_clean.test | 4 # expect: TEST::FORMAT
|
H A D | 0106_compile.test | 4 # expect: TEST::FORMAT
|
H A D | 0101_info.test | 4 # expect: TEST::FORMAT
|
H A D | 0105_clear.test | 4 # expect: TEST::FORMAT
|
H A D | 0102_print.test | 4 # expect: TEST::FORMAT
|
/PHP-5.6/sapi/phpdbg/tests/ |
H A D | run-tests.php | 316 const FORMAT = 0x00001000; define in phpdbg\\testing\\Test 382 case 'FORMAT': { $this->expect = TEST::FORMAT; } break; 405 case TEST::FORMAT: 477 case TEST::FORMAT: {
|
/PHP-5.6/ |
H A D | README.EXT_SKEL | 65 FORMAT OF FUNCTION DEFINITIONS FILE
|
/PHP-5.6/ext/fileinfo/tests/ |
H A D | magic | 10082 # The only observed order in real core files is KERNEL, EXEC, FORMAT, PROC 10085 # Order 1: KERNEL, EXEC, FORMAT, PROC 10107 # Order 2: KERNEL, FORMAT, EXEC, PROC 10126 # Order 3: FORMAT, KERNEL, EXEC, PROC 10148 # Order 4: EXEC, KERNEL, FORMAT, PROC 10170 # Order 5: FORMAT, EXEC, KERNEL, PROC 10192 # Order 6: EXEC, FORMAT, KERNEL, PROC 14621 #>0 search/0xFFFF \r\n#FORMAT MSX Music Player K-kaz source MML file
|
Completed in 206 milliseconds