Home
last modified time | relevance | path

Searched refs:entry (Results 126 – 150 of 245) sorted by relevance

12345678910

/PHP-8.3/ext/phar/tests/
H A Dbug71331.phpt11 …xception: phar error: "%s%ebug71331.tar" is a corrupted tar file (invalid entry size) in %s%ebug71…
H A Dbug69453.phpt2 Phar: bug #69453: Memory Corruption in phar_parse_tarfile when entry filename starts with null
H A Dpharfileinfo_compression.phpt80 Phar entry is a directory, cannot set compression
88 Phar entry is a directory, cannot set compression
H A Dphar_oo_003.phpt2 Phar object: entry & openFile()
/PHP-8.3/Zend/tests/weakrefs/
H A Dgh10043-014.phpt2 Self-referencing map entry GC - 014
H A Dgh10043-006.phpt2 Self-referencing map entry GC - 006
H A Dgh10043-012.phpt2 Self-referencing map entry GC - 012
H A Dgh10043-001.phpt2 Self-referencing map entry GC - 001
H A Dgh10043-002.phpt2 Self-referencing map entry GC - 002
H A Dgh10043-005.phpt2 Self-referencing map entry GC - 005
H A Dgh10043-003.phpt2 Self-referencing map entry GC - 003
H A Dgh10043-004.phpt2 Self-referencing map entry GC - 004
/PHP-8.3/ext/mbstring/
H A Dmbstring.c317 entry = list; in php_mb_parse_encoding_list()
360 *entry++ = encoding; in php_mb_parse_encoding_list()
1382 entry++; in PHP_FUNCTION()
2707 ZEND_ASSERT(entry); in php_mb_convert_encoding_recursive()
2738 entry = Z_REFVAL_P(entry); in php_mb_convert_encoding_recursive()
3442 zval *entry; in mb_recursive_count_strings() local
3474 zval *entry; in mb_recursive_find_strings() local
4485 entry++; in PHP_FUNCTION()
4551 entry++; in PHP_FUNCTION()
5283 zval *entry; in php_mb_check_encoding_recursive() local
[all …]
/PHP-8.3/ext/session/
H A Dmod_files.c283 struct dirent *entry; in ps_files_cleanup_dir() local
307 while ((entry = readdir(dir))) { in ps_files_cleanup_dir()
309 if (!strncmp(entry->d_name, FILE_PREFIX, sizeof(FILE_PREFIX) - 1)) { in ps_files_cleanup_dir()
310 size_t entry_len = strlen(entry->d_name); in ps_files_cleanup_dir()
315 memcpy(buf + ZSTR_LEN(dirname) + 1, entry->d_name, entry_len); in ps_files_cleanup_dir()
/PHP-8.3/scripts/dev/
H A Dcredits23 if you want to change an entry you have to edit the appropriate
/PHP-8.3/Zend/
H A Dzend_ini.c83 zend_ini_entry *entry = (zend_ini_entry*)Z_PTR_P(zv); in free_ini_entry() local
85 zend_string_release_ex(entry->name, 1); in free_ini_entry()
86 if (entry->value) { in free_ini_entry()
87 zend_string_release(entry->value); in free_ini_entry()
89 if (entry->orig_value) { in free_ini_entry()
90 zend_string_release_ex(entry->orig_value, 1); in free_ini_entry()
92 free(entry); in free_ini_entry()
991 *p = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH()
998 zend_long tmp = zend_ini_parse_quantity_warn(new_value, entry->name); in ZEND_INI_MH()
/PHP-8.3/ext/standard/
H A Ddir.c381 php_stream_dirent entry; in PHP_FUNCTION() local
390 if (php_stream_readdir(dirp, &entry)) { in PHP_FUNCTION()
391 RETURN_STRINGL(entry.d_name, strlen(entry.d_name)); in PHP_FUNCTION()
/PHP-8.3/ext/zip/tests/
H A Doo_progress.phpt29 var_dump($zip->addFromString('foo', 'entry #1'));
H A Doo_cancel.phpt28 var_dump($zip->addFromString(PHP_BINARY, 'entry #1'));
H A Dzip_read.phpt10 while ($entry = zip_read($zip)) {
/PHP-8.3/ext/spl/tests/
H A DSplObjectStorage_coalesce.phpt22 echo "check isset/empty/contains for null. offsetExists returns true as long as the entry is there.…
59 check isset/empty/contains for null. offsetExists returns true as long as the entry is there.
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c448 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() local
450 print_custring(f, entry); in pcre2_printint()
465 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() local
467 print_custring(f, entry); in pcre2_printint()
635 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() local
637 print_custring(f, entry); in pcre2_printint()
/PHP-8.3/main/
H A Doutput.c57 static inline zval *php_output_handler_status(php_output_handler *handler, zval *entry);
1178 ZEND_ASSERT(entry != NULL); in php_output_handler_status()
1180 array_init(entry); in php_output_handler_status()
1181 add_assoc_str(entry, "name", zend_string_copy(handler->name)); in php_output_handler_status()
1182 add_assoc_long(entry, "type", (zend_long) (handler->flags & 0xf)); in php_output_handler_status()
1183 add_assoc_long(entry, "flags", (zend_long) handler->flags); in php_output_handler_status()
1184 add_assoc_long(entry, "level", (zend_long) handler->level); in php_output_handler_status()
1185 add_assoc_long(entry, "chunk_size", (zend_long) handler->size); in php_output_handler_status()
1186 add_assoc_long(entry, "buffer_size", (zend_long) handler->buffer.size); in php_output_handler_status()
1187 add_assoc_long(entry, "buffer_used", (zend_long) handler->buffer.used); in php_output_handler_status()
[all …]
/PHP-8.3/Zend/asm/
H A Dmake_x86_64_ms_pe_masm.asm89 ; generate function table entry in .pdata and unwind information in
/PHP-8.3/ext/ldap/tests/
H A Dldap_add_error.phpt27 // Duplicate entry
107 ldap_add(): Argument #3 ($entry) must contain arrays with consecutive integer indices starting from…

Completed in 113 milliseconds

12345678910