Home
last modified time | relevance | path

Searched refs:tokens (Results 1 – 25 of 40) sorted by path

12

/PHP-5.6/
H A DNEWS8788 - Fixed money_format() not to accept multiple %i or %n tokens.
/PHP-5.6/ext/filter/
H A Dlogical_filters.c784 int tokens, length, i, offset, exp_separator_set, exp_separator_len; in php_filter_validate_mac() local
801 tokens = 3; in php_filter_validate_mac()
806 tokens = 6; in php_filter_validate_mac()
811 tokens = 6; in php_filter_validate_mac()
826 for (i = 0; i < tokens; i++) { in php_filter_validate_mac()
829 if (i < tokens - 1 && input[offset + length] != separator) { in php_filter_validate_mac()
/PHP-5.6/ext/openssl/
H A Dxp_ssl.c98 float tokens; member
1031 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in limit_handshake_reneg()
1033 if (sslsock->reneg->tokens < 0) { in limit_handshake_reneg()
1034 sslsock->reneg->tokens = 0; in limit_handshake_reneg()
1036 ++sslsock->reneg->tokens; in limit_handshake_reneg()
1039 if (sslsock->reneg->tokens > sslsock->reneg->limit) { in limit_handshake_reneg()
1122 sslsock->reneg->tokens = 0; in init_server_reneg_limit()
/PHP-5.6/ext/pdo/
H A Dpdo_sql_parser.re177 …r(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens" TSRMLS_CC);
/PHP-5.6/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_emulated_placeholder_everywhere.phpt74 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
/PHP-5.6/ext/standard/tests/strings/
H A Dstrtok_basic.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dstrtok_error.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dstrtok_variation1.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dstrtok_variation2.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dstrtok_variation3.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dstrtok_variation4.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
H A Dstrtok_variation5.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
16 // defining arrays for input strings and tokens
H A Dstrtok_variation6.phpt2 Test strtok() function : usage variations - invalid escape sequences as tokens
6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
16 // defining arrays for input strings and tokens
H A Dstrtok_variation7.phpt6 …* Description: splits a string (str) into smaller strings (tokens), with each token being delimite…
/PHP-5.6/ext/tokenizer/tests/
H A Dbug54089.phpt16 $tokens = token_get_all($code);
17 var_dump($tokens);
20 foreach ($tokens as $t)
H A Dtoken_get_all_basic.phpt8 * Description : splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_error.phpt8 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_variation1.phpt8 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_variation10.phpt2 Test token_get_all() function : usage variations - with constant tokens
8 * Description: splits the given source into an array of PHP languange tokens
17 * bool const (no tokens specified) - T_UNKNOWN(307)
18 * null const (no tokens specified) - T_UNKNOWN(307)
H A Dtoken_get_all_variation11.phpt2 Test token_get_all() function : usage variations - with control structure tokens
24 echo "*** Testing token_get_all() : for control structure tokens ***\n";
27 echo "-- with if..elseif..else..tokens --\n";
43 echo "-- with while..., do..while, switch & continue tokens --\n";
56 echo "-- with for..foreach( as ) tokens --\n";
68 echo "-- with switch...case tokens --\n";
79 *** Testing token_get_all() : for control structure tokens ***
80 -- with if..elseif..else..tokens --
442 -- with while..., do..while, switch & continue tokens --
664 -- with for..foreach( as ) tokens --
[all …]
H A Dtoken_get_all_variation12.phpt8 * Description: splits the given source into an array of PHP language tokens
31 // parsing __CLASS__, __TRAIT__ and __FUNCTION__ tokens
44 // parsing __LINE__ and __METHOD__ tokens
H A Dtoken_get_all_variation13.phpt8 * Description: splits the given source into an array of PHP languange tokens
53 $tokens = token_get_all($source);
54 var_dump($tokens);
H A Dtoken_get_all_variation14.phpt14 * unknown tokens - T_UNKNOWN(307)
17 echo "*** Testing token_get_all() : with invalid/unknown tokens ***\n";
19 // with valid php tags and invalid tokens
20 echo "-- with valid PHP tags & invlid tokens --\n";
30 echo "-- with invlalid PHP open tag & valid tokens --\n";
35 // with invalid PHP tags and invalid tokens
36 echo "-- with invalid PHP tags and tokens --\n";
43 *** Testing token_get_all() : with invalid/unknown tokens ***
44 -- with valid PHP tags & invlid tokens --
257 -- with invlalid PHP open tag & valid tokens --
[all …]
H A Dtoken_get_all_variation15.phpt10 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_variation16.phpt8 * Description: splits the given source into an array of PHP languange tokens
53 $tokens = token_get_all($source);
54 var_dump($tokens);

Completed in 73 milliseconds

12