Home
last modified time | relevance | path

Searched refs:entry (Results 201 – 225 of 279) sorted by relevance

12345678910>>...12

/php-src/ext/dba/tests/
H A Ddba_qdbm.phpt54 Expected: Added a new data entry
100 Expected: Added a new data entry
H A Ddba_lmdb.phpt56 Expected: Added a new data entry
104 Expected: Added a new data entry
H A Ddba_ndbm.phpt55 Expected: Added a new data entry
101 Expected: Added a new data entry
H A Ddba_db1.phpt48 Expected: Added a new data entry
H A Ddba_db4_000.phpt49 Expected: Added a new data entry
H A Ddba_flatfile.phpt48 Expected: Added a new data entry
H A Ddba_db2.phpt48 Expected: Added a new data entry
H A Ddba_db3.phpt48 Expected: Added a new data entry
H A Ddba_tcadb.phpt49 Expected: Added a new data entry
H A Ddba_inifile.phpt51 Expected: Added a new data entry
/php-src/sapi/fpm/tests/
H A Dlogtool.inc496 * Get log entry matcher.
542 'Most likely invalid match for entry',
590 * Expect log entry.
597 …* @param bool $invert Whether the log entry is not expected rather than expect…
634 * Expect debug log entry.
648 * Expect notice log entry.
662 * Expect warning log entry.
676 * Expect error log entry.
690 * Expect alert log entry.
H A Dtester.inc1813 * Expect log entry.
1817 * @param string|null $pool The pool for pool prefixed log entry.
1820 …* @param bool $invert Whether the log entry is not expected rather than expect…
1863 * @param string|null $pool The pool for pool prefixed log entry.
1866 …* @param bool $invert Whether the log entry is not expected rather than expect…
1899 * @param string|null $pool The pool for pool prefixed log entry.
1934 * @param string|null $pool The pool for pool prefixed log entry.
1969 * @param string|null $pool The pool for pool prefixed log entry.
2004 * @param string|null $pool The pool for pool prefixed log entry.
2164 * @param string|null $pool The pool for pool prefixed log entry
[all …]
/php-src/sapi/cgi/
H A Dcgi_main.c194 user_config_cache_entry *entry = (user_config_cache_entry *)Z_PTR_P(el); in user_config_cache_entry_dtor() local
195 zend_hash_destroy(entry->user_config); in user_config_cache_entry_dtor()
196 free(entry->user_config); in user_config_cache_entry_dtor()
197 free(entry); in user_config_cache_entry_dtor()
783 user_config_cache_entry *new_entry, *entry; local
796 if (request_time > entry->expires) {
802 zend_hash_clean(entry->user_config);
841 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
846 php_parse_user_ini_file(path, PG(user_ini_filename), entry->user_config);
852 entry->expires = request_time + PG(user_ini_cache_ttl);
[all …]
/php-src/ext/pdo_mysql/tests/
H A Dbug_33689.phpt28 // libmysql and mysqlnd will show the pdo_type entry at a different position in the hash
/php-src/ext/dom/lexbor/lexbor/html/tokenizer/
H A Dstate.c1806 const lexbor_sbst_entry_static_t *entry = tkz->entity; in lxb_html_tokenizer_state_char_ref_named() local
1811 entry = lexbor_sbst_entry_static_find(lxb_html_tokenizer_res_entities_sbst, in lxb_html_tokenizer_state_char_ref_named()
1812 entry, *data); in lxb_html_tokenizer_state_char_ref_named()
1813 if (entry == NULL) { in lxb_html_tokenizer_state_char_ref_named()
1818 if (entry->value[0] != 0) { in lxb_html_tokenizer_state_char_ref_named()
1820 tkz->entity_match = entry; in lxb_html_tokenizer_state_char_ref_named()
1823 entry = &lxb_html_tokenizer_res_entities_sbst[ entry->next ]; in lxb_html_tokenizer_state_char_ref_named()
1829 tkz->entity = entry; in lxb_html_tokenizer_state_char_ref_named()
/php-src/ext/dom/lexbor/patches/
H A D0001-Patch-out-CSS-parser.patch166 return (node != NULL) ? node->entry.value : NULL;
181 return node->entry.value;
211 declr = node->entry.value;
/php-src/ext/phar/tests/files/
H A Dphar_test.inc40 // write manifest entry
/php-src/ext/phar/tests/cache_list/files/
H A Dphar_test.inc40 // write manifest entry
/php-src/ext/mbstring/
H A Dconfig.m460 AC_MSG_CHECKING([if oniguruma has an invalid entry for KOI8 encoding])
69 …AC_DEFINE([PHP_ONIG_BAD_KOI8_ENTRY], [1], [define to 1 if oniguruma has an invalid entry for KOI8 …
/php-src/ext/dom/lexbor/lexbor/encoding/
H A Dencode.c655 const lexbor_shs_hash_t *entry; in lxb_encoding_encode_shift_jis_index() local
657 entry = &lxb_encoding_multi_hash_jis0208[ (cp % LXB_ENCODING_MULTI_HASH_JIS0208_SIZE) + 1 ]; in lxb_encoding_encode_shift_jis_index()
660 if (entry->key == cp) { in lxb_encoding_encode_shift_jis_index()
661 if ((unsigned) ((uint32_t) (uintptr_t) entry->value - 8272) > (8835 - 8272)) { in lxb_encoding_encode_shift_jis_index()
662 return entry; in lxb_encoding_encode_shift_jis_index()
666 entry = &lxb_encoding_multi_hash_jis0208[entry->next]; in lxb_encoding_encode_shift_jis_index()
668 while (entry != lxb_encoding_multi_hash_jis0208); in lxb_encoding_encode_shift_jis_index()
/php-src/ext/pgsql/tests/
H A D80_bug14383.phpt58 Expected: Added a new data entry
/php-src/ext/mysqli/
H A Dmysqli.c348 mysqli_prop_handler *entry; in mysqli_object_get_debug_info() local
352 ZEND_HASH_MAP_FOREACH_PTR(props, entry) { in mysqli_object_get_debug_info()
356 value = mysqli_read_property(object, entry->name, BP_VAR_IS, 0, &rv); in mysqli_object_get_debug_info()
358 zend_hash_add(retval, entry->name, value); in mysqli_object_get_debug_info()
/php-src/ext/pcre/
H A Dphp_pcre.c334 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
344 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
355 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
2922 zval *entry; /* An entry in the input array */ in php_pcre_grep_impl() local
2957 zend_string *subject_str = zval_get_tmp_string(entry, &tmp_subject_str); in php_pcre_grep_impl()
2976 Z_TRY_ADDREF_P(entry); in php_pcre_grep_impl()
2980 zend_hash_update(return_value_ht, string_key, entry); in php_pcre_grep_impl()
2982 zend_hash_index_update(return_value_ht, num_key, entry); in php_pcre_grep_impl()
2987 Z_TRY_ADDREF_P(entry); in php_pcre_grep_impl()
2991 zend_hash_update(return_value_ht, string_key, entry); in php_pcre_grep_impl()
[all …]
/php-src/ext/dom/lexbor/lexbor/html/
H A Dtree.c559 if (data->entry.length == 13 in lxb_html_tree_adjust_mathml_attributes()
560 && lexbor_str_data_cmp(lexbor_hash_entry_str(&data->entry), in lxb_html_tree_adjust_mathml_attributes()
593 if (data->entry.length == adjust->len in lxb_html_tree_adjust_svg_attributes()
594 && lexbor_str_data_cmp(lexbor_hash_entry_str(&data->entry), in lxb_html_tree_adjust_svg_attributes()
634 if (data->entry.length == adjust->name_len in lxb_html_tree_adjust_foreign_attributes()
635 && lexbor_str_data_cmp(lexbor_hash_entry_str(&data->entry), in lxb_html_tree_adjust_foreign_attributes()
/php-src/ext/com_dotnet/
H A Dcom_extension.c148 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()

Completed in 90 milliseconds

12345678910>>...12