/PHP-8.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 1236 pe->prevpos = pe->outdev.pos; in mime_header_encoder_block_collector() 1242 n = pe->outdev.pos - pe->linehead + pe->firstindent; in mime_header_encoder_block_collector() 1243 pe->outdev.pos = pe->prevpos; in mime_header_encoder_block_collector() 1250 mbfl_memory_device_strncat(&pe->outdev, pe->lwsp, pe->lwsplen); in mime_header_encoder_block_collector() 1251 pe->linehead = pe->outdev.pos; in mime_header_encoder_block_collector() 1308 n = pe->outdev.pos - pe->linehead + pe->tmpdev.pos + pe->firstindent; in mime_header_encoder_collector() 1311 pe->linehead = pe->outdev.pos; in mime_header_encoder_collector() 1320 n = pe->outdev.pos - pe->linehead + pe->encnamelen + pe->firstindent; in mime_header_encoder_collector() 1323 pe->linehead = pe->outdev.pos; in mime_header_encoder_collector() 1349 if ((pe->outdev.pos - pe->linehead + pe->tmpdev.pos + pe->firstindent) > 74) { in mime_header_encoder_result() [all …]
|
H A D | mbfilter.h | 246 mime_header_encoder_delete(struct mime_header_encoder_data *pe); 249 mime_header_encoder_result(struct mime_header_encoder_data *pe, mbfl_string *result);
|
/PHP-8.2/ext/intl/ |
H A D | intl_error.c | 206 smart_str intl_parse_error_to_string( UParseError* pe ) in intl_parse_error_to_string() argument 213 assert( pe != NULL ); in intl_parse_error_to_string() 216 if( pe->line > 0 ) in intl_parse_error_to_string() 219 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string() 222 if( pe->offset >= 0 ) { in intl_parse_error_to_string() 229 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string() 233 if (pe->preContext[0] != 0 ) { in intl_parse_error_to_string() 238 u8str = intl_convert_utf16_to_utf8(pe->preContext, -1, &status ); in intl_parse_error_to_string() 251 if( pe->postContext[0] != 0 ) in intl_parse_error_to_string() 257 u8str = intl_convert_utf16_to_utf8(pe->postContext, -1, &status ); in intl_parse_error_to_string()
|
H A D | intl_error.h | 48 smart_str intl_parse_error_to_string( UParseError* pe );
|
/PHP-8.2/win32/ |
H A D | glob.c | 240 const Char *pe, *pm, *pl; in globexp2() local 250 for (i = 0, pe = ++ptr; *pe; pe++) in globexp2() 251 if (*pe == LBRACKET) { in globexp2() 253 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) in globexp2() 255 if (*pe == EOS) { in globexp2() 260 pe = pm; in globexp2() 262 } else if (*pe == LBRACE) in globexp2() 264 else if (*pe == RBRACE) { in globexp2() 271 if (i != 0 || *pe == EOS) { in globexp2() 276 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { in globexp2() [all …]
|
/PHP-8.2/ext/standard/ |
H A D | basic_functions.c | 164 if (pe->previous_value) { in php_putenv_destructor() 174 efree(pe->previous_value); in php_putenv_destructor() 188 if (!strncmp(*env, ZSTR_VAL(pe->key), ZSTR_LEN(pe->key)) in php_putenv_destructor() 204 free(pe->putenv_string); in php_putenv_destructor() 206 efree(pe); in php_putenv_destructor() 780 putenv_entry pe; local 809 pe.previous_value = NULL; 811 if (!strncmp(*env, ZSTR_VAL(pe.key), ZSTR_LEN(pe.key)) 841 free(pe.putenv_string); 862 zend_hash_add_mem(&BG(putenv_ht), pe.key, &pe, sizeof(putenv_entry)); [all …]
|
H A D | string.c | 1230 char *pe; in PHP_FUNCTION() local 1257 pe = ZSTR_VAL(BG(strtok_string)) + BG(strtok_len); in PHP_FUNCTION() 1258 if (p >= pe) { in PHP_FUNCTION() 1272 if (++p >= pe) { in PHP_FUNCTION() 1280 while (++p < pe) { in PHP_FUNCTION()
|
/PHP-8.2/sapi/apache2handler/ |
H A D | apache_config.c | 142 php_dir_entry *pe = (php_dir_entry*)Z_PTR_P(zv); in config_entry_ctor() local 145 memcpy(npe, pe, sizeof(php_dir_entry)); in config_entry_ctor() 183 php_dir_entry *pe; in get_php_config() local 185 if ((pe = zend_hash_str_find_ptr(&d->config, name, name_len)) != NULL) { in get_php_config() 186 return pe->value; in get_php_config()
|
/PHP-8.2/ext/intl/transliterator/ |
H A D | transliterator.h | 23 smart_str transliterator_parse_error_to_string( UParseError* pe );
|
/PHP-8.2/sapi/cli/ |
H A D | php_http_parser.c | 263 const char *p = data, *pe; in php_http_parser_execute() local 305 for (p=data, pe=data+len; p != pe; p++) { in php_http_parser_execute() 1383 assert(pe >= p); in php_http_parser_execute() 1385 to_read = MIN((size_t)(pe - p), (size_t)parser->content_length); in php_http_parser_execute() 1399 to_read = pe - p; in php_http_parser_execute() 1469 assert(pe >= p); in php_http_parser_execute() 1471 to_read = MIN((size_t)(pe - p), (size_t)(parser->content_length)); in php_http_parser_execute()
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | chunk_split_variation7.phpt | 63 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
|
H A D | str_split_variation4.phpt | 169 string(5) "pe ch"
|
H A D | chunk_split_variation12.phpt | 138 …'m sure it'll \work!ng \k esca"To check " in heredoc".I'm sure it'll \work!pe char 22"To check " i…
|
/PHP-8.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 857 bool pe = 0; in PHP_FUNCTION() local 862 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION() 871 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()
|
/PHP-8.2/ext/mbstring/tests/ |
H A D | mb_detect_encoding.phpt | 287 'Všude dobře, doma nejlépe.', 296 'Zakázané ovoce chutná nejlépe.',
|
/PHP-8.2/build/ |
H A D | config.sub | 1739 | cygwin* | msys* | pe* | moss* | proelf* | rtems* \
|
H A D | shtool | 1699 for pe in `IFS="$IFS/"; echo $namelist`; do
|
/PHP-8.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 306 array( ':pe]c9t5o(L2n&Nv68lvDgW`bGX)fbz"Sa_8zTNk]z}L"LC8e10*ygk\\0Dfv', 'fef9aa77' ),
|
/PHP-8.2/ext/opcache/jit/dynasm/ |
H A D | dasm_x86.lua | 398 pe = 10, po = 11, nge = 12, ge = 13, ng = 14, g = 15,
|
/PHP-8.2/ext/fileinfo/tests/ |
H A D | magic | 23158 # https://docs.microsoft.com/en-us/windows/win32/debug/pe-format
|
H A D | magic私はガラスを食べられます | 23158 # https://docs.microsoft.com/en-us/windows/win32/debug/pe-format
|