Home
last modified time | relevance | path

Searched refs:entry (Results 101 – 125 of 209) sorted by relevance

123456789

/PHP-7.4/main/
H A Drfc1867.c404 mime_header_entry entry = {0}; in multipart_buffer_headers() local
432 entry.key = key; in multipart_buffer_headers()
433 entry.value = buf_value.c; in multipart_buffer_headers()
454 entry.key = key; in multipart_buffer_headers()
455 entry.value = buf_value.c; in multipart_buffer_headers()
464 mime_header_entry *entry; in php_mime_get_hdr_value() local
470 entry = zend_llist_get_first(&header); in php_mime_get_hdr_value()
471 while (entry) { in php_mime_get_hdr_value()
472 if (!strcasecmp(entry->key, key)) { in php_mime_get_hdr_value()
473 return entry->value; in php_mime_get_hdr_value()
[all …]
H A Doutput.c59 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 …]
H A Dphp_scandir.c54 …irname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (… in php_scandir() argument
/PHP-7.4/ext/phar/tests/
H A Dbug69453.phpt2 Phar: bug #69453: Memory Corruption in phar_parse_tarfile when entry filename starts with null
H A D011.phpt30 …al corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed entry)
H A Dpharfileinfo_compression.phpt83 Phar entry is a directory, cannot set compression
91 Phar entry is a directory, cannot set compression
H A Dphar_oo_003.phpt2 Phar object: entry & openFile()
/PHP-7.4/ext/ldap/tests/
H A Dldap_first_attribute_error.phpt21 Warning: ldap_first_attribute(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_get_attributes_error.phpt21 Warning: ldap_get_attributes(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_get_dn_error.phpt21 Warning: ldap_get_dn(): supplied resource is not a valid ldap result entry resource in %s on line %d
H A Dldap_next_entry_error.phpt25 Warning: ldap_next_entry(): supplied resource is not a valid ldap result entry resource in %s on li…
H A Dldap_next_reference_error.phpt25 Warning: ldap_next_reference(): supplied resource is not a valid ldap result entry resource in %s o…
H A Dldap_parse_reference_error.phpt24 Warning: ldap_parse_reference(): supplied resource is not a valid ldap result entry resource in %s …
H A Dldap_modify_batch_error.phpt38 $entry = array(
47 ldap_add($link, "dc=my-domain,$base", $entry);
/PHP-7.4/scripts/dev/
H A Dcredits23 if you want to change an entry you have to edit the appropriate
/PHP-7.4/Zend/
H A Dzend_ini.c76 zend_ini_entry *entry = (zend_ini_entry*)Z_PTR_P(zv); in free_ini_entry() local
78 zend_string_release_ex(entry->name, 1); in free_ini_entry()
79 if (entry->value) { in free_ini_entry()
80 zend_string_release(entry->value); in free_ini_entry()
82 if (entry->orig_value) { in free_ini_entry()
83 zend_string_release_ex(entry->orig_value, 1); in free_ini_entry()
85 free(entry); in free_ini_entry()
/PHP-7.4/ext/session/
H A Dmod_files.c287 struct dirent *entry; in ps_files_cleanup_dir() local
314 while ((entry = readdir(dir))) { in ps_files_cleanup_dir()
316 if (!strncmp(entry->d_name, FILE_PREFIX, sizeof(FILE_PREFIX) - 1)) { in ps_files_cleanup_dir()
317 size_t entry_len = strlen(entry->d_name); in ps_files_cleanup_dir()
322 memcpy(buf + dirname_len + 1, entry->d_name, entry_len); in ps_files_cleanup_dir()
/PHP-7.4/ext/spl/
H A Dspl_observer.c755 zval entry, inf; in SPL_METHOD() local
788 ZVAL_UNDEF(&entry); in SPL_METHOD()
803 if (!php_var_unserialize(&entry, &p, s + buf_len, &var_hash)) { in SPL_METHOD()
804 zval_ptr_dtor(&entry); in SPL_METHOD()
810 zval_ptr_dtor(&entry); in SPL_METHOD()
815 if (Z_TYPE(entry) != IS_OBJECT) { in SPL_METHOD()
816 zval_ptr_dtor(&entry); in SPL_METHOD()
822 zval_ptr_dtor(&entry); in SPL_METHOD()
837 var_replace(&var_hash, &entry, &element->obj); in SPL_METHOD()
839 zval_ptr_dtor(&entry); in SPL_METHOD()
[all …]
H A Dspl_directory.c237 intern->u.dir.entry.d_name[0] = '\0'; in spl_filesystem_dir_read()
271 intern->u.dir.entry.d_name[0] = '\0'; in spl_filesystem_dir_open()
492 if (!source->u.dir.entry.d_name[0]) { in spl_filesystem_object_create_type()
591 if (intern->u.dir.entry.d_name[0]) { in spl_filesystem_object_get_pathname()
875 RETURN_BOOL(intern->u.dir.entry.d_name[0] != '\0'); in SPL_METHOD()
931 RETURN_STRING(intern->u.dir.entry.d_name); in SPL_METHOD()
989 fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0); in SPL_METHOD()
1043 fname = php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen); in SPL_METHOD()
1080 RETURN_STRING(intern->u.dir.entry.d_name); in SPL_METHOD()
1591 RETURN_STRING(intern->u.dir.entry.d_name); in SPL_METHOD()
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt6 * Description: Read directory entry from dir_handle
/PHP-7.4/ext/zip/tests/
H A Doo_getcomment.phpt32 Notice: ZipArchive::getCommentName(): Empty string as entry name in %s on line %d
/PHP-7.4/ext/dom/
H A Dphp_dom.h131 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ argument
134 entry = zend_register_internal_class_ex(&ce, parent_ce);
/PHP-7.4/ext/readline/
H A Dreadline.c515 zval *entry; in _readline_command_generator() local
521 while ((entry = zend_hash_get_current_data(myht)) != NULL) { in _readline_command_generator()
524 convert_to_string_ex(entry); in _readline_command_generator()
525 if (strncmp (Z_STRVAL_P(entry), text, strlen(text)) == 0) { in _readline_command_generator()
526 return (strdup(Z_STRVAL_P(entry))); in _readline_command_generator()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_printint.c417 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() local
419 print_custring(f, entry); in pcre2_printint()
434 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() local
436 print_custring(f, entry); in pcre2_printint()
604 PCRE2_SPTR entry = nametable + (GET2(code, 1) * nesize) + IMM2_SIZE; in pcre2_printint() local
606 print_custring(f, entry); in pcre2_printint()
/PHP-7.4/ext/standard/
H A Ddir.c399 php_stream_dirent entry; in PHP_NAMED_FUNCTION() local
408 if (php_stream_readdir(dirp, &entry)) { in PHP_NAMED_FUNCTION()
409 RETURN_STRINGL(entry.d_name, strlen(entry.d_name)); in PHP_NAMED_FUNCTION()

Completed in 93 milliseconds

123456789