Home
last modified time | relevance | path

Searched refs:values (Results 1 – 25 of 1390) sorted by last modified time

12345678910>>...56

/PHP-7.4/
H A DNEWS411 . Fixed bug #80915 (Taking a reference to $_SERVER hides its values from
887 . Fixed bug #79588 (Boolean opcache settings ignore on/off values). (cmb)
1068 . Fixed bug #79038 (PDOStatement::nextRowset() leaks column values). (cmb)
1097 . Fixed bug #79174 (cookie values with spaces fail to round-trip). (cmb)
1180 . Fixed bug #78929 (plus signs in cookie values are converted to spaces).
1212 . Fixed bug #79067 (gdTransformAffineCopy() may use unitialized values). (cmb)
2534 valid values). (Michael Moravec)
2687 related constants for possible TLS protocol values. (Jakub Zelenka)
H A Dconfigure.ac121 dnl Allow version values to be used in Makefile.
H A D.gdbinit53 Prints the compiled variables and their values.
/PHP-7.4/ext/pgsql/
H A Dpgsql.c552 ZEND_ARG_INFO(0, values)
559 ZEND_ARG_INFO(0, values)
5857 assert(Z_TYPE_P(values) == IS_ARRAY);
5872 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(values), field, val) {
6511 zval *pgsql_link, *values; local
6720 zval *pgsql_link, *values; local
6731 &pgsql_link, &table, &table_len, &values, &option) == FAILURE) {
6790 } else if (php_pgsql_insert(pg_link, table, values, option, &sql) == FAILURE) {
6934 zval *pgsql_link, *values, *ids; local
6943 &pgsql_link, &table, &table_len, &values, &ids, &option) == FAILURE) {
[all …]
/PHP-7.4/ext/standard/
H A Darray.c6447 HashTable *values, *keys; local
6454 Z_PARAM_ARRAY_HT(values)
6458 num_values = zend_hash_num_elements(values);
6472 if (pos_values >= values->nNumUsed) {
6474 } else if (Z_TYPE(values->arData[pos_values].val) != IS_UNDEF) {
6475 entry_values = &values->arData[pos_values].val;
/PHP-7.4/sapi/fpm/tests/
H A Dtester.inc1043 if (isset($this->ports['values'][$pool])) {
1044 return $this->ports['values'][$pool];
1047 $this->ports['values'][$pool] = $this->ports['last'] = $port;
/PHP-7.4/ext/date/lib/
H A Dparse_date.re2403 /* Convert ISO values */
/PHP-7.4/ext/xml/tests/
H A Dbug70962.phpt14 xml_parse_into_struct($parser, $xml, $values);
16 return $values;
26 // Check XML_OPTION_SKIP_WHITE ignores values of tags containing whitespace characters only.
29 // Check XML_OPTION_SKIP_WHITE ignores empty <![CDATA[ ]]> values.
/PHP-7.4/ext/xml/
H A Dxml.c263 ZEND_ARG_INFO(1, values)
706 zval values; in _xml_add_to_info() local
707 array_init(&values); in _xml_add_to_info()
708 element = zend_hash_str_update(Z_ARRVAL(parser->info), name, strlen(name), &values); in _xml_add_to_info()
/PHP-7.4/ext/spl/tests/
H A DSplFixedArray_setSize_destruct.phpt5 $values = new SplFixedArray(1);
6 $values->offsetSet(0, new HasDestructor());
7 $values->offsetSet(0, false);
12 global $values;
13 var_dump($values);
14 $values->setSize($values->getSize() - 1);
15 var_dump($values);
19 $values->setSize(5);
20 $values->offsetSet(4, new HasDestructor());
/PHP-7.4/Zend/
H A Dzend_vm_execute.h4446 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
4450 Z_FE_POS(generator->values) = 0; in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
4502 ZVAL_OBJ(&generator->values, &iter->std); in ZEND_YIELD_FROM_SPEC_CONST_HANDLER()
18560 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_TMP_HANDLER()
18564 Z_FE_POS(generator->values) = 0; in ZEND_YIELD_FROM_SPEC_TMP_HANDLER()
18617 ZVAL_OBJ(&generator->values, &iter->std); in ZEND_YIELD_FROM_SPEC_TMP_HANDLER()
21991 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_VAR_HANDLER()
21995 Z_FE_POS(generator->values) = 0; in ZEND_YIELD_FROM_SPEC_VAR_HANDLER()
22050 ZVAL_OBJ(&generator->values, &iter->std); in ZEND_YIELD_FROM_SPEC_VAR_HANDLER()
37917 ZVAL_COPY_VALUE(&generator->values, val); in ZEND_YIELD_FROM_SPEC_CV_HANDLER()
[all …]
H A Dzend_vm_def.h7859 ZVAL_COPY_VALUE(&generator->values, val);
7863 Z_FE_POS(generator->values) = 0;
7918 ZVAL_OBJ(&generator->values, &iter->std);
/PHP-7.4/ext/sockets/tests/
H A Dsocket_set_block-retval.phpt2 Test socket_set_block return values
H A Dsocket_set_nonblock-retval.phpt2 Test socket_set_nonblock return values
/PHP-7.4/ext/opcache/Optimizer/
H A Dsccp.c82 zval *values; member
151 zval *value = &ctx->values[var]; in set_value()
193 return &ctx->values[ssa_op->op1_use]; in get_op1_value()
203 return &ctx->values[ssa_op->op2_use]; in get_op2_value()
2444 if (!Z_DELREF(ctx->values[i])) { in replace_constant_operands()
2447 MAKE_BOT(&ctx->values[i]); in replace_constant_operands()
2453 value = &ctx->values[i]; in replace_constant_operands()
2508 MAKE_BOT(&sccp->values[i]); in sccp_context_init()
2512 MAKE_BOT(&sccp->values[i]); in sccp_context_init()
2514 MAKE_TOP(&sccp->values[i]); in sccp_context_init()
[all …]
/PHP-7.4/ext/pdo_firebird/tests/
H A Dbug_aaa.phpt14 $S = $dbh->prepare('insert into ta_table (id) values (:id) returning id');
H A Ddialect_1.phpt36 $sql='INSERT INTO test_d1(K, DT) values(?, ?)';
H A Dbug_62024.phpt20 $sql = "insert into test_insert (id, text) values (?, ?)";
H A Dbug_72583.phpt13 $dbh->exec('insert into atable values (1, -1)');
H A Dbug_72931.phpt13 $S = $dbh->prepare('insert into tablea (id) values (1) returning id');
H A Dbug_73087.phpt13 $S = $dbh->prepare('insert into atable (id, content) values (:id, :content)');
H A Dbug_74462.phpt13 $dbh->exec('insert into atable (id, abool) values (1, true)');
14 $dbh->exec('insert into atable (id, abool) values (2, false)');
15 $dbh->exec('insert into atable (id, abool) values (3, null)');
/PHP-7.4/ext/odbc/
H A Dphp_odbc.c422 if (res->values) { in ZEND_GET_MODULE()
427 efree(res->values); in ZEND_GET_MODULE()
428 res->values = NULL; in ZEND_GET_MODULE()
957 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
1268 result->values = NULL; in PHP_FUNCTION()
1701 result->values = NULL; in PHP_FUNCTION()
1834 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in php_odbc_fetch_hash()
1997 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in PHP_FUNCTION()
2462 if (result->values) { in PHP_FUNCTION()
2468 efree(result->values); in PHP_FUNCTION()
[all …]
/PHP-7.4/ext/standard/tests/
H A Dbug80915.phpt2 Bug #80915: Taking a reference to $_SERVER hides its values from phpinfo()
/PHP-7.4/ext/standard/tests/array/
H A Dksort_basic.phpt11 …rt() by providing array of integer/string values to check the basic functionality with following …
20 // an array containing unsorted string values with indices
26 // an array containing unsorted numeric values with indices

Completed in 387 milliseconds

12345678910>>...56