Home
last modified time | relevance | path

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

12345678

/PHP-7.4/main/streams/
H A Dstreams.c1377 PHPAPI int _php_stream_set_option(php_stream *stream, int option, int value, void *ptrparam) in _php_stream_set_option()
/PHP-7.4/main/
H A Dphp_streams.h375 #define php_stream_set_option(stream, option, value, ptrvalue) _php_stream_set_option((stream), (op… argument
/PHP-7.4/ext/standard/
H A Dbasic_functions.c4168 char *value = NULL; local
H A Dstring.c522 char *value; in PHP_FUNCTION() local
6199 double value; local
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeARM_T2_32.c945 …t_s32 emit_set_delta(struct sljit_compiler *compiler, sljit_s32 dst, sljit_s32 reg, sljit_sw value) in emit_set_delta()
/PHP-7.4/ext/openssl/
H A Dxp_ssl.c2381 static int php_openssl_sockop_set_option(php_stream *stream, int option, int value, void *ptrparam)… in php_openssl_sockop_set_option()
/PHP-7.4/Zend/
H A Dzend_API.h421 static zend_always_inline int add_index_zval(zval *arg, zend_ulong index, zval *value) in add_index_zval()
435 static zend_always_inline int add_next_index_zval(zval *arg, zval *value) in add_next_index_zval()
H A Dzend_compile.h381 zval value; /* access flags are stored in reserved: zval.u2.access_flags */ member
H A Dzend_types.h197 zend_value value; /* value */ member
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4236 zval *value; local
5402 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{…
/PHP-7.4/ext/zip/
H A Dphp_zip.c368 #define REGISTER_ZIP_CLASS_CONST_LONG(const_name, value) \ argument
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c389 char *value; in PHP_FUNCTION() local
/PHP-7.4/ext/imap/
H A Dphp_imap.c3602 #define PHP_RFC822_PARSE_ADRLIST(target, value) \ in PHP_FUNCTION() argument
/PHP-7.4/ext/soap/
H A Dsoap.c1238 zend_long value; in PHP_METHOD() local
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_compile.c821 uint32_t value; member
H A Dpcre2_internal.h1789 uint16_t value; member
/PHP-7.4/ext/mbstring/
H A Dmbstring.c709 php_mb_parse_encoding_list(const char *value, size_t value_length, const mbfl_encoding ***return_li… in php_mb_parse_encoding_list()

Completed in 176 milliseconds

12345678