Home
last modified time | relevance | path

Searched refs:entry (Results 51 – 75 of 209) sorted by relevance

123456789

/PHP-7.4/ext/ldap/tests/
H A Dldap_mod_del_basic.phpt16 $entry = array(
21 ldap_mod_del($link, "cn=userA,$base", $entry),
H A Dldap_mod_add_error.phpt29 $entry = array(
38 ldap_add($link, "dc=my-domain,$base", $entry);
40 $entry2 = $entry;
45 $entry2 = $entry;
H A Dldap_modify_error.phpt29 $entry = array(
38 ldap_add($link, "dc=my-domain,$base", $entry);
40 $entry2 = $entry;
45 $entry2 = $entry;
H A Dldap_get_attributes_basic.phpt16 $entry = ldap_first_entry($link, $result);
18 ldap_get_attributes($link, $entry)
H A Dldap_mod_replace_basic.phpt16 $entry = array(
21 ldap_mod_replace($link, "cn=userA,$base", $entry),
H A Dldap_mod_add_basic.phpt16 $entry = array(
21 ldap_mod_add($link, "o=test,$base", $entry),
H A Dldap_modify_basic.phpt16 $entry = array(
25 ldap_modify($link, "o=test,$base", $entry),
/PHP-7.4/ext/phar/tests/
H A Dphar_dotted_path.phpt27 foreach ($phar as $entry) {
28 echo file_get_contents($entry)."\n";
H A Dpharfileinfo_chmod.phpt30 Phar entry "a" is a temporary directory (not an actual entry in the archive), cannot chmod
H A Dpharfileinfo_getcrc32.phpt46 Phar entry is a directory, does not have a CRC
47 Phar entry was not CRC checked
/PHP-7.4/ext/oci8/
H A Doci8_statement.c1009 zval *entry = NULL; in php_oci_bind_post_exec() local
1022 zval_ptr_dtor(entry); in php_oci_bind_post_exec()
1033 zval_ptr_dtor(entry); in php_oci_bind_post_exec()
1050 zval_ptr_dtor(entry); in php_oci_bind_post_exec()
1055 ZVAL_NULL(entry); in php_oci_bind_post_exec()
1085 zval_ptr_dtor(entry); in php_oci_bind_post_exec()
1739 zval *entry; in php_oci_bind_array_helper_string() local
1828 zval *entry; in php_oci_bind_array_helper_number() local
1849 convert_to_long_ex(entry); in php_oci_bind_array_helper_number()
1869 zval *entry; in php_oci_bind_array_helper_double() local
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Ddir_bug73971.phpt21 while (false !== ($entry = $d->read())) {
22 var_dump($entry);
/PHP-7.4/ext/xsl/
H A Dphp_xsl.h86 #define REGISTER_XSL_CLASS(ce, name, parent_ce, funcs, entry) \ argument
89 entry = zend_register_internal_class_ex(&ce, parent_ce);
/PHP-7.4/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt27 echo "\n-- Format a sample entry for Spring 1963 --\n";
37 -- Format a sample entry for Spring 1963 --
H A Dtimezone_transitions_get_basic1.phpt27 echo "\n-- Format a sample entry pfor Spring 1963 --\n";
40 -- Format a sample entry pfor Spring 1963 --
H A Dtimezone_abbreviations_list_basic1.phpt21 echo "\n-- Format a sample entry --\n";
31 -- Format a sample entry --
/PHP-7.4/ext/zip/tests/
H A Doo_setcomment_error.phpt18 $zip->addFromString('entry1.txt', 'entry #1');
19 $zip->addFromString('entry2.txt', 'entry #2');
/PHP-7.4/ext/dom/
H A Ddom_iterators.c186 zval *entry; in php_dom_iterator_move_forward() local
203 if ((entry = zend_hash_get_current_data_ex(nodeht, &iterator->pos))) { in php_dom_iterator_move_forward()
206 ZVAL_COPY(&iterator->curobj, entry); in php_dom_iterator_move_forward()
265 zval *entry; in php_dom_get_iterator() local
289 if ((entry = zend_hash_get_current_data_ex(nodeht, &iterator->pos))) { in php_dom_get_iterator()
290 ZVAL_COPY(&iterator->curobj, entry); in php_dom_get_iterator()
H A Dnodelist.c161 zval *entry = zend_hash_index_find(nodeht, index); in PHP_FUNCTION() local
162 if (entry) { in PHP_FUNCTION()
163 ZVAL_COPY(return_value, entry); in PHP_FUNCTION()
/PHP-7.4/main/
H A Dphp_ini.c191 zval *entry; in php_ini_parser_cb() local
219 entry = zend_hash_update(active_hash, Z_STR_P(arg1), arg2); in php_ini_parser_cb()
220 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
245 entry = zend_symtable_update(Z_ARRVAL_P(find_arr), Z_STR_P(arg3), arg2); in php_ini_parser_cb()
247 entry = zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2); in php_ini_parser_cb()
249 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
302 if ((entry = zend_hash_str_find(target_hash, key, key_len)) == NULL) { in php_ini_parser_cb()
307 entry = zend_hash_str_update(target_hash, key, key_len, &section_arr); in php_ini_parser_cb()
309 if (Z_TYPE_P(entry) == IS_ARRAY) { in php_ini_parser_cb()
310 active_ini_hash = Z_ARRVAL_P(entry); in php_ini_parser_cb()
H A Dphp_scandir.h39 …irname, struct dirent **namelist[], int (*selector) (const struct dirent *entry), int (*compare) (…
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_44454.phpt84 2 => 'Duplicate entry \'1-1\' for key %s',
92 2 => 'Duplicate entry \'1-1\' for key %s',
102 2 => 'Duplicate entry \'1-1\' for key %s',
110 2 => 'Duplicate entry \'1-1\' for key %s',
/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c115 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
843 zend_hash_destroy(&entry->user_config); in user_config_cache_entry_dtor()
844 free(entry); in user_config_cache_entry_dtor()
921 user_config_cache_entry *entry; member
1008 if (!ctx->entry) in lsapi_activate_user_ini_mk_user_config()
1010 ctx->entry = pemalloc(sizeof(user_config_cache_entry), 1); in lsapi_activate_user_ini_mk_user_config()
1011 ctx->entry->expires = 0; in lsapi_activate_user_ini_mk_user_config()
1012 zend_hash_init(&ctx->entry->user_config, 0, NULL, in lsapi_activate_user_ini_mk_user_config()
1044 if (!ctx->entry->expires || request_time > ctx->entry->expires) in lsapi_activate_user_ini_walk_down_the_path()
1056 &ctx->entry->user_config); in lsapi_activate_user_ini_walk_down_the_path()
[all …]
/PHP-7.4/ext/mysqli/
H A Dmysqli_warning.c133 zval *entry; in php_get_warnings() local
146 entry = zend_hash_get_current_data(Z_ARRVAL(row)); in php_get_warnings()
147 errno = zval_get_long(entry); in php_get_warnings()
151 entry = zend_hash_get_current_data(Z_ARRVAL(row)); in php_get_warnings()
153 w = php_new_warning(entry, errno); in php_get_warnings()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_unix.c78 acl_entry_t entry; in fpm_unix_resolve_socket_premissions() local
105 if (0 > acl_create_entry(&acl, &entry) || in fpm_unix_resolve_socket_premissions()
106 0 > acl_set_tag_type(entry, ACL_USER) || in fpm_unix_resolve_socket_premissions()
107 0 > acl_set_qualifier(entry, &pwd->pw_uid) || in fpm_unix_resolve_socket_premissions()
108 0 > acl_get_permset(entry, &perm) || in fpm_unix_resolve_socket_premissions()
138 if (0 > acl_create_entry(&acl, &entry) || in fpm_unix_resolve_socket_premissions()
139 0 > acl_set_tag_type(entry, ACL_GROUP) || in fpm_unix_resolve_socket_premissions()
140 0 > acl_set_qualifier(entry, &grp->gr_gid) || in fpm_unix_resolve_socket_premissions()
141 0 > acl_get_permset(entry, &perm) || in fpm_unix_resolve_socket_premissions()

Completed in 69 milliseconds

123456789