Home
last modified time | relevance | path

Searched refs:colon (Results 1 – 25 of 36) sorted by relevance

12

/php-src/Zend/tests/enum/
H A Dunserialize-missing-colon.phpt2 Enum unserialize with missing colon
14 Warning: unserialize(): Invalid enum name 'FooBar' (missing colon) in %s on line %d
/php-src/ext/json/tests/
H A Dfail001.phpt25 '{"Missing colon" null}',
26 '{"Double colon":: null}',
27 '{"Comma instead of colon", null}',
133 Testing: {"Missing colon" null}
138 Testing: {"Double colon":: null}
143 Testing: {"Comma instead of colon", null}
/php-src/Zend/tests/
H A Dindirect_call_string_002.phpt53 // Test string ending in single colon
61 // Test string beginning in single colon
69 // Test single colon
/php-src/Zend/
H A Dzend_constants.c401 const char *colon; in zend_get_constant_ex() local
412 if ((colon = zend_memrchr(name, ':', name_len)) && in zend_get_constant_ex()
413 colon > name && (*(colon - 1) == ':')) { in zend_get_constant_ex()
414 int class_name_len = colon - name - 1; in zend_get_constant_ex()
416 zend_string *constant_name = zend_string_init(colon + 1, const_name_len, 0); in zend_get_constant_ex()
426 if ((colon = zend_memrchr(name, '\\', name_len)) != NULL) { in zend_get_constant_ex()
428 int prefix_len = colon - name; in zend_get_constant_ex()
430 const char *constant_name = colon + 1; in zend_get_constant_ex()
/php-src/sapi/cgi/tests/
H A D011.phpt112 Warning: Header to delete may not contain colon. in %s on line 3
124 Warning: Header to delete may not contain colon. in %s on line 3
150 Warning: Header to delete may not contain colon. in %s on line 2
/php-src/ext/date/tests/
H A Dgmdate_variation10.phpt23 echo "\n-- Testing gmdate() function with Difference to GMT in hours using colon as separator forma…
51 -- Testing gmdate() function with Difference to GMT in hours using colon as separator format --
/php-src/ext/standard/tests/url/
H A Dbug69976.phpt2 Bug #69976 (Unable to parse "all" urls with colon char)
H A Dbug74780.phpt2 Bug #74780 parse_url() borks when query string contains colon
/php-src/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.phpt8 ; Comment starts with semi-colon(;)
/php-src/ext/standard/
H A Dnet.c89 char *colon = strchr(ZSTR_VAL(ret), '%'); in php_inet_ntop() local
90 if (colon) { *colon = 0; } in php_inet_ntop()
H A Durl_scanner_ex.re362 char *colon;
370 colon = strchr(ZSTR_VAL(host_tmp), ':');
371 if (colon) {
372 ZSTR_LEN(host_tmp) = colon - ZSTR_VAL(host_tmp);
/php-src/ext/dom/tests/modern/xml/
H A DElement_innerOuterHTML_reading_errors.phpt70 $container->append($dom->createElement("with:colon"));
74 $container->append($dom->createElementNS("http://www.w3.org/2000/xmlns/", "xmlns:colon"));
89 $element->setAttribute("with:colon", "value");
/php-src/main/
H A Dnetwork.c513 char *colon; local
530 colon = memchr(addr + 1, ']', addrlen-1);
531 if (!colon || colon[1] != ':') {
534 port = atoi(colon + 2);
537 colon = memchr(addr, ':', addrlen);
538 if (!colon) {
541 port = atoi(colon + 1);
544 tmp = estrndup(addr, colon - addr);
/php-src/ext/zip/tests/
H A Dbug77978.phpt2 Bug #77978 (Dirname ending in colon unzips to wrong dir)
/php-src/ext/pdo/
H A Dpdo_dbh.c307 char *colon; in php_pdo_internal_construct_driver() local
325 colon = strchr(data_source, ':'); in php_pdo_internal_construct_driver()
327 if (!colon) { in php_pdo_internal_construct_driver()
338 colon = strchr(data_source, ':'); in php_pdo_internal_construct_driver()
340 if (!colon) { in php_pdo_internal_construct_driver()
353 colon = strchr(data_source, ':'); in php_pdo_internal_construct_driver()
354 if (!colon) { in php_pdo_internal_construct_driver()
360 driver = pdo_find_driver(data_source, colon - data_source); in php_pdo_internal_construct_driver()
459 dbh->data_source_len = strlen(colon + 1); in php_pdo_internal_construct_driver()
460 dbh->data_source = (const char*)pestrdup(colon + 1, is_persistent); in php_pdo_internal_construct_driver()
/php-src/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt21 echo 'Cannot access privateInstance method statically with colon scheme'."\n";
81 echo 'Cannot access private static method statically with colon scheme'."\n";
198 Cannot access privateInstance method statically with colon scheme
203 Cannot access private static method statically with colon scheme
H A Dclosure_from_callable_basic.phpt16 echo 'Access public static function with colon scheme';
102 Access public static function with colon scheme OK
/php-src/ext/soap/tests/bugs/
H A Dbug61525.phpt2 Bug #61525 (SOAP functions require at least one space after HTTP header colon)
/php-src/main/streams/
H A Dxp_socket.c620 char *colon; in parse_ip_address_ex() local
640 colon = memchr(str, ':', str_len - 1); in parse_ip_address_ex()
642 colon = NULL; in parse_ip_address_ex()
644 if (colon) { in parse_ip_address_ex()
645 *portno = atoi(colon + 1); in parse_ip_address_ex()
646 host = estrndup(str, colon - str); in parse_ip_address_ex()
/php-src/sapi/cli/tests/
H A Dbug78323.phpt17 // colon in flags
/php-src/ext/mbstring/tests/
H A Dmb_strtolower_basic.phpt45 // Apostrophe, full stop, colon, etc. are "case-ignorable"
H A Dmb_convert_case_various_mode.phpt31 // Apostrophe, full stop, colon, etc. are "case-ignorable"
/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic6.phpt71 [:] => :
/php-src/ext/standard/tests/general_functions/
H A Dparse_ini_string_001.phpt6 ; Comment starts with semi-colon(;)

Completed in 43 milliseconds

12