Home
last modified time | relevance | path

Searched refs:token (Results 26 – 47 of 47) sorted by relevance

12

/PHP-5.5/ext/date/tests/
H A Didate_variation1.phpt104 Warning: idate(): Unrecognized date format token. in %s on line %d
107 Warning: idate(): Unrecognized date format token. in %s on line %d
112 Warning: idate(): Unrecognized date format token. in %s on line %d
115 Warning: idate(): Unrecognized date format token. in %s on line %d
224 Warning: idate(): Unrecognized date format token. in %s on line %d
227 Warning: idate(): Unrecognized date format token. in %s on line %d
240 Warning: idate(): Unrecognized date format token. in %s on line %d
243 Warning: idate(): Unrecognized date format token. in %s on line %d
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation14.phpt2 Test token_get_all() function : usage variations - invalid token values
13 * Testing token_get_all() with 'source' string containing invalid/unknown token value
29 // with invalid open tag for testing entire source to be unknown token
H A Dtoken_get_all_variation7.phpt13 * Passing 'source' argument with different increment/decrement operators to test them for token
H A Dtoken_get_all_variation6.phpt13 * Passing 'source' argument with different bitwise operators to test them for token
H A Dtoken_get_all_variation2.phpt13 * Passing 'source' argument with different arithmetic operators to test them for token
H A Dtoken_get_all_variation12.phpt24 // parsing __FILE__ token
H A Dtoken_get_all_variation10.phpt13 * Using different types of constants in 'source' string to check them for token
H A Dtoken_get_all_variation15.phpt15 …* Testing token_get_all() with heredoc 'source' string with all different types of token and hered…
H A Dtoken_get_all_variation8.phpt13 * Passing 'source' argument with different type casting operators to test them for token
/PHP-5.5/ext/standard/tests/strings/
H A Dmoneyformat.phpt22 Warning: money_format(): Only a single %ci or %cn token can be used in %s on line %d
/PHP-5.5/ext/soap/tests/schema/
H A Dschema009.phpt10 <list itemType="token"/>
H A Dschema010.phpt10 <list itemType="token"/>
/PHP-5.5/ext/mbstring/
H A Dmbstring.c3821 if (token.a > 0) { \
3824 token.len++; \
3930 token.len = 0; in _php_mbstr_parse_mail_headers()
3931 token.a = 0; in _php_mbstr_parse_mail_headers()
3938 token.len = 0; in _php_mbstr_parse_mail_headers()
3939 token.a = 0; in _php_mbstr_parse_mail_headers()
3968 token.a = 0; in _php_mbstr_parse_mail_headers()
3993 token.c = ""; in _php_mbstr_parse_mail_headers()
3994 token.len = 0; in _php_mbstr_parse_mail_headers()
3995 token.a = 0; in _php_mbstr_parse_mail_headers()
[all …]
/PHP-5.5/ext/phar/
H A Dphar.c1564 const char token[] = "__HALT_COMPILER();"; local
1570 …char buffer[1024 + sizeof(token)]; /* a 1024 byte window + the size of the halt_compiler token (mo…
1571 const long readsize = sizeof(buffer) - sizeof(token);
1572 const long tokenlen = sizeof(token) - 1;
1586 memset(buffer, 32, sizeof(token));
1712 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) {
2107 char *token; local
2121 token = s;
2134 return token;
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_conf.c172 char *token; in fpm_conf_expand_pool_name() local
178 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
180 char *p2 = token + strlen("$pool"); in fpm_conf_expand_pool_name()
188 token[0] = '\0'; in fpm_conf_expand_pool_name()
/PHP-5.5/ext/standard/
H A Dstring.c1282 char *token; in PHP_FUNCTION() local
1314 token = tok; in PHP_FUNCTION()
1315 token_end = token + tok_len; in PHP_FUNCTION()
1317 while (token < token_end) { in PHP_FUNCTION()
1318 STRTOK_TABLE(token++) = 1; in PHP_FUNCTION()
1350 token = tok; in PHP_FUNCTION()
1352 while (token < token_end) { in PHP_FUNCTION()
1353 STRTOK_TABLE(token++) = 0; in PHP_FUNCTION()
H A Dbasic_functions.c2221 ZEND_ARG_INFO(0, token)
/PHP-5.5/ext/session/
H A Dsession.c300 zval **token; in php_session_create_id() local
307 …zend_hash_find(Z_ARRVAL_PP(array), "REMOTE_ADDR", sizeof("REMOTE_ADDR"), (void **) &token) == SUCC… in php_session_create_id()
308 Z_TYPE_PP(token) == IS_STRING in php_session_create_id()
310 remote_addr = Z_STRVAL_PP(token); in php_session_create_id()
/PHP-5.5/ext/pgsql/
H A Dpgsql.c6138 const char *token; local
6143 token = php_strtok_r(table_copy, ".", &tmp);
6144 if (token == NULL) {
6145 token = table;
6147 len = strlen(token);
6148 if (_php_pgsql_detect_identifier_escape(token, len) == SUCCESS) {
6149 smart_str_appendl(querystr, token, len);
6151 escaped = PGSQLescapeIdentifier(pg_link, token, len);
/PHP-5.5/
H A DCODING_STANDARDS29 - Low-level parser routines, that are tightly integrated with the token
H A DNEWS7690 - Fixed bug #40417 (Allow multiple instances of the same named PDO token in
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c76262 t = pProgram->token;
76306 pFrame->token = pProgram->token;
87272 int token;
87305 } while( token!=TK_LP && token!=TK_USING );
87394 int token;
87440 if( token==TK_DOT || token==TK_ON ){
87443 } while( dist!=2 || (token!=TK_WHEN && token!=TK_FOR && token!=TK_BEGIN) );
127758 token = tkSEMI;
127766 token = tkWS;
127778 token = tkWS;
[all …]

Completed in 422 milliseconds

12