Searched defs:argument (Results 1 – 12 of 12) sorted by relevance
/PHP-8.3/ext/phar/ |
H A D | tar.c | 708 static int phar_tar_writeheaders_int(phar_entry_info *entry, void *argument) /* {{{ */ in phar_tar_writeheaders_int() 861 static int phar_tar_writeheaders(zval *zv, void *argument) /* {{{ */ in phar_tar_writeheaders() 900 static int phar_tar_setupmetadata(zval *zv, void *argument) /* {{{ */ in phar_tar_setupmetadata()
|
H A D | phar.c | 34 static int phar_set_writeable_bit(zval *zv, void *argument) /* {{{ */ in phar_set_writeable_bit() 298 static int phar_unalias_apply(zval *zv, void *argument) /* {{{ */ in phar_unalias_apply()
|
H A D | util.c | 2015 static int phar_update_cached_entry(zval *data, void *argument) /* {{{ */ in phar_update_cached_entry()
|
H A D | phar_object.c | 3120 static int phar_set_compression(zval *zv, void *argument) /* {{{ */ in phar_set_compression() 3137 static int phar_test_compression(zval *zv, void *argument) /* {{{ */ in phar_test_compression()
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_plugin.c | 165 PHPAPI void mysqlnd_plugin_apply_with_argument(apply_func_arg_t apply_func, void * argument) in mysqlnd_plugin_apply_with_argument()
|
H A D | mysqlnd_wireprotocol.h | 151 MYSQLND_CSTRING argument; member
|
/PHP-8.3/ext/intl/calendar/ |
H A D | calendar_methods.cpp | 45 #define ZEND_VALUE_ERROR_INVALID_FIELD(argument, zpp_arg_position) \ argument 52 #define ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(argument, zpp_arg_position) \ argument 59 #define ZEND_VALUE_ERROR_INVALID_DAY_OF_WEEK(argument, zpp_arg_position) \ argument
|
H A D | gregoriancalendar_methods.cpp | 42 #define ZEND_VALUE_ERROR_OUT_OF_BOUND_VALUE(argument, zpp_arg_position) \ argument
|
/PHP-8.3/ext/opcache/ |
H A D | zend_accelerator_blacklist.c | 376 …d_accel_blacklist_apply(zend_blacklist *blacklist, blacklist_apply_func_arg_t func, void *argument)
|
/PHP-8.3/ext/standard/ |
H A D | exec.c | 496 char *argument; in PHP_FUNCTION() local
|
/PHP-8.3/Zend/ |
H A D | zend_hash.c | 2100 …_FASTCALL zend_hash_apply_with_argument(HashTable *ht, apply_func_arg_t apply_func, void *argument) in zend_hash_apply_with_argument()
|
/PHP-8.3/ext/reflection/ |
H A D | php_reflection.c | 5306 reflection_object *intern, *argument; in ZEND_METHOD() local 5339 reflection_object *intern, *argument; in ZEND_METHOD() local
|
Completed in 61 milliseconds