Home
last modified time | relevance | path

Searched refs:entry (Results 151 – 175 of 243) sorted by relevance

12345678910

/PHP-5.6/ext/standard/tests/array/
H A Darray_rand_basic1.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_error.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_basic2.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_sum_variation7.phpt32 // array with null entry
H A Darray_rand_variation6.phpt6 * Description: Return key/keys for random entry/entries in the array
/PHP-5.6/ext/standard/tests/dir/
H A Dreaddir_error.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_variation3.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_basic.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_variation6.phpt6 * Description: Read directory entry from dir_handle
/PHP-5.6/main/
H A Dphp_reentrancy.h57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
/PHP-5.6/ext/ldap/tests/
H A Dldap_first_reference_basic.phpt38 resource(%d) of type (ldap result entry)
H A Dldap_next_reference_basic.phpt44 resource(%d) of type (ldap result entry)
/PHP-5.6/ext/intl/resourcebundle/
H A Dresourcebundle_class.c323 const char * entry; in ZEND_END_ARG_INFO() local
354 while ((entry = uenum_next( icuenum, &entry_len, &icuerror ))) { in ZEND_END_ARG_INFO()
355 add_next_index_stringl( return_value, (char *) entry, entry_len, 1 ); in ZEND_END_ARG_INFO()
/PHP-5.6/ext/zip/lib/
H A Dzip_set_name.c84 e = za->entry+idx; in _zip_set_name()
/PHP-5.6/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt87 $ee["array entry created after f()"][f()] = "hello";
130 [array entry created after f()] => Array
/PHP-5.6/ext/spl/
H A Dspl_directory.h78 php_stream_dirent entry; member
H A Dspl_array.c1550 zval **entry; in SPL_ARRAY_METHOD() local
1561 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_ARRAY_METHOD()
1564 RETVAL_ZVAL(*entry, 1, 0); in SPL_ARRAY_METHOD()
1636 zval *object = getThis(), **entry; in SPL_METHOD() local
1648 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
1652 …RETURN_BOOL(Z_TYPE_PP(entry) == IS_ARRAY || (Z_TYPE_PP(entry) == IS_OBJECT && (intern->ar_flags & … in SPL_METHOD()
1660 zval *object = getThis(), **entry, *flags; in SPL_METHOD() local
1672 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
1676 if (Z_TYPE_PP(entry) == IS_OBJECT) { in SPL_METHOD()
1680 if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { in SPL_METHOD()
[all …]
/PHP-5.6/ext/phar/tests/zip/
H A Dbzip2.phpt2 Phar: process bzip2-compressed zip entry
11 foreach ($a as $entry => $file) {
/PHP-5.6/Zend/
H A DOBJECTS2_HOWTO24 constructor call. The get_constructor handler table entry should be
25 used for that. Do not rely class entry's constructor, unless you refer
105 get_class_entry returns class entry (zend_class_entry) for the object,
191 get_class_entry - should return the class entry for the object
H A Dzend_builtin_functions.c575 zval *array, *entry, **entry_ptr, *tmp; in ZEND_FUNCTION() local
595 entry = *entry_ptr; in ZEND_FUNCTION()
598 if (Z_ISREF_P(entry)) { in ZEND_FUNCTION()
600 *tmp = *entry; in ZEND_FUNCTION()
604 entry=tmp; in ZEND_FUNCTION()
606 zend_hash_index_update(return_value->value.ht, 1, &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
607 Z_ADDREF_P(entry); in ZEND_FUNCTION()
608 zend_hash_update(return_value->value.ht, "value", sizeof("value"), &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
609 Z_ADDREF_P(entry); in ZEND_FUNCTION()
1485 char *entry; in ZEND_FUNCTION() local
[all …]
/PHP-5.6/sapi/cgi/
H A Dcgi_main.c194 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() argument
196 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
197 free(entry->user_config); in user_config_cache_entry_dtor()
765 user_config_cache_entry *new_entry, *entry; local
769 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
779 if (request_time > entry->expires) {
786 zend_hash_clean(entry->user_config);
820 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
825 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
831 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/PHP-5.6/ext/pdo_mysql/tests/
H A Dbug_33689.phpt29 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
/PHP-5.6/ext/phar/tests/cache_list/files/
H A Dphar_test.inc42 // write manifest entry
/PHP-5.6/ext/phar/tests/files/
H A Dphar_test.inc42 // write manifest entry
/PHP-5.6/ext/phar/
H A DTODO73 this would traverse external.phar's manifest, and add each entry as a
74 virtual entry just like automatic mounting of internal phars [Greg]
111 maps its manifest inside archive.phar. The manifest entry inside

Completed in 132 milliseconds

12345678910