Home
last modified time | relevance | path

Searched defs:value (Results 76 – 100 of 192) sorted by relevance

12345678

/PHP-7.4/main/
H A Dfastcgi.h41 #define FCGI_PUTENV(request, name, value) \ argument
H A Drfc1867.c235 char *value; member
417 char *value = NULL; in multipart_buffer_headers() local
854 char *value = multipart_buffer_read_body(mbuff, &value_len); local
H A Drfc1867.h39 char **value; member
/PHP-7.4/ext/dom/
H A Ddocument.c710 char *name, *value = NULL; in PHP_FUNCTION() local
773 char *value; in PHP_FUNCTION() local
803 char *value; in PHP_FUNCTION() local
833 char *value; in PHP_FUNCTION() local
863 char *name, *value = NULL; in PHP_FUNCTION() local
1054 char *uri, *name, *value = NULL; in PHP_FUNCTION() local
/PHP-7.4/ext/filter/
H A Dfilter.c376 static void php_zval_filter(zval *value, zend_long filter, zend_long flags, zval *options, char* ch… in php_zval_filter()
501 static void php_zval_filter_recursive(zval *value, zend_long filter, zend_long flags, zval *options… in php_zval_filter_recursive()
/PHP-7.4/Zend/
H A Dzend_execute.h80 static zend_always_inline void zend_copy_to_variable(zval *variable_ptr, zval *value, zend_uchar va… in zend_copy_to_variable()
100 static zend_always_inline zval* zend_assign_to_variable(zval *variable_ptr, zval *value, zend_uchar… in zend_assign_to_variable()
H A Dzend_object_handlers.c218 static void zend_std_call_setter(zend_object *zobj, zend_string *prop_name, zval *value) /* {{{ */ in zend_std_call_setter()
819 ZEND_API zval *zend_std_write_property(zval *object, zval *member, zval *value, void **cache_slot) … in zend_std_write_property()
988 ZEND_API void zend_std_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_std_write_dimension()
1694 zval *value = NULL; in zend_std_has_property() local
H A Dzend_generators.h67 zval value; member
H A Dzend_ini.h37 const char *value; member
51 zend_string *value; member
H A Dzend_execute.c711 const zend_class_entry *ce, zval *value, in zend_verify_type_error_common()
784 int arg_num, const zend_class_entry *ce, zval *value) in zend_verify_arg_error()
1169 const zend_function *zf, const zend_class_entry *ce, zval *value) in zend_verify_return_error()
1185 const zend_function *zf, const zend_class_entry *ce, zval *value) in zend_verify_internal_return_error()
1316 zval *value; in zend_binary_assign_op_obj_dim() local
1325 zval *value = Z_OBJ_HT_P(z)->get(z, &rv2); in zend_binary_assign_op_obj_dim() local
1833 zval *value = Z_OBJ_HT_P(z)->get(z, &rv2); in zend_post_incdec_overloaded_property() local
1872 zval *value = Z_OBJ_HT_P(z)->get(z, &rv2); in zend_pre_incdec_overloaded_property() local
1911 zval *value = Z_OBJ_HT_P(z)->get(z, &rv2); in zend_assign_op_overloaded_property() local
3260 zval value; in zend_assign_to_typed_ref() local
/PHP-7.4/ext/com_dotnet/
H A Dcom_handlers.c63 static zval *com_property_write(zval *object, zval *member, zval *value, void **cache_slot) in com_property_write()
123 static void com_write_dimension(zval *object, zval *offset, zval *value) in com_write_dimension()
H A Dcom_saproxy.c81 static zval *saproxy_property_write(zval *object, zval *member, zval *value, void **cache_slot) in saproxy_property_write()
210 static void saproxy_write_dimension(zval *object, zval *offset, zval *value) in saproxy_write_dimension()
/PHP-7.4/ext/standard/
H A Dincomplete_class.c63 static zval *incomplete_class_write_property(zval *object, zval *member, zval *value, void **cache_… in incomplete_class_write_property()
H A Dassert.c286 zval *value = NULL; in PHP_FUNCTION() local
H A Dfilestat.c359 void *value; in php_do_chgrp() local
495 void *value; in php_do_chown() local
H A Dbrowscap.c32 zend_string *value; member
266 browser_data *bdata, zend_string *key, zend_string *value, zend_bool persistent) { in browscap_add_kv()
/PHP-7.4/ext/intl/transliterator/
H A Dtransliterator_class.c260 static zval *Transliterator_write_property( zval *object, zval *member, zval *value, void **cache_s… in Transliterator_write_property()
/PHP-7.4/ext/spl/
H A Dspl_iterators.c710 zval *value; in SPL_METHOD() local
1612 zval *value = &intern->inner.zobject; in SPL_METHOD() local
1755 zval *value = &intern->current.key; in SPL_METHOD() local
1781 zval *value = &intern->current.data; in SPL_METHOD() local
2790 zval *value; in SPL_METHOD() local
2814 zval *value; in SPL_METHOD() local
3045 zval *value = &intern->u.caching.zchildren; in SPL_METHOD() local
3374 zval *value = &intern->current.data; in SPL_METHOD() local
3451 zval *value; in SPL_METHOD() local
/PHP-7.4/main/streams/
H A Dxp_socket.c307 static int php_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_sockop_set_option()
856 static int php_tcp_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam) in php_tcp_sockop_set_option()
H A Dmemory.c231 static int php_stream_memory_set_option(php_stream *stream, int option, int value, void *ptrparam) … in php_stream_memory_set_option()
542 static int php_stream_temp_set_option(php_stream *stream, int option, int value, void *ptrparam) /*… in php_stream_temp_set_option()
/PHP-7.4/ext/session/
H A Dsession.c1500 char *p, *value; in php_session_start() local
1707 zval *value; in PHP_FUNCTION() local
2447 zval *value; in PHP_FUNCTION() local
2860 char *value; in php_rinit_session() local
2869 char *value; in php_rinit_session() local
/PHP-7.4/ext/ffi/
H A Dffi.c148 int64_t value; member
613 static int zend_ffi_zval_to_bit_field(void *ptr, zend_ffi_field *field, zval *value) /* {{{ */ in zend_ffi_zval_to_bit_field()
656 static zend_always_inline int zend_ffi_zval_to_cdata(void *ptr, zend_ffi_type *type, zval *value) /… in zend_ffi_zval_to_cdata()
900 static void *zend_ffi_create_callback(zend_ffi_type *type, zval *value) /* {{{ */ in zend_ffi_create_callback()
1014 static zval *zend_ffi_cdata_set(zval *object, zval *member, zval *value, void **cache_slot) /* {{{ … in zend_ffi_cdata_set()
1327 static void zend_ffi_cdata_write_dim(zval *object, zval *offset, zval *value) /* {{{ */ in zend_ffi_cdata_write_dim()
1829 zval value; member
2410 static zval *zend_ffi_write_var(zval *object, zval *member, zval *value, void **cache_slot) /* {{{ … in zend_ffi_write_var()
4698 static ZEND_COLD void zend_fake_write_dimension(zval *object, zval *offset, zval *value) /* {{{ */ in zend_fake_write_dimension()
4805 static ZEND_COLD void zend_ffi_free_write_dimension(zval *object, zval *offset, zval *value) /* {{{… in zend_ffi_free_write_dimension()
[all …]
/PHP-7.4/ext/bcmath/libbcmath/src/
H A Drecmul.c54 new_sub_num (length, scale, value) in new_sub_num() argument
/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_wait.c217 zval value; in phpdbg_webdata_decompress() local
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c529 char *value; in PHP_INI_DISP() local
553 char *value; in PHP_INI_DISP() local
583 char *value; in PHP_INI_DISP() local
613 char *value; in PHP_INI_DISP() local
638 char *value; in PHP_INI_DISP() local

Completed in 168 milliseconds

12345678