/PHP-7.2/ext/mbstring/libmbfl/mbfl/ |
H A D | mbfilter.c | 2097 pe->prevpos = pe->outdev.pos; in mime_header_encoder_block_collector() 2103 n = pe->outdev.pos - pe->linehead + pe->firstindent; in mime_header_encoder_block_collector() 2104 pe->outdev.pos = pe->prevpos; in mime_header_encoder_block_collector() 2111 mbfl_memory_device_strncat(&pe->outdev, pe->lwsp, pe->lwsplen); in mime_header_encoder_block_collector() 2112 pe->linehead = pe->outdev.pos; in mime_header_encoder_block_collector() 2169 n = pe->outdev.pos - pe->linehead + pe->tmpdev.pos + pe->firstindent; in mime_header_encoder_collector() 2172 pe->linehead = pe->outdev.pos; in mime_header_encoder_collector() 2181 n = pe->outdev.pos - pe->linehead + pe->encnamelen + pe->firstindent; in mime_header_encoder_collector() 2184 pe->linehead = pe->outdev.pos; in mime_header_encoder_collector() 2210 if ((pe->outdev.pos - pe->linehead + pe->tmpdev.pos) > 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_feed(int c, struct mime_header_encoder_data *pe); 252 mime_header_encoder_result(struct mime_header_encoder_data *pe, mbfl_string *result);
|
/PHP-7.2/ext/intl/ |
H A D | intl_error.c | 244 smart_str intl_parse_error_to_string( UParseError* pe ) in intl_parse_error_to_string() argument 251 assert( pe != NULL ); in intl_parse_error_to_string() 254 if( pe->line > 0 ) in intl_parse_error_to_string() 257 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string() 260 if( pe->offset >= 0 ) { in intl_parse_error_to_string() 267 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string() 271 if (pe->preContext[0] != 0 ) { in intl_parse_error_to_string() 276 u8str = intl_convert_utf16_to_utf8(pe->preContext, -1, &status ); in intl_parse_error_to_string() 289 if( pe->postContext[0] != 0 ) in intl_parse_error_to_string() 295 u8str = intl_convert_utf16_to_utf8(pe->postContext, -1, &status ); in intl_parse_error_to_string()
|
H A D | intl_error.h | 50 smart_str intl_parse_error_to_string( UParseError* pe );
|
/PHP-7.2/win32/ |
H A D | glob.c | 253 const Char *pe, *pm, *pl; local 263 for (i = 0, pe = ++ptr; *pe; pe++) 264 if (*pe == LBRACKET) { 266 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++) 268 if (*pe == EOS) { 273 pe = pm; 275 } else if (*pe == LBRACE) 277 else if (*pe == RBRACE) { 284 if (i != 0 || *pe == EOS) { 289 for (i = 0, pl = pm = ptr; pm <= pe; pm++) { [all …]
|
/PHP-7.2/sapi/apache2handler/ |
H A D | apache_config.c | 140 php_dir_entry *pe = (php_dir_entry*)Z_PTR_P(zv); in config_entry_ctor() local 143 memcpy(npe, pe, sizeof(php_dir_entry)); in config_entry_ctor() 181 php_dir_entry *pe; in get_php_config() local 183 if ((pe = zend_hash_str_find_ptr(&d->config, name, name_len)) != NULL) { in get_php_config() 184 return pe->value; in get_php_config()
|
/PHP-7.2/ext/intl/transliterator/ |
H A D | transliterator.h | 27 smart_str transliterator_parse_error_to_string( UParseError* pe );
|
/PHP-7.2/ext/standard/ |
H A D | basic_functions.c | 3470 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */ in php_putenv_destructor() 3480 if (!strncmp(pe->key, "TZ", pe->key_len)) { in php_putenv_destructor() 3486 efree(pe->key); in php_putenv_destructor() 3487 efree(pe); in php_putenv_destructor() 4136 putenv_entry pe; local 4161 pe.key_len = (int)strlen(pe.key); 4173 zend_hash_str_del(&BG(putenv_ht), pe.key, pe.key_len); 4178 if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') { /* found it */ 4227 zend_hash_str_add_mem(&BG(putenv_ht), pe.key, pe.key_len, &pe, sizeof(putenv_entry)); 4229 if (!strncmp(pe.key, "TZ", pe.key_len)) { [all …]
|
H A D | string.c | 1336 char *pe; in PHP_FUNCTION() local 1355 pe = BG(strtok_string) + BG(strtok_len); in PHP_FUNCTION() 1357 if (!p || p >= pe) { in PHP_FUNCTION() 1370 if (++p >= pe) { in PHP_FUNCTION() 1380 while (++p < pe) { in PHP_FUNCTION()
|
/PHP-7.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() 1378 assert(pe >= p); in php_http_parser_execute() 1380 to_read = MIN((size_t)(pe - p), (size_t)parser->content_length); in php_http_parser_execute() 1394 to_read = pe - p; in php_http_parser_execute() 1464 assert(pe >= p); in php_http_parser_execute() 1466 to_read = MIN((size_t)(pe - p), (size_t)(parser->content_length)); in php_http_parser_execute()
|
/PHP-7.2/ext/standard/tests/strings/ |
H A D | chunk_split_variation7.phpt | 69 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
|
H A D | str_split_variation4.phpt | 179 string(5) "pe ch"
|
H A D | chunk_split_variation12.phpt | 144 …'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-7.2/ext/xmlwriter/ |
H A D | php_xmlwriter.c | 1639 zend_bool pe = 0; in PHP_FUNCTION() local 1645 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION() 1652 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION() 1666 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()
|
/PHP-7.2/sapi/fpm/tests/ |
H A D | logtool.inc | 442 … '[08-Oct-2017 19:53:50] WARNING: [pool unconfined] child 23183 said into stderr: pe is closed',
|
/PHP-7.2/build/ |
H A D | shtool | 1699 for pe in `IFS="$IFS/"; echo $namelist`; do
|
/PHP-7.2/ext/hash/tests/ |
H A D | fnv1a32.phpt | 308 array( ':pe]c9t5o(L2n&Nv68lvDgW`bGX)fbz"Sa_8zTNk]z}L"LC8e10*ygk\\0Dfv', 'fef9aa77' ),
|