Home
last modified time | relevance | path

Searched refs:colon (Results 26 – 32 of 32) sorted by relevance

12

/PHP-7.4/Zend/
H A Dzend_compile.c3184 const char *colon; in zend_compile_dynamic_call() local
3186 …if ((colon = zend_memrchr(ZSTR_VAL(str), ':', ZSTR_LEN(str))) != NULL && colon > ZSTR_VAL(str) && … in zend_compile_dynamic_call()
3187 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call()
3188 … zend_string *method = zend_string_init(colon + 1, ZSTR_LEN(str) - (colon - ZSTR_VAL(str)) - 1, 0); in zend_compile_dynamic_call()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt822 ":",
2956 : => : 3a
H A Dhtmlentities_html5.phpt130 : U+0003A
/PHP-7.4/ext/standard/html_tables/
H A Dents_html5.txt817 colon 0003A
/PHP-7.4/
H A DNEWS139 . Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). (cmb)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます13173 # ClamAV virus database files start with a 512 bytes colon separated header
21905 # full file name with path but without drive letter and colon stored from 0x05 til 0x52
28886 # start with colon or semicolon for comment line like Back2Life.cnt
H A Dmagic13173 # ClamAV virus database files start with a 512 bytes colon separated header
21905 # full file name with path but without drive letter and colon stored from 0x05 til 0x52
28886 # start with colon or semicolon for comment line like Back2Life.cnt

Completed in 146 milliseconds

12