Home
last modified time | relevance | path

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

12

/PHP-8.1/Zend/
H A Dzend_compile.c3796 const char *colon; in zend_compile_dynamic_call() local
3798 …if ((colon = zend_memrchr(ZSTR_VAL(str), ':', ZSTR_LEN(str))) != NULL && colon > ZSTR_VAL(str) && … in zend_compile_dynamic_call()
3799 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call()
3800 … zend_string *method = zend_string_init(colon + 1, ZSTR_LEN(str) - (colon - ZSTR_VAL(str)) - 1, 0); in zend_compile_dynamic_call()
/PHP-8.1/ext/standard/tests/strings/
H A Dhtml_entity_decode_html5.phpt822 ":",
2956 : => : 3a
H A Dhtmlentities_html5.phpt130 : U+0003A
/PHP-8.1/ext/standard/
H A Dvar_unserializer.re1353 php_error_docref(NULL, E_WARNING, "Invalid enum name '%.*s' (missing colon)", (int) len, str);
/PHP-8.1/ext/standard/html_tables/
H A Dents_html5.txt817 colon 0003A
/PHP-8.1/
H A DNEWS1830 . Fixed bug #77978 (Dirname ending in colon unzips to wrong dir). (cmb)
/PHP-8.1/ext/fileinfo/tests/
H A Dmagic14479 # ClamAV virus database files start with a 512 bytes colon separated header
24714 # full file name with path but without drive letter and colon stored from 0x05 til 0x52
33860 # start with colon or semicolon for comment line like Back2Life.cnt
34156 # look for colon in WinDirPath after PNF header
H A Dmagic私はガラスを食べられます14479 # ClamAV virus database files start with a 512 bytes colon separated header
24714 # full file name with path but without drive letter and colon stored from 0x05 til 0x52
33860 # start with colon or semicolon for comment line like Back2Life.cnt
34156 # look for colon in WinDirPath after PNF header

Completed in 210 milliseconds

12