Home
last modified time | relevance | path

Searched refs:token (Results 201 – 225 of 226) sorted by relevance

12345678910

/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation2.phpt8 * Passing 'source' argument with different arithmetic operators to test them for token
H A Dtoken_get_all_variation12.phpt20 // parsing __FILE__ token
H A Dtoken_get_all_variation15.phpt8 …* Testing token_get_all() with heredoc 'source' string with all different types of token and hered…
H A Dtoken_get_all_variation8.phpt8 * Passing 'source' argument with different type casting operators to test them for token
H A Dtoken_get_all_variation10.phpt8 * Using different types of constants in 'source' string to check them for token
/php-src/Zend/
H A Dzend_globals.h387 zend_php_scanner_event event, int token, int line,
H A Dzend_compile.c846 static char *zend_modifier_token_to_string(uint32_t token) in zend_modifier_token_to_string() argument
848 switch (token) { in zend_modifier_token_to_string()
873 uint32_t zend_modifier_token_to_flag(zend_modifier_target target, uint32_t token) in zend_modifier_token_to_flag() argument
875 switch (token) { in zend_modifier_token_to_flag()
947 "Cannot use the %s modifier on a %s", zend_modifier_token_to_string(token), member); in zend_modifier_token_to_flag()
/php-src/ext/dom/
H A Dhtml5_parser.c68 const php_dom_ns_magic_token *token; member
162 current_lxml_ns->_private = (void *) ns.token; in lexbor_libxml2_bridge_convert()
H A Dnamespace_compat.c74 …mapper *mapper, xmlNsPtr *ptr, const char *uri, size_t length, const php_dom_ns_magic_token *token) in php_dom_libxml_ns_mapper_ensure_cached_ns() argument
82 (*ptr)->_private = (void *) token; in php_dom_libxml_ns_mapper_ensure_cached_ns()
H A Dphp_dom.stub.php2113 public function contains(string $token): bool {} argument
2116 public function toggle(string $token, ?bool $force = null): bool {} argument
2117 public function replace(string $token, string $newToken): bool {} argument
2118 public function supports(string $token): bool {} argument
H A Dconfig.m443 $LEXBOR_DIR/css/syntax/token.c
148 $LEXBOR_DIR/html/token.c
H A Dphp_dom_arginfo.h1070 ZEND_ARG_TYPE_INFO(0, token, IS_STRING, 0)
1080 ZEND_ARG_TYPE_INFO(0, token, IS_STRING, 0)
1085 ZEND_ARG_TYPE_INFO(0, token, IS_STRING, 0)
/php-src/ext/phar/
H A Dphar.c1630 static const char token[] = "__HALT_COMPILER();"; in phar_open_from_fp() local
1637 …char buffer[1024 + sizeof(token)]; /* a 1024 byte window + the size of the halt_compiler token (mo… in phar_open_from_fp()
1638 const zend_long readsize = sizeof(buffer) - sizeof(token); in phar_open_from_fp()
1639 const zend_long tokenlen = sizeof(token) - 1; in phar_open_from_fp()
1653 memset(buffer, 32, sizeof(token)); in phar_open_from_fp()
1787 …if (got > 0 && (pos = phar_strnstr(buffer, got + sizeof(token), token, sizeof(token)-1)) != NULL) { in phar_open_from_fp()
/php-src/sapi/fpm/fpm/
H A Dfpm_conf.c183 char *token; in fpm_conf_expand_pool_name() local
189 while (*value && (token = strstr(*value, "$pool"))) { in fpm_conf_expand_pool_name()
191 char *p2 = token + strlen("$pool"); in fpm_conf_expand_pool_name()
199 token[0] = '\0'; in fpm_conf_expand_pool_name()
/php-src/ext/mbstring/
H A Dmbstring.c4276 char *token = NULL; in _php_mbstr_parse_mail_headers() local
4303 if(token && token_pos > 0) { in _php_mbstr_parse_mail_headers()
4304 fld_name = zend_string_init(token, token_pos, 0); in _php_mbstr_parse_mail_headers()
4352 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4359 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4369 if(token && token_pos > 0) { in _php_mbstr_parse_mail_headers()
4370 fld_val = zend_string_init(token, token_pos, 0); in _php_mbstr_parse_mail_headers()
4384 token = (char*)ps; in _php_mbstr_parse_mail_headers()
4410 token = ""; in _php_mbstr_parse_mail_headers()
4416 if(token && token_pos > 0) { in _php_mbstr_parse_mail_headers()
[all …]
/php-src/ext/standard/
H A Dstring.c1136 char *token; in PHP_FUNCTION() local
1172 token = ZSTR_VAL(tok); in PHP_FUNCTION()
1173 token_end = token + ZSTR_LEN(tok); in PHP_FUNCTION()
1175 while (token < token_end) { in PHP_FUNCTION()
1176 STRTOK_TABLE(token++) = 1; in PHP_FUNCTION()
1207 token = ZSTR_VAL(tok); in PHP_FUNCTION()
1208 while (token < token_end) { in PHP_FUNCTION()
1209 STRTOK_TABLE(token++) = 0; in PHP_FUNCTION()
H A Dbasic_functions.stub.php2360 function strtok(string $string, ?string $token = null): string|false {}
H A Dbasic_functions_arginfo.h860 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, token, IS_STRING, 1, "null")
/php-src/docs/source/introduction/
H A Dhigh-level-overview.rst43 integer constant representing the token, and a lexeme, the literal string used in the source code.
/php-src/
H A DCODING_STANDARDS.md31 * Low-level parser routines, that are tightly integrated with the token
/php-src/ext/mbstring/tests/data/
H A DJISX0212.txt31 # and needlessly. The token "<CJK>" is used for the
H A DSHIFTJIS.txt31 # and needlessly. The token "<CJK>" is used for the
H A DJISX0208.txt32 # and needlessly. The token "<CJK>" is used for the
H A DBIG5.txt68 # and needlessly. The token "<CJK>" is used for the
/php-src/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます31526 >>>1 ubyte 0x01 token ring

Completed in 323 milliseconds

12345678910