Searched refs:NUM (Results 1 – 6 of 6) sorted by relevance
/PHP-5.6/ext/mysqli/tests/ |
H A D | mysqli_fetch_field_flags.phpt | 35 MYSQLI_NUM_FLAG => 'NUM', 53 'INT DEFAULT NULL' => 'NUM', 54 'INT NOT NULL' => 'NOT_NULL NO_DEFAULT_VALUE NUM', 55 'INT NOT NULL DEFAULT 1' => 'NOT_NULL NUM', 56 'INT UNSIGNED DEFAULT NULL' => 'UNSIGNED NUM', 57 'INT UNSIGNED NOT NULL' => 'NOT_NULL UNSIGNED NO_DEFAULT_VALUE NUM', 58 'INT UNSIGNED NOT NULL DEFAULT 1' => 'NOT_NULL UNSIGNED NUM', 59 'INT UNSIGNED ZEROFILL DEFAULT NULL' => 'UNSIGNED ZEROFILL NUM', 79 'TINYINT UNIQUE' => 'UNIQUE_KEY NUM PART_KEY', 80 'SMALLINT UNIQUE' => 'UNIQUE_KEY NUM PART_KEY', [all …]
|
/PHP-5.6/Zend/tests/ |
H A D | bug61095.phpt | 2 Bug #61095 (Lexing 0x00*+<NUM> incorectly)
|
H A D | bug61225.phpt | 2 Bug #61225 (Lexing 0b0*+<NUM> incorectly)
|
/PHP-5.6/main/ |
H A D | spprintf.c | 162 #define NUM(c) (c - '0') macro 165 num = NUM(*str++); \ 168 num += NUM(*str++); \
|
H A D | snprintf.c | 541 #define NUM( c ) ( c - '0' ) macro 544 num = NUM( *str++ ) ; \ 548 num += NUM( *str++ ) ; \
|
/PHP-5.6/ |
H A D | NEWS | 4576 . Fixed bug #61225 (Incorrect lexing of 0b00*+<NUM>). (Pierrick) 4855 . Fixed bug #61095 (Incorect lexing of 0x00*+<NUM>). (Etienne) 5206 . Fixed bug #61095 (Incorect lexing of 0x00*+<NUM>). (Etienne)
|
Completed in 32 milliseconds