Searched refs:BREAK (Results 1 – 18 of 18) sorted by relevance
/PHP-8.0/ext/spl/tests/ |
H A D | iterator_034.phpt | 105 echo "===BREAK===\n"; 173 ===BREAK===
|
/PHP-8.0/sapi/cli/tests/ |
H A D | sapi_windows_set_ctrl_handler.phpt | 73 return "CTRL+BREAK";
|
/PHP-8.0/Zend/tests/grammar/ |
H A D | semi_reserved_005.phpt | 53 const BREAK = 'break'; 130 echo Obj::BREAK, PHP_EOL;
|
/PHP-8.0/ext/standard/tests/strings/ |
H A D | html_entity_decode_iso8859-5.phpt | 6 0x00A0 => array(0xA0, "NO-BREAK SPACE"), 118 NO-BREAK SPACE:   => a0
|
H A D | html_entity_decode_iso8859-15.phpt | 6 0x00A0 => array(0xA0, "NO-BREAK SPACE"), 118 NO-BREAK SPACE:   => a0
|
H A D | html_entity_decode_win1251.phpt | 38 0x00A0 => array(0xA0, "NO-BREAK SPACE"), 250 NO-BREAK SPACE:   => a0
|
H A D | html_entity_decode_macroman.phpt | 80 0x00A0 => array(0xCA, "NO-BREAK SPACE"), 379 NO-BREAK SPACE:   => ca
|
H A D | html_entity_decode_cp866.phpt | 133 0x00a0 => array(0xff, "NO-BREAK SPACE"), 531 NO-BREAK SPACE:   => ff
|
H A D | html_entity_decode_koi8-r.phpt | 32 0x00A0 => array(0x9A, "NO-BREAK SPACE"), 228 NO-BREAK SPACE:   => 9a
|
/PHP-8.0/ext/standard/html_tables/mappings/ |
H A D | CP1251.TXT | 179 0xA0 0x00A0 #NO-BREAK SPACE
|
H A D | 8859-5.TXT | 208 0xA0 0x00A0 # NO-BREAK SPACE
|
H A D | CP1252.TXT | 179 0xA0 0x00A0 #NO-BREAK SPACE
|
H A D | CP866.TXT | 273 0xff 0x00a0 #NO-BREAK SPACE
|
H A D | 8859-1.TXT | 208 0xA0 0x00A0 # NO-BREAK SPACE
|
H A D | 8859-15.TXT | 207 0xA0 0x00A0 # NO-BREAK SPACE
|
H A D | KOI8-R.TXT | 201 0x9A 0x00A0 # NO-BREAK SPACE
|
H A D | ROMAN.TXT | 317 0xCA 0x00A0 # NO-BREAK SPACE
|
/PHP-8.0/ext/pcre/pcre2lib/sljit/ |
H A D | sljitNativeMIPS_common.c | 151 #define BREAK (HI(0) | LO(13)) macro 1232 return push_inst(compiler, BREAK, UNMOVABLE_INS); in sljit_emit_op0()
|
Completed in 46 milliseconds