Home
last modified time | relevance | path

Searched refs:t (Results 1551 – 1568 of 1568) sorted by relevance

1...<<616263

/PHP-5.5/ext/standard/tests/strings/
H A Dstrspn_variation12.phpt41 "felh\t\ ",
42 "fhel\t\i\100\xa"
/PHP-5.5/ext/date/lib/
H A Dparse_date.c753 t->is_localtime = 1; in timelib_parse_zone()
756 t->dst = 0; in timelib_parse_zone()
761 t->is_localtime = 1; in timelib_parse_zone()
764 t->dst = 0; in timelib_parse_zone()
772 t->is_localtime = 1; in timelib_parse_zone()
784 t->tz_info = res; in timelib_parse_zone()
785 t->zone_type = TIMELIB_ZONETYPE_ID; in timelib_parse_zone()
24718 int t; in timelib_strtotime() local
24771 t = scan(&in, tz_get_wrapper); in timelib_strtotime()
24773 printf("%d\n", t); in timelib_strtotime()
[all …]
/PHP-5.5/ext/intl/doc/
H A DTutorial.txt187 Specifying either L or U won't affect string comparison performance, but will affect the sort key
/PHP-5.5/ext/exif/
H A Dexif.c1012 int i, t; in exif_get_tagname() local
1015 for (i = 0; (t = tag_table[i].Tag) != TAG_END_OF_LIST; i++) { in exif_get_tagname()
1016 if (t == tag_num) { in exif_get_tagname()
/PHP-5.5/sapi/cli/
H A Dphp_cli_server.c81 # define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_get_client_stats.phpt720 // We don't really try to use federated, we just want to see if the syntax works
765 We don't test the NDB ones.
/PHP-5.5/
H A Dconfigure.in598 …e <netinet/in.h>], [struct sockaddr_in6 s; struct in6_addr t=in6addr_any; int i=AF_INET6; s; t.s6_…
/PHP-5.5/ext/soap/
H A Dsoap.c2917 HashTable *t = emalloc(sizeof(HashTable)); local
2918 zend_hash_init(t, 0, NULL, ZVAL_PTR_DTOR, 0);
2919 zend_hash_copy(t, soap_headers, (copy_ctor_func_t) zval_add_ref, NULL, sizeof(zval *));
2920 soap_headers = t;
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt225 <wddxPacket version='1.0'><header/><data><string>t</string></data></wddxPacket>
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd.c1349 #define php_select(m, r, w, e, t) select(m, r, w, e, t) argument
/PHP-5.5/ext/mbstring/
H A DREADME_PHP3-i18n-ja137 Don't forget to copy php3.ini-dist to desired location.
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput61514 *There are no Prepend characters, so we can't test Prepend, CR
1516 0+ There are no Prepend characters, so we can't test Prepend, CR
H A Dtestinput6867 *There are no Prepend characters, so we can't test Prepend, CR
H A Dgrepinput5 output of line numbers, and we don't want these to change.
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt2946 00 01 d a t e 00 ??
2948 00 04 m o n t h 00
3091 NULL, /* we didn't study the pattern */
3102 block. The pcre_study() function returns such a block (when it doesn't
4118 NULL, /* we didn't study the pattern */
4391 subject string is "abyz", the lack of "d" means that matching doesn't
5012 \t tab (hex 09)
6117 / ( a ) (?| x ( y ) z | (p (q) r) | (t) u (v) ) ( z ) /x
7705 \t tab (hex 09)
8587 (2) Why don't we simply allocate blocks of memory with malloc()?
[all …]
/PHP-5.5/ext/pcre/pcrelib/
H A DNEWS538 pattern is now set to NULL, which means that you don't need to do anything
H A DREADME739 the "locale" command. If that command fails, or if it doesn't include "fr_FR"
/PHP-5.5/ext/standard/tests/misc/
H A Dbrowscap.ini1626 [Mozilla/4.0 (compatible; MSIE 4.01; Vonna.com b o t)]

Completed in 283 milliseconds

1...<<616263