Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/scripts/dev/
H A Dcredits17 if you want to change an entry you have to edit the appropriate
/PHP-5.5/ext/dom/
H A Dphp_dom.h127 #define REGISTER_DOM_CLASS(ce, name, parent_ce, funcs, entry) \ argument
130 entry = zend_register_internal_class_ex(&ce, parent_ce, NULL TSRMLS_CC);
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()
/PHP-5.5/ext/zip/lib/
H A Dzip_fopen_index_encrypted.c63 && ZIP_ENTRY_DATA_CHANGED(za->entry+fileno)) { in zip_fopen_index_encrypted()
125 if ((s2=comp_impl(za, src, za->cdir->entry[fileno].comp_method, in zip_fopen_index_encrypted()
H A Dzip_name_locate.c76 fn = za->cdir->entry[i].filename; in _zip_name_locate()
H A Dzipint.h199 struct zip_entry *entry; /* entries */ member
240 struct zip_dirent *entry; /* directory entries */ member
/PHP-5.5/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()
867 RETURN_BOOL(intern->u.dir.entry.d_name[0] != '\0'); in SPL_METHOD()
919 RETURN_STRING(intern->u.dir.entry.d_name, 1); in SPL_METHOD()
978 …php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), NULL, 0, &fname, &fle… in SPL_METHOD()
1037 …php_basename(intern->u.dir.entry.d_name, strlen(intern->u.dir.entry.d_name), suffix, slen, &fname,… in SPL_METHOD()
1074 RETURN_STRING(intern->u.dir.entry.d_name, 1); in SPL_METHOD()
1587 RETURN_STRING(intern->u.dir.entry.d_name, 1); in SPL_METHOD()
[all …]
/PHP-5.5/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.5/ext/standard/tests/dir/
H A Dreaddir_variation7.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_error.phpt6 * Description: Read directory entry from dir_handle
/PHP-5.5/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_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,dc=com", $entry);
/PHP-5.5/ext/zip/tests/
H A Doo_getcomment.phpt33 Notice: ZipArchive::getCommentName(): Empty string as entry name in %s on line %d
/PHP-5.5/ext/phar/tests/
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.5/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.5/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.5/sapi/fpm/fpm/
H A Dfpm_main.c190 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() argument
192 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
193 free(entry->user_config); in user_config_cache_entry_dtor()
698 user_config_cache_entry *new_entry, *entry; local
702 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
712 if (request_time > entry->expires) {
719 zend_hash_clean(entry->user_config);
753 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
758 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
761 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/PHP-5.5/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.5/ext/mbstring/
H A Dmbstring.c704 entry = list; in php_mb_parse_encoding_list()
738 *entry++ = encoding; in php_mb_parse_encoding_list()
799 entry = list; in php_mb_parse_encoding_array()
822 *entry++ = encoding; in php_mb_parse_encoding_array()
1425 new_value = entry->orig_value; in PHP_INI_MH()
1810 entry++; in PHP_FUNCTION()
1833 entry++; in PHP_FUNCTION()
1907 entry++; in PHP_FUNCTION()
4321 const mbfl_encoding **entry; in PHP_FUNCTION() local
4384 entry++; in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_rand_basic1.phpt6 * Description: Return key/keys for random entry/entries in the array

Completed in 88 milliseconds

12345678910