Home
last modified time | relevance | path

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

12345678910

/PHP-5.5/ext/standard/tests/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
/PHP-5.5/main/
H A Dphp_reentrancy.h57 PHPAPI int php_readdir_r(DIR *dirp, struct dirent *entry,
/PHP-5.5/ext/intl/resourcebundle/
H A Dresourcebundle_class.c316 const char * entry; in ZEND_END_ARG_INFO() local
342 while ((entry = uenum_next( icuenum, &entry_len, &icuerror ))) { in ZEND_END_ARG_INFO()
343 add_next_index_stringl( return_value, (char *) entry, entry_len, 1 ); in ZEND_END_ARG_INFO()
/PHP-5.5/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.5/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.5/ext/spl/
H A Dspl_directory.h78 php_stream_dirent entry; member
H A Dspl_array.c1535 zval **entry; in SPL_ARRAY_METHOD() local
1546 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_ARRAY_METHOD()
1549 RETVAL_ZVAL(*entry, 1, 0); in SPL_ARRAY_METHOD()
1621 zval *object = getThis(), **entry; in SPL_METHOD() local
1633 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
1637 …RETURN_BOOL(Z_TYPE_PP(entry) == IS_ARRAY || (Z_TYPE_PP(entry) == IS_OBJECT && (intern->ar_flags & … in SPL_METHOD()
1645 zval *object = getThis(), **entry, *flags; in SPL_METHOD() local
1657 if (zend_hash_get_current_data_ex(aht, (void **) &entry, &intern->pos) == FAILURE) { in SPL_METHOD()
1661 if (Z_TYPE_PP(entry) == IS_OBJECT) { in SPL_METHOD()
1665 if (instanceof_function(Z_OBJCE_PP(entry), Z_OBJCE_P(getThis()) TSRMLS_CC)) { in SPL_METHOD()
[all …]
/PHP-5.5/ext/phar/tests/zip/
H A Dbzip2.phpt2 Phar: process bzip2-compressed zip entry
11 foreach ($a as $entry => $file) {
/PHP-5.5/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.c572 zval *array, *entry, **entry_ptr, *tmp; in ZEND_FUNCTION() local
592 entry = *entry_ptr; in ZEND_FUNCTION()
595 if (Z_ISREF_P(entry)) { in ZEND_FUNCTION()
597 *tmp = *entry; in ZEND_FUNCTION()
601 entry=tmp; in ZEND_FUNCTION()
603 zend_hash_index_update(return_value->value.ht, 1, &entry, sizeof(zval *), NULL); in ZEND_FUNCTION()
604 Z_ADDREF_P(entry); in ZEND_FUNCTION()
606 Z_ADDREF_P(entry); in ZEND_FUNCTION()
1476 char *entry; in ZEND_FUNCTION() local
1484 while (zend_hash_get_current_key(&EG(included_files), &entry, NULL, 1) == HASH_KEY_IS_STRING) { in ZEND_FUNCTION()
[all …]
/PHP-5.5/sapi/cgi/
H A Dcgi_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()
757 user_config_cache_entry *new_entry, *entry; local
761 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
771 if (request_time > entry->expires) {
778 zend_hash_clean(entry->user_config);
812 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
817 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config TSRMLS_CC);
823 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/PHP-5.5/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.5/ext/standard/tests/dir/
H A Dreaddir_basic.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_variation3.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_variation6.phpt6 * Description: Read directory entry from dir_handle
/PHP-5.5/
H A DREADME.EXTENSIONS13 If this was your old module entry:
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dphar_test.inc42 // write manifest entry
/PHP-5.5/ext/phar/tests/files/
H A Dphar_test.inc42 // write manifest entry
/PHP-5.5/sapi/litespeed/
H A Dlsapi_main.c106 zend_hash_update(configuration_hash, name, sizeof(name), tmp, sizeof(zval), (void**)&entry);\
107 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
111 zval *tmp, *entry; in sapi_lsapi_ini_defaults() local
/PHP-5.5/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
/PHP-5.5/ext/zip/lib/
H A Dzip_source_zip.c72 && ZIP_ENTRY_DATA_CHANGED(srcza->entry+srcidx)) { in zip_source_zip()
/PHP-5.5/ext/pcre/
H A Dphp_pcre.c1801 zval **entry; /* An entry in the input array */ in php_pcre_grep_impl() local
1838 while (zend_hash_get_current_data(Z_ARRVAL_P(input), (void **)&entry) == SUCCESS) { in php_pcre_grep_impl()
1839 zval subject = **entry; in php_pcre_grep_impl()
1841 if (Z_TYPE_PP(entry) != IS_STRING) { in php_pcre_grep_impl()
1863 Z_ADDREF_PP(entry); in php_pcre_grep_impl()
1870 strlen(string_key)+1, entry, sizeof(zval *), NULL); in php_pcre_grep_impl()
1874 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry, in php_pcre_grep_impl()
1880 if (Z_TYPE_PP(entry) != IS_STRING) { in php_pcre_grep_impl()

Completed in 73 milliseconds

12345678910