Home
last modified time | relevance | path

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

12345678910>>...44

/php-src/
H A DUPGRADING106 been changed to get values as bool.
162 Moreover, values of type string that correspond to method names,
389 . The dn parameter in openssl_csr_new allows setting array of values for
397 odbc_fetch_row(). Previously, the default values were -1, -1, and 0,
408 . getAttribute, enabled to get values of FB_ATTR_DATE_FORMAT, FB_ATTR_TIME_FORMAT,
458 are compared, so that the values are correctly rounded as decimal numbers.
H A DNEWS124 . Implement request #48520 (openssl_csr_new - allow multiple values in DN).
H A Dconfigure.ac73 dnl Allow version values to be used in Makefile.
/php-src/ext/opcache/jit/ir/
H A Dir_x86.dasc8634 /* 3. move the remaining memory and immediate values */
H A Dir_aarch64.dasc4770 /* 3. move the remaining memory and immediate values */
/php-src/ext/standard/
H A Darray.c6878 HashTable *values, *keys; local
6885 Z_PARAM_ARRAY_HT(values)
6889 num_values = zend_hash_num_elements(values);
6903 if (pos_values >= values->nNumUsed) {
6906 entry_values = ZEND_HASH_ELEMENT(values, pos_values);
/php-src/ext/opcache/jit/
H A Dzend_jit_ir.c11284 ir_refs *values; /* we need this only for zval.w2 copy */ local
11291 ir_refs_init(values, 4);
11304 ir_refs_add(values, val);
11326 ir_refs_add(values, val2);
11343 ir_refs_add(values, val);
11350 val = ir_PHI_N(IR_ADDR, values->count, values->refs);
/php-src/ext/xml/
H A Dxml.c559 zval values; in _xml_add_to_info() local
560 array_init(&values); in _xml_add_to_info()
561 element = zend_hash_str_update(Z_ARRVAL(parser->info), name, name_len, &values); in _xml_add_to_info()
/php-src/ext/xml/tests/
H A Dgh14124.phpt24 xml_parse_into_struct($parser, $long_xml_head . $long_xml_tail, $values, $index);
/php-src/ext/standard/tests/strings/
H A Dsetlocale_variation4.phpt17 /*If locale is NULL, the locale names will be set from the values of environment variables with the…
38 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
141 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
H A Dsetlocale_variation5.phpt17 /* If locale is empty string "", the locale names will be set from the values of environment variab…
42 echo "Checking new locale in the system, Expected : the locale names will be set from the values of…
145 Checking new locale in the system, Expected : the locale names will be set from the values of envir…
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_create_aggregate_no_leak.phpt15 return implode(',', $context['values']);
18 $context = ['total' => 0, 'values' => []];
21 $context['values'][] = $context['total'];
/php-src/ext/odbc/
H A Dphp_odbc.c225 if (res->values) { in odbc_result_free()
231 efree(res->values); in odbc_result_free()
232 res->values = NULL; in odbc_result_free()
701 result->values[i].name, sizeof(result->values[i].name), &colnamelen, 0); in odbc_bindcols()
983 result->values = NULL; in PHP_FUNCTION()
1369 result->values = NULL; in PHP_FUNCTION()
1502 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in php_odbc_fetch_hash()
1663 ZVAL_STRINGL(&tmp, result->values[i].value, result->values[i].vallen); in PHP_FUNCTION()
2481 if (result->values) {
2487 efree(result->values);
[all …]
H A Dphp_odbc_includes.h220 odbc_result_value *values; member
/php-src/docs/source/core/data-structures/
H A Dreference-counting.rst13 and freeing memory for you by tracking which values are no longer needed. It does this by assigning
72 with ``GC_``, or macros that work on ``zval`` values, usually prefixed with ``Z_``. Unfortunately,
101 no-op. If it does not, using the macro on these values is undefined behavior.
159 or multi-threaded environment with opcache enabled, it shares some common values between processes
161 threads can be tricky and requires special care when modifying values. In particular, modification
164 immutable and never modifying the reference count. Such values will receive the ``GC_IMMUTABLE``
191 PHP implements a cycle collector that detects such cycles and frees values that are only reachable
192 through their own references. The cycle collector will record values that may be involved in a
211 This allows for a fast way to detect values that don't need to be added to the cycle collector
215 example, ``var_dump`` recursively prints the contents of values, and marks visited values with the
[all …]
/php-src/ext/pgsql/
H A Dpgsql.c4548 ZEND_ASSERT(Z_TYPE_P(values) == IS_ARRAY); in php_pgsql_convert()
4562 ZEND_HASH_FOREACH_STR_KEY_VAL(Z_ARRVAL_P(values), field, val) { in php_pgsql_convert()
5192 zval *pgsql_link, *values; in PHP_FUNCTION() local
5221 if (php_pgsql_convert(pg_link, table_name, values, return_value, option) == FAILURE) { in PHP_FUNCTION()
5398 zval *pgsql_link, *values; in PHP_FUNCTION() local
5408 &pgsql_link, pgsql_link_ce, &table, &values, &option) == FAILURE in PHP_FUNCTION()
5435 if (php_pgsql_insert(pg_link, table, values, option|PGSQL_DML_STRING, &sql) == FAILURE) { in PHP_FUNCTION()
5476 } else if (php_pgsql_insert(pg_link, table, values, option, &sql) == FAILURE) { in PHP_FUNCTION()
5619 zval *pgsql_link, *values, *ids; in PHP_FUNCTION() local
5627 &pgsql_link, pgsql_link_ce, &table, &values, &ids, &option) == FAILURE in PHP_FUNCTION()
[all …]
/php-src/build/
H A Dlibtool.m44035 # careful not to overquote the AC_SUBSTed values. We take copies of the
4443 # Variables whose values should be saved in libtool wrapper scripts and
/php-src/docs/
H A Drelease-process.md96 `user.signingKey` values to use with your local PHP repositories. See
/php-src/Zend/tests/type_declarations/
H A Dscalar_return_basic.phpt31 $values = [
52 foreach ($values as $value) {
H A Dscalar_strict.phpt22 $values = [
43 foreach ($values as $value) {
H A Dscalar_basic.phpt29 $values = [
50 foreach ($values as $value) {
H A Dscalar_return_basic_64bit.phpt31 $values = [
52 foreach ($values as $value) {
H A Dscalar_strict_64bit.phpt22 $values = [
43 foreach ($values as $value) {
/php-src/Zend/tests/type_declarations/union_types/
H A Dtype_checking_strict.phpt23 foreach ($values as $value) {
49 $values = [
53 test('int|float', $values);
54 test('int|float|false', $values);
55 test('int|float|bool', $values);
56 test('int|bool', $values);
57 test('int|string|null', $values);
58 test('string|bool', $values);
59 test('float|array', $values);
60 test('string|array', $values);
[all …]
H A Dtype_checking_weak.phpt21 foreach ($values as $value) {
47 $values = [
51 test('int|float', $values);
52 test('int|float|false', $values);
53 test('int|float|bool', $values);
54 test('int|bool', $values);
55 test('int|string|null', $values);
56 test('string|bool', $values);
57 test('float|array', $values);
58 test('string|array', $values);
[all …]

Completed in 150 milliseconds

12345678910>>...44