Home
last modified time | relevance | path

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

123456789

/PHP-7.4/ext/standard/tests/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
H A Darray_rand_variation3.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation5.phpt6 * Description: Return key/keys for random entry/entries in the array
H A Darray_rand_variation4.phpt6 * Description: Return key/keys for random entry/entries in the array
/PHP-7.4/ext/dom/
H A Dxpath.c512 zval *array_value, *entry, new_string; in PHP_FUNCTION() local
519 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(array_value), entry) { in PHP_FUNCTION()
520 zend_string *str = zval_get_string(entry); in PHP_FUNCTION()
/PHP-7.4/ext/oci8/tests/
H A Ddetails.inc9 * greater, and $dbase should be set to the tnsnames.ora entry
H A Dxmltype_02.phpt28 // Delete any current entry
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c857 zval *entry; in ct_eval_func_call() local
862 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args[0]), entry) { in ct_eval_func_call()
863 if (Z_TYPE_P(entry) != IS_LONG && Z_TYPE_P(entry) != IS_STRING) { in ct_eval_func_call()
869 zval *entry; in ct_eval_func_call() local
875 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args[0]), entry) { in ct_eval_func_call()
876 if (Z_TYPE_P(entry) > IS_STRING) { in ct_eval_func_call()
946 zval *entry; in ct_eval_func_call() local
954 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args[0]), entry) { in ct_eval_func_call()
955 if (Z_TYPE_P(entry) > IS_STRING) { in ct_eval_func_call()
960 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(args[1]), entry) { in ct_eval_func_call()
[all …]
/PHP-7.4/ext/pcre/
H A Dphp_pcre.c307 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
317 OnUpdateLong(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
328 OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
2894 zval *entry; /* An entry in the input array */ in php_pcre_grep_impl() local
2928 zend_string *subject_str = zval_get_tmp_string(entry, &tmp_subject_str); in php_pcre_grep_impl()
2947 Z_TRY_ADDREF_P(entry); in php_pcre_grep_impl()
2951 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
2953 zend_hash_index_update(Z_ARRVAL_P(return_value), num_key, entry); in php_pcre_grep_impl()
2958 Z_TRY_ADDREF_P(entry); in php_pcre_grep_impl()
2962 zend_hash_update(Z_ARRVAL_P(return_value), string_key, entry); in php_pcre_grep_impl()
[all …]
/PHP-7.4/ext/opcache/
H A Dzend_accelerator_module.c112 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
152 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
196 (void)entry; (void)mh_arg2; (void)mh_arg3; (void)stage; in ZEND_INI_MH()
224 return OnUpdateBool(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in ZEND_INI_MH()
270 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage);
H A DZendAccelerator.c701 zend_ini_entry *entry = (zend_ini_entry*)Z_PTR(p->val); in accel_copy_permanent_strings() local
706 if (entry->name) { in accel_copy_permanent_strings()
707 entry->name = new_interned_string(entry->name); in accel_copy_permanent_strings()
709 if (entry->value) { in accel_copy_permanent_strings()
710 entry->value = new_interned_string(entry->value); in accel_copy_permanent_strings()
712 if (entry->orig_value) { in accel_copy_permanent_strings()
713 entry->orig_value = new_interned_string(entry->orig_value); in accel_copy_permanent_strings()
2831 struct kinfo_vmentry *entry = (struct kinfo_vmentry *)start; in accel_move_code_to_huge_pages()
2832 size_t sz = entry->kve_structsize; in accel_move_code_to_huge_pages()
2836 int permflags = entry->kve_protection; in accel_move_code_to_huge_pages()
[all …]
/PHP-7.4/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-7.4/ext/oci8/
H A Doci8.c104 static void php_oci_spool_list_dtor(zend_resource *entry);
1261 static void php_oci_connection_list_dtor(zend_resource *entry) in php_oci_connection_list_dtor() argument
1263 php_oci_connection *connection = (php_oci_connection *)entry->ptr; in php_oci_connection_list_dtor()
1276 static void php_oci_pconnection_list_dtor(zend_resource *entry) in php_oci_pconnection_list_dtor() argument
1293 static void php_oci_pconnection_list_np_dtor(zend_resource *entry) in php_oci_pconnection_list_np_dtor() argument
1359 static void php_oci_statement_list_dtor(zend_resource *entry) in php_oci_statement_list_dtor() argument
1361 php_oci_statement *statement = (php_oci_statement *)entry->ptr; in php_oci_statement_list_dtor()
1370 static void php_oci_descriptor_list_dtor(zend_resource *entry) in php_oci_descriptor_list_dtor() argument
1381 static void php_oci_collection_list_dtor(zend_resource *entry) in php_oci_collection_list_dtor() argument
3368 static void php_oci_spool_list_dtor(zend_resource *entry) in php_oci_spool_list_dtor() argument
[all …]
/PHP-7.4/ext/standard/tests/dir/
H A Dreaddir_variation4-win32-mb.phpt12 * Description: Read directory entry from dir_handle
H A Dreaddir_variation4.phpt6 * Description: Read directory entry from dir_handle
H A Dreaddir_variation5.phpt13 * Description: Read directory entry from dir_handle
/PHP-7.4/sapi/phpdbg/
H A DREADME.md55 * `-d` define php ini entry
/PHP-7.4/ext/phar/tests/
H A Dphar_unlinkarchive.phpt91 …inkarchive.phar.tar": internal corruption of phar "%sphar_unlinkarchive.phar.tar" (truncated entry)
/PHP-7.4/ext/ldap/tests/
H A Dldap_add_error.phpt34 // Duplicate entry
/PHP-7.4/ext/standard/
H A Durl_scanner_ex.re50 static int php_ini_on_update_tags(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, voi…
107 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1);
112 return php_ini_on_update_tags(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0);
115 static int php_ini_on_update_hosts(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, vo…
155 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 1);
160 return php_ini_on_update_hosts(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage, 0);
H A Dvar.c1241 zval *entry; in PHP_FUNCTION() local
1244 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(classes), entry) { in PHP_FUNCTION()
1245 convert_to_string_ex(entry); in PHP_FUNCTION()
1246 lcname = zend_string_tolower(Z_STR_P(entry)); in PHP_FUNCTION()
/PHP-7.4/ext/ftp/
H A Dphp_ftp.c789 zval entry; in PHP_FUNCTION() local
806 array_init(&entry); in PHP_FUNCTION()
807 if (ftp_mlsd_parse_line(Z_ARRVAL_P(&entry), *ptr) == SUCCESS) { in PHP_FUNCTION()
808 zend_hash_next_index_insert(Z_ARRVAL_P(return_value), &entry); in PHP_FUNCTION()
810 zval_ptr_dtor(&entry); in PHP_FUNCTION()
/PHP-7.4/main/
H A Dmain.c621 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
642 return OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
650 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
667 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
684 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
707 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
722 OnUpdateString(entry, new_value, mh_arg1, mh_arg2, mh_arg3, stage); in PHP_INI_MH()
/PHP-7.4/Zend/
H A Dzend_ini.h28 #define ZEND_INI_MH(name) int name(zend_ini_entry *entry, zend_string *new_value, void *mh_arg1, vo…

Completed in 99 milliseconds

123456789