Home
last modified time | relevance | path

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

12345678910

/PHP-5.6/ext/phar/tests/
H A Dbug69453.phpt2 Phar: bug #69453: Memory Corruption in phar_parse_tarfile when entry filename starts with null
H A Dpharfileinfo_compression.phpt83 Phar entry is a directory, cannot set compression
91 Phar entry is a directory, cannot set compression
H A D011.phpt30 …al corruption of phar "%s" (compressed and uncompressed size does not match for uncompressed entry)
H A Dphar_oo_003.phpt2 Phar object: entry & openFile()
/PHP-5.6/scripts/dev/
H A Dcredits17 if you want to change an entry you have to edit the appropriate
/PHP-5.6/ext/dom/
H A Dxpath.c552 zval *array_value, **entry, *new_string; in PHP_FUNCTION() local
562 while (zend_hash_get_current_data(Z_ARRVAL_P(array_value), (void **)&entry) == SUCCESS) { in PHP_FUNCTION()
563 SEPARATE_ZVAL(entry); in PHP_FUNCTION()
564 convert_to_string_ex(entry); in PHP_FUNCTION()
569 …zend_hash_update(intern->registered_phpfunctions, Z_STRVAL_PP(entry), Z_STRLEN_PP(entry) + 1, &new… in PHP_FUNCTION()
H A Dphp_dom.h129 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ argument
132 entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC);
/PHP-5.6/ext/zip/lib/
H A Dzip_source_zip_new.c61 && (ZIP_ENTRY_DATA_CHANGED(srcza->entry+srcidx) || srcza->entry[srcidx].deleted)) { in _zip_source_zip_new()
H A Dzip_set_file_compression.c62 e = za->entry+idx; in zip_set_file_compression()
H A Dzip_file_set_external_attributes.c52 e = za->entry+idx; in zip_file_set_external_attributes()
H A Dzip_file_set_comment.c72 e = za->entry+idx; in zip_file_set_comment()
/PHP-5.6/ext/spl/
H A Dspl_directory.c226 intern->u.dir.entry.d_name[0] = '\0'; in spl_filesystem_dir_read()
260 intern->u.dir.entry.d_name[0] = '\0'; in spl_filesystem_dir_open()
481 if (!source->u.dir.entry.d_name[0]) { in spl_filesystem_object_create_type()
578 if (intern->u.dir.entry.d_name[0]) { in spl_filesystem_object_get_pathname()
868 RETURN_BOOL(intern->u.dir.entry.d_name[0] != '\0'); in SPL_METHOD()
920 RETURN_STRING(intern->u.dir.entry.d_name, 1); in SPL_METHOD()
979 …php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0, &fname, &fle… in SPL_METHOD()
1038 …php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen, &fname,… in SPL_METHOD()
1075 RETURN_STRING(intern->u.dir.entry.d_name, 1); in SPL_METHOD()
1588 RETURN_STRING(intern->u.dir.entry.d_name, 1); in SPL_METHOD()
[all …]
/PHP-5.6/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt6 * Description: Read directory entry from dir_handle
/PHP-5.6/main/
H A Doutput.c1197 if (!entry) { in php_output_handler_status()
1198 MAKE_STD_ZVAL(entry); in php_output_handler_status()
1199 array_init(entry); in php_output_handler_status()
1202 add_assoc_stringl(entry, "name", handler->name, handler->name_len, 1); in php_output_handler_status()
1203 add_assoc_long(entry, "type", (long) (handler->flags & 0xf)); in php_output_handler_status()
1204 add_assoc_long(entry, "flags", (long) handler->flags); in php_output_handler_status()
1205 add_assoc_long(entry, "level", (long) handler->level); in php_output_handler_status()
1206 add_assoc_long(entry, "chunk_size", (long) handler->size); in php_output_handler_status()
1207 add_assoc_long(entry, "buffer_size", (long) handler->buffer.size); in php_output_handler_status()
1208 add_assoc_long(entry, "buffer_used", (long) handler->buffer.used); in php_output_handler_status()
[all …]
/PHP-5.6/ext/ldap/tests/
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_parse_reference_error.phpt24 Warning: ldap_parse_reference(): supplied resource is not a valid ldap result entry resource in %s …
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_modify_batch_error.phpt38 $entry = array(
47 ldap_add($link, "dc=my-domain,$base", $entry);
/PHP-5.6/ext/zip/tests/
H A Doo_getcomment.phpt33 Notice: ZipArchive::getCommentName(): Empty string as entry name in %s on line %d
/PHP-5.6/ext/standard/
H A Ddir.c404 php_stream_dirent entry; in PHP_NAMED_FUNCTION() local
413 if (php_stream_readdir(dirp, &entry)) { in PHP_NAMED_FUNCTION()
414 RETURN_STRINGL(entry.d_name, strlen(entry.d_name), 1); in PHP_NAMED_FUNCTION()
/PHP-5.6/ext/spl/examples/
H A Ddirectoryfilterdots.inc30 /** @return whether the current entry is neither '.' nor '..'
H A Dsearchiterator.inc22 /** @internal whether an entry was found already */
/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_main.c191 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() argument
193 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
194 free(entry->user_config); in user_config_cache_entry_dtor()
703 user_config_cache_entry *new_entry, *entry; local
707 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
717 if (request_time > entry->expires) {
724 zend_hash_clean(entry->user_config);
758 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
763 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
766 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/PHP-5.6/ext/sockets/
H A Dconversions.c860 ancillary_reg_entry *entry; in from_zval_write_control() local
884 entry = get_ancillary_reg_entry(level, type); in from_zval_write_control()
885 if (entry == NULL) { in from_zval_write_control()
891 if (entry->calc_space) { in from_zval_write_control()
899 data_len = entry->calc_space(*data_elem, ctx); in from_zval_write_control()
904 data_len = entry->size; in from_zval_write_control()
922 descriptor_data[0].from_zval = entry->from_array; in from_zval_write_control()
979 ancillary_reg_entry *entry; in to_zval_read_cmsg_data() local
984 if (entry == NULL) { in to_zval_read_cmsg_data()
989 if (CMSG_LEN(entry->size) > cmsg->cmsg_len) { in to_zval_read_cmsg_data()
[all …]
/PHP-5.6/ext/mbstring/
H A Dmbstring.c732 entry = list; in php_mb_parse_encoding_list()
766 *entry++ = encoding; in php_mb_parse_encoding_list()
827 entry = list; in php_mb_parse_encoding_array()
850 *entry++ = encoding; in php_mb_parse_encoding_array()
1447 new_value = entry->orig_value; in PHP_INI_MH()
1832 entry++; in PHP_FUNCTION()
1855 entry++; in PHP_FUNCTION()
1929 entry++; in PHP_FUNCTION()
4390 const mbfl_encoding **entry; in PHP_FUNCTION() local
4453 entry++; in PHP_FUNCTION()
[all …]

Completed in 117 milliseconds

12345678910