/PHP-8.2/ext/intl/formatter/ |
H A D | formatter_attr.c | 28 zend_long attribute, value; in PHP_FUNCTION() local 93 UChar* value = value_buf; in PHP_FUNCTION() local 128 zval *value; in PHP_FUNCTION() local 183 char *value; in PHP_FUNCTION() local 217 UChar *value = value_buf; in PHP_FUNCTION() local 257 char* value = NULL; in PHP_FUNCTION() local 298 UChar* value = value_buf; in PHP_FUNCTION() local 331 char* value = NULL; in PHP_FUNCTION() local
|
/PHP-8.2/ext/spl/ |
H A D | spl_dllist.stub.php | 29 public function add(int $index, mixed $value): void {} 38 public function push(mixed $value): void {} 41 public function unshift(mixed $value): void {} 80 public function offsetSet($index, mixed $value): void {} 125 public function enqueue(mixed $value): void {}
|
/PHP-8.2/sapi/fpm/fpm/ |
H A D | fpm_conf.c | 182 static int fpm_conf_expand_pool_name(char **value) { in fpm_conf_expand_pool_name() 213 static char *fpm_conf_set_boolean(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_boolean() 242 static char *fpm_conf_set_string(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_string() 267 static char *fpm_conf_set_integer(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_integer() 302 static char *fpm_conf_set_time(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_time() 343 static char *fpm_conf_set_log_level(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_log_level() 368 static char *fpm_conf_set_syslog_facility(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_syslog_facility() 518 static char *fpm_conf_set_rlimit_core(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_rlimit_core() 547 static char *fpm_conf_set_pm(zval *value, void **config, intptr_t offset) /* {{{ */ in fpm_conf_set_pm() 1467 static void fpm_conf_ini_parser_entry(zval *name, zval *value, void *arg) /* {{{ */ in fpm_conf_ini_parser_entry() [all …]
|
H A D | fpm_env.c | 25 int setenv(char *name, char *value, int clobber) /* {{{ */ in setenv() 43 int setenv(char *name, char *value, int overwrite) /* {{{ */ in setenv() 171 char *value = getenv(kv->value + 1); in fpm_env_conf_wp() local
|
/PHP-8.2/ext/dba/ |
H A D | dba_qdbm.c | 77 char *value; in DBA_FETCH_FUNC() local 108 char *value; in DBA_EXISTS_FUNC() local 130 char *value; in DBA_FIRSTKEY_FUNC() local 148 char *value; in DBA_NEXTKEY_FUNC() local
|
H A D | dba_tcadb.c | 87 char *value; in DBA_FETCH_FUNC() local 125 char *value; in DBA_EXISTS_FUNC() local 148 char *value; in DBA_FIRSTKEY_FUNC() local 166 char *value; in DBA_NEXTKEY_FUNC() local
|
/PHP-8.2/ext/zend_test/ |
H A D | fiber.c | 26 static zend_fiber_transfer zend_test_fiber_switch_to(zend_fiber_context *context, zval *value, bool… in zend_test_fiber_switch_to() 49 static zend_fiber_transfer zend_test_fiber_resume(zend_test_fiber *fiber, zval *value, bool excepti… in zend_test_fiber_resume() 63 static zend_fiber_transfer zend_test_fiber_suspend(zend_test_fiber *fiber, zval *value) in zend_test_fiber_suspend() 272 zval *value = NULL; in ZEND_METHOD() local 298 zval *value = NULL; in ZEND_METHOD() local
|
H A D | fiber.stub.php | 14 public function resume(mixed $value = null): mixed {} 18 public static function suspend(mixed $value = null): mixed {}
|
/PHP-8.2/sapi/apache2handler/ |
H A D | apache_config.c | 53 char *value; member 59 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value,… in real_value_hnd() 79 …st char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) in php_apache_value_handler() 84 …r *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) in php_apache_admin_value_handler() 103 …nst char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) in php_apache_flag_handler() 108 …ar *php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) in php_apache_admin_flag_handler()
|
/PHP-8.2/Zend/ |
H A D | zend_enum.stub.php | 12 public static function from(int|string $value): static; 14 public static function tryFrom(int|string $value): ?static;
|
H A D | zend_ini.c | 332 ZEND_API zend_result zend_alter_ini_entry_chars(zend_string *name, const char *value, size_t value_… in zend_alter_ini_entry_chars() 344 ZEND_API zend_result zend_alter_ini_entry_chars_ex(zend_string *name, const char *value, size_t val… in zend_alter_ini_entry_chars_ex() 578 static zend_ulong zend_ini_parse_quantity_internal(zend_string *value, zend_ini_parse_quantity_sign… in zend_ini_parse_quantity_internal() 823 ZEND_API zend_long zend_ini_parse_quantity(zend_string *value, zend_string **errstr) /* {{{ */ in zend_ini_parse_quantity() 829 ZEND_API zend_ulong zend_ini_parse_uquantity(zend_string *value, zend_string **errstr) /* {{{ */ in zend_ini_parse_uquantity() 835 ZEND_API zend_long zend_ini_parse_quantity_warn(zend_string *value, zend_string *setting) /* {{{ */ in zend_ini_parse_quantity_warn() 849 ZEND_API zend_ulong zend_ini_parse_uquantity_warn(zend_string *value, zend_string *setting) /* {{{ … in zend_ini_parse_uquantity_warn() 865 int value; in ZEND_INI_DISP() local 892 char *value; in ZEND_INI_DISP() local 919 char *value; in ZEND_INI_DISP() local
|
H A D | zend_vm_def.h | 1010 zval *value; variable 1253 zval *value; variable 2548 zval *value; variable 2696 zval *value; variable 4573 zval *value; variable 6787 zval *value; in ZEND_VM_HELPER() local 6905 zval *value; variable 6985 zval *value; variable 7186 zval *value; variable 7208 zval *value; variable [all …]
|
H A D | zend_vm_execute.h | 2788 zval *value; in zend_fe_fetch_object_helper_SPEC() local 2905 zval *value; in ZEND_ISSET_ISEMPTY_STATIC_PROP_SPEC_HANDLER() local 4643 zval *value; in ZEND_THROW_SPEC_CONST_HANDLER() local 5254 zval *value; in ZEND_JMP_SET_SPEC_CONST_HANDLER() local 5300 zval *value; in ZEND_COALESCE_SPEC_CONST_HANDLER() local 5385 zval *value; in ZEND_QM_ASSIGN_SPEC_CONST_HANDLER() local 5563 zval *value; in ZEND_STRLEN_SPEC_CONST_HANDLER() local 5625 zval *value; in ZEND_TYPE_CHECK_SPEC_CONST_HANDLER() local 5684 zval *value; in ZEND_QM_ASSIGN_LONG_SPEC_CONST_HANDLER() local 5694 zval *value; in ZEND_QM_ASSIGN_DOUBLE_SPEC_CONST_HANDLER() local [all …]
|
H A D | zend_fibers.stub.php | 15 public function resume(mixed $value = null): mixed {} 31 public static function suspend(mixed $value = null): mixed {}
|
H A D | zend_attributes.stub.php | 81 private readonly mixed $value; variable in SensitiveParameterValue 83 public function __construct(mixed $value) {}
|
H A D | zend_atomic.h | 44 volatile char value; member 52 volatile bool value; member
|
/PHP-8.2/ext/com_dotnet/ |
H A D | com_extension.stub.php | 291 function variant_set(variant $variant, mixed $value): void {} 319 function variant_abs(mixed $value): variant {} 321 function variant_fix(mixed $value): variant {} 323 function variant_int(mixed $value): variant {} 325 function variant_neg(mixed $value): variant {} 327 function variant_not(mixed $value): variant {} 329 function variant_round(mixed $value, int $decimals): ?variant {} 358 … public function __construct(mixed $value = null, int $type = VT_EMPTY, int $codepage = CP_ACP) {}
|
/PHP-8.2/Zend/Optimizer/ |
H A D | sccp.c | 150 zval *value = &ctx->values[var]; in set_value() local 292 sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op, int var, zval *value) { in try_replace_op1() 305 sccp_ctx *ctx, zend_op *opline, zend_ssa_op *ssa_op, int var, zval *value) { in try_replace_op2() 390 zval *value; in ct_eval_fetch_dim() local 427 zval *value; in ct_eval_isset_dim() local 529 zval *value; in ct_eval_add_array_unpack() local 549 static inline zend_result ct_eval_assign_dim(zval *result, zval *value, zval *key) { in ct_eval_assign_dim() 600 zval *value; in ct_eval_fetch_obj() local 611 zval *value; in ct_eval_isset_obj() local 728 zval *value; in ct_eval_array_key_exists() local [all …]
|
/PHP-8.2/ext/intl/collator/ |
H A D | collator_attr.c | 29 zend_long attribute, value; in PHP_FUNCTION() local 53 zend_long attribute, value; in PHP_FUNCTION() local
|
/PHP-8.2/ext/pdo/ |
H A D | php_pdo.h | 50 #define REGISTER_PDO_CLASS_CONST_LONG(const_name, value) \ argument 53 #define REGISTER_PDO_CLASS_CONST_STRING(const_name, value) \ argument
|
/PHP-8.2/ext/soap/ |
H A D | php_xml.c | 73 static void soap_Comment(void *ctx, const xmlChar *value) in soap_Comment() 277 …tribute_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_ex() 298 …cursive_ex(xmlNodePtr node, char *name, char *name_ns, char *attribute, char *value, char *attr_ns) in get_node_with_attribute_recursive_ex() 318 int parse_namespace(const xmlChar *inval, char **value, char **namespace) in parse_namespace()
|
/PHP-8.2/main/ |
H A D | php_ini_builder.c | 31 …ed(struct php_ini_builder *b, const char *name, size_t name_length, const char *value, size_t valu… in php_ini_builder_unquoted() 46 …ed(struct php_ini_builder *b, const char *name, size_t name_length, const char *value, size_t valu… in php_ini_builder_quoted()
|
/PHP-8.2/ext/standard/ |
H A D | math.c | 35 static inline int php_intlog10abs(double value) { in php_intlog10abs() 96 static inline double php_round_helper(double value, int mode) { in php_round_helper() 126 PHPAPI double _php_math_round(double value, int places, int mode) { in _php_math_round() 211 zval *value; in PHP_FUNCTION() local 234 zval *value; in PHP_FUNCTION() local 253 zval *value; in PHP_FUNCTION() local 272 zval *value; in PHP_FUNCTION() local 800 zend_ulong value; in _php_math_longtobase() local 829 zend_ulong value; in _php_math_longtobase_pwr2() local
|
/PHP-8.2/ext/filter/ |
H A D | sanitizing_filters.c | 26 static void php_filter_encode_html(zval *value, const unsigned char *chars) in php_filter_encode_html() 61 static void php_filter_encode_url(zval *value, const unsigned char* chars, const int char_len, int … in php_filter_encode_url() 96 static void php_filter_strip(zval *value, zend_long flags) in php_filter_strip() 144 static void filter_map_apply(zval *value, filter_map *map) in filter_map_apply()
|
/PHP-8.2/ext/intl/dateformat/ |
H A D | dateformat_attr.c | 71 UChar* value = value_buf; in PHP_FUNCTION() local 105 char* value = NULL; in PHP_FUNCTION() local
|