Home
last modified time | relevance | path

Searched refs:pe (Results 1 – 20 of 20) sorted by path

/PHP-8.0/build/
H A Dconfig.sub1739 | cygwin* | msys* | pe* | moss* | proelf* | rtems* \
H A Dshtool1699 for pe in `IFS="$IFS/"; echo $namelist`; do
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic22198 # https://docs.microsoft.com/en-us/windows/win32/debug/pe-format
H A Dmagic私はガラスを食べられます22198 # https://docs.microsoft.com/en-us/windows/win32/debug/pe-format
/PHP-8.0/ext/hash/tests/
H A Dfnv1a32.phpt306 array( ':pe]c9t5o(L2n&Nv68lvDgW`bGX)fbz"Sa_8zTNk]z}L"LC8e10*ygk\\0Dfv', 'fef9aa77' ),
/PHP-8.0/ext/intl/
H A Dintl_error.c217 smart_str intl_parse_error_to_string( UParseError* pe ) in intl_parse_error_to_string() argument
224 assert( pe != NULL ); in intl_parse_error_to_string()
227 if( pe->line > 0 ) in intl_parse_error_to_string()
230 smart_str_append_long( &ret, (zend_long ) pe->line ); in intl_parse_error_to_string()
233 if( pe->offset >= 0 ) { in intl_parse_error_to_string()
240 smart_str_append_long( &ret, (zend_long ) pe->offset ); in intl_parse_error_to_string()
244 if (pe->preContext[0] != 0 ) { in intl_parse_error_to_string()
249 u8str = intl_convert_utf16_to_utf8(pe->preContext, -1, &status ); in intl_parse_error_to_string()
262 if( pe->postContext[0] != 0 ) in intl_parse_error_to_string()
268 u8str = intl_convert_utf16_to_utf8(pe->postContext, -1, &status ); in intl_parse_error_to_string()
H A Dintl_error.h48 smart_str intl_parse_error_to_string( UParseError* pe );
/PHP-8.0/ext/intl/transliterator/
H A Dtransliterator.h25 smart_str transliterator_parse_error_to_string( UParseError* pe );
/PHP-8.0/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.c1693 pe->prevpos = pe->outdev.pos; in mime_header_encoder_block_collector()
1699 n = pe->outdev.pos - pe->linehead + pe->firstindent; in mime_header_encoder_block_collector()
1700 pe->outdev.pos = pe->prevpos; in mime_header_encoder_block_collector()
1707 mbfl_memory_device_strncat(&pe->outdev, pe->lwsp, pe->lwsplen); in mime_header_encoder_block_collector()
1708 pe->linehead = pe->outdev.pos; in mime_header_encoder_block_collector()
1765 n = pe->outdev.pos - pe->linehead + pe->tmpdev.pos + pe->firstindent; in mime_header_encoder_collector()
1768 pe->linehead = pe->outdev.pos; in mime_header_encoder_collector()
1777 n = pe->outdev.pos - pe->linehead + pe->encnamelen + pe->firstindent; in mime_header_encoder_collector()
1780 pe->linehead = pe->outdev.pos; in mime_header_encoder_collector()
1806 if ((pe->outdev.pos - pe->linehead + pe->tmpdev.pos + pe->firstindent) > 74) { in mime_header_encoder_result()
[all …]
H A Dmbfilter.h253 mime_header_encoder_delete(struct mime_header_encoder_data *pe);
256 mime_header_encoder_result(struct mime_header_encoder_data *pe, mbfl_string *result);
/PHP-8.0/ext/opcache/jit/dynasm/
H A Ddasm_x86.lua398 pe = 10, po = 11, nge = 12, ge = 13, ng = 14, g = 15,
/PHP-8.0/ext/standard/
H A Dbasic_functions.c173 if (!strncmp(*env, pe->key, pe->key_len) && (*env)[pe->key_len] == '=') { /* found it */ in php_putenv_destructor()
183 if (!strncmp(pe->key, "TZ", pe->key_len)) { in php_putenv_destructor()
189 efree(pe->key); in php_putenv_destructor()
190 efree(pe); in php_putenv_destructor()
835 putenv_entry pe; local
860 pe.key_len = strlen(pe.key);
873 zend_hash_str_del(&BG(putenv_ht), pe.key, pe.key_len);
878 if (!strncmp(*env, pe.key, pe.key_len) && (*env)[pe.key_len] == '=') { /* found it */
928 zend_hash_str_add_mem(&BG(putenv_ht), pe.key, pe.key_len, &pe, sizeof(putenv_entry));
930 if (!strncmp(pe.key, "TZ", pe.key_len)) {
[all …]
H A Dstring.c1262 char *pe; in PHP_FUNCTION() local
1289 pe = ZSTR_VAL(BG(strtok_string)) + BG(strtok_len); in PHP_FUNCTION()
1290 if (p >= pe) { in PHP_FUNCTION()
1304 if (++p >= pe) { in PHP_FUNCTION()
1312 while (++p < pe) { in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/strings/
H A Dchunk_split_variation12.phpt138 …'m sure it'll \work!ng \k esca"To check " in heredoc".I'm sure it'll \work!pe char 22"To check " i…
H A Dchunk_split_variation7.phpt63 string(69) "Testi????ng in????valid???? \k a????nd \m???? esca????pe ch????ar????"
H A Dstr_split_variation4.phpt171 string(5) "pe ch"
/PHP-8.0/ext/xmlwriter/
H A Dphp_xmlwriter.c854 zend_bool pe = 0; in PHP_FUNCTION() local
859 &name, &name_len, &content, &content_len, &pe, &pubid, &pubid_len, in PHP_FUNCTION()
868 …retval = xmlTextWriterWriteDTDEntity(ptr, pe, (xmlChar *)name, (xmlChar *)pubid, (xmlChar *)sysid,… in PHP_FUNCTION()
/PHP-8.0/sapi/apache2handler/
H A Dapache_config.c142 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.0/sapi/cli/
H A Dphp_http_parser.c263 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.0/win32/
H A Dglob.c251 const Char *pe, *pm, *pl; local
261 for (i = 0, pe = ++ptr; *pe; pe++)
262 if (*pe == LBRACKET) {
264 for (pm = pe++; *pe != RBRACKET && *pe != EOS; pe++)
266 if (*pe == EOS) {
271 pe = pm;
273 } else if (*pe == LBRACE)
275 else if (*pe == RBRACE) {
282 if (i != 0 || *pe == EOS) {
287 for (i = 0, pl = pm = ptr; pm <= pe; pm++) {
[all …]

Completed in 199 milliseconds