Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/standard/tests/strings/
H A Dstrtok_variation5.phpt11 // defining arrays for input strings and tokens
/PHP-8.0/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
H A Dpdo_mysql_prepare_emulated_anonymous.phpt68 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
H A Dpdo_mysql_prepare_native_named_placeholder.phpt85 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
H A Dpdo_mysql_prepare_emulated.phpt343 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
382 …nvalid parameter number: number of bound variables does not match number of tokens in %s on line %d
/PHP-8.0/ext/tokenizer/tests/
H A Dtoken_get_all_heredoc_nowdoc.phpt11 $tokens = token_get_all($code, $flags);
12 foreach ($tokens as $token) {
H A Dtoken_get_all_variation2.phpt9 * Arithmetic operators: +, -, *, /, % are not listed as specific operator tokens,
H A Dtoken_get_all_variation13.phpt48 $tokens = token_get_all($source);
49 var_dump($tokens);
H A Dtoken_get_all_variation3.phpt8 * Passing 'source' argument with different logical operators to test them for tokens
H A Dtoken_get_all_variation4.phpt8 * Passing 'source' argument with different comparison operators to test them for tokens
H A Dtoken_get_all_variation5.phpt8 * Passing 'source' argument with different assignment operators to test them for tokens
/PHP-8.0/ext/openssl/
H A Dxp_ssl.c142 float tokens; member
1086 sslsock->reneg->tokens -= (elapsed_time * (sslsock->reneg->limit / sslsock->reneg->window)); in php_openssl_limit_handshake_reneg()
1088 if (sslsock->reneg->tokens < 0) { in php_openssl_limit_handshake_reneg()
1089 sslsock->reneg->tokens = 0; in php_openssl_limit_handshake_reneg()
1091 ++sslsock->reneg->tokens; in php_openssl_limit_handshake_reneg()
1094 if (sslsock->reneg->tokens > sslsock->reneg->limit) { in php_openssl_limit_handshake_reneg()
1167 sslsock->reneg->tokens = 0; in php_openssl_init_server_reneg_limit()
/PHP-8.0/sapi/cli/
H A Dphp_http_parser.c116 static const char tokens[256] = { variable
241 #define TOKEN(c) tokens[(unsigned char)c]
/PHP-8.0/ext/pdo/
H A Dpdo_sql_parser.re169 …_impl_error(stmt->dbh, stmt, "HY093", "number of bound variables does not match number of tokens");
/PHP-8.0/
H A DUPGRADING657 . T_COMMENT tokens will no longer include a trailing newline. The newline will
663 tokens. T_NS_SEPARATOR is only used for standalone namespace separators,
H A Dphp.ini-development812 ; security tokens of the calling client. This allows IIS to define the
H A Dphp.ini-production814 ; security tokens of the calling client. This allows IIS to define the

Completed in 63 milliseconds

12