Home
last modified time | relevance | path

Searched refs:BREAK (Results 1 – 19 of 19) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Diterator_034.phpt105 echo "===BREAK===\n";
175 ===BREAK===
/PHP-7.4/sapi/cli/tests/
H A Dsapi_windows_set_ctrl_handler.phpt73 return "CTRL+BREAK";
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt53 const BREAK = 'break';
130 echo Obj::BREAK, PHP_EOL;
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_iso8859-5.phpt6 0x00A0 => array(0xA0, "NO-BREAK SPACE"),
117 NO-BREAK SPACE:   => a0
H A Dhtml_entity_decode_iso8859-15.phpt6 0x00A0 => array(0xA0, "NO-BREAK SPACE"),
117 NO-BREAK SPACE:   => a0
H A Dhtml_entity_decode_win1251.phpt38 0x00A0 => array(0xA0, "NO-BREAK SPACE"),
249 NO-BREAK SPACE:   => a0
H A Dhtml_entity_decode_macroman.phpt80 0x00A0 => array(0xCA, "NO-BREAK SPACE"),
378 NO-BREAK SPACE:   => ca
H A Dhtml_entity_decode_cp866.phpt133 0x00a0 => array(0xff, "NO-BREAK SPACE"),
530 NO-BREAK SPACE:   => ff
H A Dhtml_entity_decode_koi8-r.phpt32 0x00A0 => array(0x9A, "NO-BREAK SPACE"),
227 NO-BREAK SPACE:   => 9a
/PHP-7.4/ext/standard/html_tables/mappings/
H A DCP1251.TXT179 0xA0 0x00A0 #NO-BREAK SPACE
H A D8859-5.TXT208 0xA0 0x00A0 # NO-BREAK SPACE
H A DCP1252.TXT179 0xA0 0x00A0 #NO-BREAK SPACE
H A DCP866.TXT273 0xff 0x00a0 #NO-BREAK SPACE
H A D8859-1.TXT208 0xA0 0x00A0 # NO-BREAK SPACE
H A D8859-15.TXT207 0xA0 0x00A0 # NO-BREAK SPACE
H A DKOI8-R.TXT201 0x9A 0x00A0 # NO-BREAK SPACE
H A DROMAN.TXT317 0xCA 0x00A0 # NO-BREAK SPACE
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c151 #define BREAK (HI(0) | LO(13)) macro
1232 return push_inst(compiler, BREAK, UNMOVABLE_INS); in sljit_emit_op0()
/PHP-7.4/
H A DUPGRADING730 - CTRL+C and CTRL+BREAK on console can be caught by setting a handler function

Completed in 33 milliseconds