Home
last modified time | relevance | path

Searched refs:tokens (Results 26 – 44 of 44) sorted by relevance

12

/PHP-7.2/ext/tokenizer/tests/
H A Dtoken_get_all_variation7.phpt8 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_variation5.phpt8 * Description: splits the given source into an array of PHP languange tokens
13 * Passing 'source' argument with different assignment operators to test them for tokens
H A Dtoken_get_all_variation6.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_variation9.phpt8 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_variation15.phpt10 * Description: splits the given source into an array of PHP languange tokens
H A Dtoken_get_all_variation8.phpt8 * Description: splits the given source into an array of PHP languange tokens
/PHP-7.2/ext/standard/tests/strings/
H A Dstrtok_variation4.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_variation7.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…
/PHP-7.2/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-7.2/ext/openssl/
H A Dxp_ssl.c122 float tokens; member
1062 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in php_openssl_limit_handshake_reneg()
1064 if (sslsock->reneg->tokens < 0) { in php_openssl_limit_handshake_reneg()
1065 sslsock->reneg->tokens = 0; in php_openssl_limit_handshake_reneg()
1067 ++sslsock->reneg->tokens; in php_openssl_limit_handshake_reneg()
1070 if (sslsock->reneg->tokens > sslsock->reneg->limit) { in php_openssl_limit_handshake_reneg()
1145 sslsock->reneg->tokens = 0; in php_openssl_init_server_reneg_limit()
/PHP-7.2/sapi/cli/
H A Dphp_http_parser.c116 static const char tokens[256] = { variable
241 #define TOKEN(c) tokens[(unsigned char)c]
/PHP-7.2/ext/pdo/
H A Dpdo_sql_parser.re181 …_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens");
/PHP-7.2/
H A Dphp.ini-development779 ; security tokens of the calling client. This allows IIS to define the
H A Dphp.ini-production781 ; security tokens of the calling client. This allows IIS to define the
/PHP-7.2/ext/sqlite3/libsqlite/
H A Dsqlite3.c148303 # error too many tokens in the grammar

Completed in 659 milliseconds

12