Home
last modified time | relevance | path

Searched refs:value (Results 1951 – 1975 of 2016) sorted by relevance

1...<<7172737475767778798081

/PHP-7.4/ext/hash/
H A Dhash.c40 int value; member
946 …zend_register_long_constant(buf, len, algorithm.value, CONST_CS | CONST_PERSISTENT, module_number); in mhash_init()
/PHP-7.4/ext/date/lib/
H A Dparse_iso_intervals.re369 /* init value containers */
/PHP-7.4/ext/soap/
H A Dphp_sdl.c1265 WSDL_CACHE_GET_INT(x->value, in); in sdl_deserialize_resriction_int()
1279 x->value = sdl_deserialize_string(in); in sdl_deserialize_resriction_char()
1907 WSDL_CACHE_PUT_INT(x->value, out); in sdl_serialize_resriction_int()
1918 sdl_serialize_string(x->value, out); in sdl_serialize_resriction_char()
2404 prest->value = strdup((*rest)->value); in make_persistent_restriction_char_int()
H A Dsoap.c362 ZEND_ARG_INFO(0, value)
1238 zend_long value; in PHP_METHOD() local
1244 if (zend_parse_parameters(ZEND_NUM_ARGS(), "l", &value) != FAILURE) { in PHP_METHOD()
1246 if (value == SOAP_PERSISTENCE_SESSION || in PHP_METHOD()
1247 value == SOAP_PERSISTENCE_REQUEST) { in PHP_METHOD()
1248 service->soap_class.persistence = value; in PHP_METHOD()
1250 …or_docref(NULL, E_WARNING, "Tried to set persistence with bogus value (" ZEND_LONG_FMT ")", value); in PHP_METHOD()
/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() argument
717 if (value == NULL || value_length == 0) { in php_mb_parse_encoding_list()
727 if (value[0]=='"' && value[value_length-1]=='"' && value_length>2) { in php_mb_parse_encoding_list()
728 tmpstr = (char *)estrndup(value+1, value_length-2); in php_mb_parse_encoding_list()
732 tmpstr = (char *)estrndup(value, value_length); in php_mb_parse_encoding_list()
/PHP-7.4/ext/standard/
H A Dstring.c522 char *value; in PHP_FUNCTION() local
694 value = nl_langinfo(item); in PHP_FUNCTION()
695 if (value == NULL) { in PHP_FUNCTION()
698 RETURN_STRING(value); in PHP_FUNCTION()
6199 double value; local
6206 Z_PARAM_DOUBLE(value)
6224 if ((res_len = strfmon(ZSTR_VAL(str), ZSTR_LEN(str), format, value)) < 0) {
/PHP-7.4/ext/xmlwriter/
H A Dphp_xmlwriter.c227 ZEND_ARG_INFO(0, value)
232 ZEND_ARG_INFO(0, value)
/PHP-7.4/ext/standard/tests/array/
H A Dsizeof_variation1.phpt54 // loop through the each value of the array for 'var' argument and check the behaviour of sizeof()
/PHP-7.4/ext/standard/tests/file/
H A Dftruncate_variation1-win32-mb.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1-win32.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation1.phpt62 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation2-win32.phpt63 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7-win32.phpt64 clearstatcache(); // clear previous size value in cache
H A Dftruncate_variation7.phpt64 clearstatcache(); // clear previous size value in cache
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_fetch_array.phpt122 // Don't expect a unicode value from the database, you'll get binary string
H A Dmysqli_class_mysqli_reflection.phpt623 Inspecting parameter 'value' of method 'options'
1045 Inspecting parameter 'value' of method 'set_opt'
H A Dmysqli_stmt_bind_result.phpt191 /* test is broken too: we bind "integer" but value is a float
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc568 return array_filter($params, function($value) {
569 return !is_null($value);
/PHP-7.4/ext/pgsql/
H A Dpgsql.c4236 zval *value; local
4287 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(pg_rows), value) {
4288 zend_string *tmp = zval_try_get_string(value);
4312 ZEND_HASH_FOREACH_VAL(Z_ARRVAL_P(pg_rows), value) {
4313 zend_string *tmp = zval_try_get_string(value);
5402 static int php_pgsql_fd_set_option(php_stream *stream, int option, int value, void *ptrparam) /* {{… argument
5407 return PQ_SETNONBLOCKING(pgsql, value);
/PHP-7.4/ext/intl/
H A Dphp_intl.c278 ZEND_ARG_INFO(0, value)
/PHP-7.4/ext/odbc/
H A Dconfig.m498 default 0x0350. Use the special value of 0 to prevent an explicit ODBCVER to
/PHP-7.4/Zend/
H A Dzend_compile.h381 zval value; /* access flags are stored in reserved: zval.u2.access_flags */ member
/PHP-7.4/sapi/cli/
H A Dphp_cli_server.c389 char *value; in PHP_FUNCTION() local
401 ZEND_HASH_FOREACH_STR_KEY_PTR(headers, key, value) { in PHP_FUNCTION()
402 ZVAL_STRING(&tmp, value); in PHP_FUNCTION()
/PHP-7.4/ext/opcache/
H A Dzend_file_cache.c624 zend_file_cache_serialize_zval(&c->value, script, info, buf);
1329 zend_file_cache_unserialize_zval(&c->value, script, buf);

Completed in 128 milliseconds

1...<<7172737475767778798081