Home
last modified time | relevance | path

Searched refs:semi (Results 1 – 25 of 26) sorted by relevance

12

/PHP-7.1/ext/standard/tests/strings/
H A Dhtmlentities22.phpt141 � CHANGED (�, �)
142  CHANGED (, )
145  CHANGED (, )
147 
 CHANGED (
, 
)
148  CHANGED (, )
149  CHANGED (, )
151  CHANGED (, )
152 € CHANGED (€, €)
153 Ÿ CHANGED (Ÿ, Ÿ)
228 � CHANGED (�, �)
[all …]
H A Dget_html_translation_table_basic6.phpt72 [;] => ;
H A Dget_html_translation_table_basic5.phpt1341 [;] => ;
H A Dhtml_entity_decode_html5.phpt1799 ";",
3933 ; => ; 3b
H A Dhtmlentities_html5.phpt131 ; U+0003B
/PHP-7.1/ext/pdo/
H A Dpdo.c196 int semi = -1; in php_pdo_parse_data_source() local
218 semi = -1; in php_pdo_parse_data_source()
222 semi = i++; in php_pdo_parse_data_source()
227 semi = i++; in php_pdo_parse_data_source()
238 if (semi == -1) { in php_pdo_parse_data_source()
239 semi = i; in php_pdo_parse_data_source()
252 parsed[j].optval = estrndup(data_source + valstart, semi - valstart - n_semicolumns); in php_pdo_parse_data_source()
254 int vlen = semi - valstart; in php_pdo_parse_data_source()
/PHP-7.1/main/streams/
H A Dmemory.c632 char *comma, *semi, *sep, *key; in php_stream_url_wrap_rfc2397() local
661 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
664 if (!semi && !sep) { in php_stream_url_wrap_rfc2397()
670 if (!semi) { /* there is only a mime type */ in php_stream_url_wrap_rfc2397()
673 } else if (sep && sep < semi) { /* there is a mime type */ in php_stream_url_wrap_rfc2397()
674 plen = semi - path; in php_stream_url_wrap_rfc2397()
678 …} else if (semi != path || mlen != sizeof(";base64")-1 || memcmp(path, ";base64", sizeof(";base64"… in php_stream_url_wrap_rfc2397()
684 while(semi && (semi == path)) { in php_stream_url_wrap_rfc2397()
688 semi = memchr(path, ';', mlen); in php_stream_url_wrap_rfc2397()
689 if (!sep || (semi && semi < sep)) { /* must be ';base64' or failure */ in php_stream_url_wrap_rfc2397()
[all …]
/PHP-7.1/ext/standard/tests/file/
H A Dbug51094.phpt2 Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
H A Dparse_ini_file.phpt13 ; Comment starts with semi-colon(;)
/PHP-7.1/Zend/tests/grammar/
H A Dregression_007.phpt2 Test to ensure semi reserved words allow deference
H A Dsemi_reserved_007.phpt2 Edge case: self::self, self::parent, parent::self semi reserved constants access
H A Dsemi_reserved_008.phpt2 Testing with comments around semi-reserved names (not intended to be legible)
H A Dsemi_reserved_006.phpt2 Test semi-reserved method and constant names and trait conflict resolution
H A Dsemi_reserved_003.phpt2 Test semi-reserved words as class properties
H A Dsemi_reserved_004.phpt2 Test semi-reserved words as static class properties
H A Dsemi_reserved_005.phpt2 Test semi-reserved words as class constants
H A Dsemi_reserved_001.phpt2 Test semi-reserved words as class methods
H A Dsemi_reserved_002.phpt2 Test semi-reserved words as static class methods
/PHP-7.1/
H A Dconfig.sub1562 arm*-semi)
H A DREADME.STREAMS295 STREAMS_DC, STREAMS_CC and the semi-private STREAMS_REL_CC macros for function
/PHP-7.1/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt11 ; Comment starts with semi-colon(;)
/PHP-7.1/ext/standard/html_tables/
H A Dents_html5.txt1794 semi 0003B
/PHP-7.1/ext/mbstring/oniguruma/
H A DHISTORY127 2007/03/02: [bug] invalid optimization for semi-end-buf in onig_search().
/PHP-7.1/ext/fileinfo/tests/
H A Dmagic9704 # semi-commonly used in embedded and handheld systems.
9892 # This entry is only semi-helpful, as Gnumeric compresses its files, so
9913 # This entry is only semi-helpful, as Gnumeric compresses its files, so
H A Dmagic私はガラスを食べられます9704 # semi-commonly used in embedded and handheld systems.
9892 # This entry is only semi-helpful, as Gnumeric compresses its files, so
9913 # This entry is only semi-helpful, as Gnumeric compresses its files, so

Completed in 1397 milliseconds

12