Home
last modified time | relevance | path

Searched refs:entry (Results 76 – 100 of 279) sorted by relevance

12345678910>>...12

/php-src/ext/phar/tests/
H A Dphar_dotted_path.phpt27 foreach ($phar as $entry) {
28 echo file_get_contents($entry)."\n";
/php-src/ext/ldap/tests/
H A Dldap_get_attributes_basic.phpt17 $entry = ldap_first_entry($link, $result);
19 ldap_get_attributes($link, $entry)
H A Dldap_get_values_len_error.phpt17 $entry = ldap_first_entry($link, $result);
19 var_dump(ldap_get_values_len($link, $entry, "inexistentAttribute"));
H A Dldap_mod_replace_basic.phpt17 $entry = array(
22 ldap_mod_replace($link, "cn=userA,$base", $entry),
H A Dbug77958.phpt32 $entry = ldap_first_entry($link, ldap_read($link, "cn=userA,$base", "(telephoneNumber=*)")),
33 ldap_get_values($link, $entry, "telephoneNumber")
H A Dldap_mod_add_basic.phpt17 $entry = array(
22 ldap_mod_add($link, "o=test,$base", $entry),
H A Dldap_modify_basic.phpt17 $entry = array(
26 ldap_modify($link, "o=test,$base", $entry),
/php-src/Zend/
H A Dzend_gc.c818 ref = Z_COUNTED_P(entry); in gc_scan_black()
855 ref = Z_COUNTED_P(entry); in gc_scan_black()
1002 if (Z_REFCOUNTED_P(entry)) { in gc_mark_grey()
1004 ref = Z_COUNTED_P(entry); in gc_mark_grey()
1028 ref = Z_COUNTED_P(entry); in gc_mark_grey()
1247 ref = Z_COUNTED_P(entry); in gc_scan()
1456 if (Z_REFCOUNTED_P(entry) && GC_FROM_WEAKMAP_KEY(entry)) { in gc_collect_white()
1459 ref = Z_COUNTED_P(entry); in gc_collect_white()
1477 if (Z_REFCOUNTED_P(entry) && GC_FROM_WEAKMAP(entry)) { in gc_collect_white()
1480 ref = Z_COUNTED_P(entry); in gc_collect_white()
[all …]
/php-src/ext/standard/tests/dir/
H A Dreaddir_variation2.phpt27 foreach($entries as $entry) {
28 var_dump($entry);
H A Ddir_bug73971.phpt21 while (false !== ($entry = $d->read())) {
22 var_dump($entry);
H A Dreaddir_variation2-win32-mb.phpt33 foreach($entries as $entry) {
34 var_dump($entry);
/php-src/ext/dom/lexbor/lexbor/dom/interfaces/
H A Dattr.h26 lexbor_hash_entry_t entry; member
117 *len = data->entry.length; in lxb_dom_attr_local_name()
120 return lexbor_hash_entry_str(&data->entry); in lxb_dom_attr_local_name()
H A Ddocument_type.h63 *len = data->entry.length; in lxb_dom_document_type_name()
66 return lexbor_hash_entry_str(&data->entry); in lxb_dom_document_type_name()
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencoding.c14 const lexbor_shs_entry_t *entry; in lxb_encoding_data_by_pre_name() local
49 entry = lexbor_shs_entry_get_lower_static(lxb_encoding_res_shs_entities, in lxb_encoding_data_by_pre_name()
51 if (entry == NULL) { in lxb_encoding_data_by_pre_name()
55 return entry->value; in lxb_encoding_data_by_pre_name()
/php-src/ext/dom/lexbor/lexbor/html/interfaces/
H A Delement.c120 return (node != NULL) ? node->entry.value : NULL; in lxb_html_element_style_by_name()
136 return node->entry.value; in lxb_html_element_style_by_id()
183 declr = node->entry.value; in lxb_html_element_css_property_by_id()
303 lxb_css_rule_ref_dec(node->entry.value); in lxb_html_element_style_append()
305 node->entry.value = declr; in lxb_html_element_style_append()
478 lxb_css_rule_ref_dec_destroy(style->entry.value); in lxb_html_element_style_remove_all_not()
488 style->entry.value = weak->value; in lxb_html_element_style_remove_all_not()
515 lxb_css_rule_ref_dec_destroy(style->entry.value); in lxb_html_element_style_remove_all()
555 if (((lxb_css_rule_declaration_t *) style->entry.value)->rule.parent in lxb_html_element_style_remove_by_list()
561 lxb_css_rule_ref_dec_destroy(style->entry.value); in lxb_html_element_style_remove_by_list()
[all …]
/php-src/ext/date/tests/
H A DDateTimeZone_getTransitions_basic1.phpt21 echo "\n-- Format a sample entry for Spring 1963 --\n";
30 -- Format a sample entry for Spring 1963 --
H A Dtimezone_transitions_get_basic1.phpt21 echo "\n-- Format a sample entry pfor Spring 1963 --\n";
33 -- Format a sample entry pfor Spring 1963 --
H A DDateTimeZone_listAbbreviations_basic1.phpt15 echo "\n-- Format a sample entry --\n";
24 -- Format a sample entry --
H A Dtimezone_abbreviations_list_basic1.phpt15 echo "\n-- Format a sample entry --\n";
24 -- Format a sample entry --
/php-src/ext/dom/
H A Ddom_iterators.c180 zval *entry; in php_dom_iterator_move_forward() local
182 if ((entry = zend_hash_get_current_data_ex(nodeht, &iterator->pos))) { in php_dom_iterator_move_forward()
184 ZVAL_COPY(&iterator->curobj, entry); in php_dom_iterator_move_forward()
255 zval *entry; in php_dom_get_iterator() local
279 if ((entry = zend_hash_get_current_data_ex(nodeht, &iterator->pos))) { in php_dom_get_iterator()
280 ZVAL_COPY(&iterator->curobj, entry); in php_dom_get_iterator()
/php-src/sapi/litespeed/
H A Dlsapi_main.c114 Z_STRVAL_P(entry) = zend_strndup(Z_STRVAL_P(entry), Z_STRLEN_P(entry))
829 zend_hash_destroy(&entry->user_config); in user_config_cache_entry_dtor()
830 free(entry); in user_config_cache_entry_dtor()
907 user_config_cache_entry *entry; member
994 if (!ctx->entry) in lsapi_activate_user_ini_mk_user_config()
996 ctx->entry = pemalloc(sizeof(user_config_cache_entry), 1); in lsapi_activate_user_ini_mk_user_config()
997 ctx->entry->expires = 0; in lsapi_activate_user_ini_mk_user_config()
998 zend_hash_init(&ctx->entry->user_config, 0, NULL, in lsapi_activate_user_ini_mk_user_config()
1030 if (!ctx->entry->expires || request_time > ctx->entry->expires) in lsapi_activate_user_ini_walk_down_the_path()
1042 &ctx->entry->user_config); in lsapi_activate_user_ini_walk_down_the_path()
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dbug_44454.phpt80 2 => 'Duplicate entry \'1-1\' for key %s',
88 2 => 'Duplicate entry \'1-1\' for key %s',
98 2 => 'Duplicate entry \'1-1\' for key %s',
106 2 => 'Duplicate entry \'1-1\' for key %s',
/php-src/ext/zip/tests/
H A Doo_setcomment_error.phpt16 $zip->addFromString('entry1.txt', 'entry #1');
17 $zip->addFromString('entry2.txt', 'entry #2');
/php-src/main/
H A Dphp_ini.c185 zval *entry; in php_ini_parser_cb() local
213 entry = zend_hash_update(active_hash, Z_STR_P(arg1), arg2); in php_ini_parser_cb()
214 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
239 entry = zend_symtable_update(Z_ARRVAL_P(find_arr), Z_STR_P(arg3), arg2); in php_ini_parser_cb()
241 entry = zend_hash_next_index_insert(Z_ARRVAL_P(find_arr), arg2); in php_ini_parser_cb()
243 Z_STR_P(entry) = zend_string_dup(Z_STR_P(entry), 1); in php_ini_parser_cb()
296 if ((entry = zend_hash_str_find(target_hash, key, key_len)) == NULL) { in php_ini_parser_cb()
301 entry = zend_hash_str_update(target_hash, key, key_len, &section_arr); in php_ini_parser_cb()
303 if (Z_TYPE_P(entry) == IS_ARRAY) { in php_ini_parser_cb()
304 active_ini_hash = Z_ARRVAL_P(entry); in php_ini_parser_cb()
/php-src/ext/dom/lexbor/patches/
H A D0001-Expose-line-and-column-information-for-use-in-PHP.patch161 entry->id = id;
162 - entry->begin = token->begin;
163 - entry->end = token->end;
164 + entry->line = token->line;
165 + entry->column = token->column;
166 + entry->length = token->end - token->begin;
168 return entry;

Completed in 59 milliseconds

12345678910>>...12