Home
last modified time | relevance | path

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

12

/PHP-8.3/ext/standard/tests/strings/
H A Dget_html_translation_table_basic5.phpt642 [:] => :
H A Dhtml_entity_decode_html5.phpt822 ":",
2956 : => : 3a
H A Dhtmlentities_html5.phpt130 : U+0003A
/PHP-8.3/Zend/
H A Dzend_execute.c4672 const char *colon; in zend_init_dynamic_call_string() local
4674 if ((colon = zend_memrchr(ZSTR_VAL(function), ':', ZSTR_LEN(function))) != NULL && in zend_init_dynamic_call_string()
4675 colon > ZSTR_VAL(function) && in zend_init_dynamic_call_string()
4676 *(colon-1) == ':' in zend_init_dynamic_call_string()
4679 size_t cname_length = colon - ZSTR_VAL(function) - 1; in zend_init_dynamic_call_string()
H A Dzend_compile.c3934 const char *colon; in zend_compile_dynamic_call() local
3936 …if ((colon = zend_memrchr(ZSTR_VAL(str), ':', ZSTR_LEN(str))) != NULL && colon > ZSTR_VAL(str) && … in zend_compile_dynamic_call()
3937 zend_string *class = zend_string_init(ZSTR_VAL(str), colon - ZSTR_VAL(str) - 1, 0); in zend_compile_dynamic_call()
3938 … zend_string *method = zend_string_init(colon + 1, ZSTR_LEN(str) - (colon - ZSTR_VAL(str)) - 1, 0); in zend_compile_dynamic_call()
/PHP-8.3/ext/standard/
H A Dvar_unserializer.re1371 php_error_docref(NULL, E_WARNING, "Invalid enum name '%.*s' (missing colon)", (int) len, str);
/PHP-8.3/ext/standard/html_tables/
H A Dents_html5.txt817 colon 0003A
/PHP-8.3/ext/fileinfo/tests/
H A Dmagic15197 # often followed by colon (3Ah) and space (20h) and font name like: DarkGardenMK LetterGothic
15200 # some times instead of colon %%CreationDate: and "font name" later
15980 # ClamAV virus database files start with a 512 bytes colon separated header
28616 # full file name with path but without drive letter and colon stored from 0x05 til 0x52
39136 # start with colon or semicolon for comment line like Back2Life.cnt
39594 # look for colon in WinDirPath after PNF header
H A Dmagic私はガラスを食べられます15197 # often followed by colon (3Ah) and space (20h) and font name like: DarkGardenMK LetterGothic
15200 # some times instead of colon %%CreationDate: and "font name" later
15980 # ClamAV virus database files start with a 512 bytes colon separated header
28616 # full file name with path but without drive letter and colon stored from 0x05 til 0x52
39136 # start with colon or semicolon for comment line like Back2Life.cnt
39594 # look for colon in WinDirPath after PNF header

Completed in 250 milliseconds

12