Home
last modified time | relevance | path

Searched refs:values (Results 1276 – 1300 of 1390) sorted by relevance

1...<<515253545556

/PHP-7.4/ext/standard/tests/array/
H A Dasort_object2.phpt12 * testing asort() by providing integer/string object arrays with following flag values
H A Dsort_object2.phpt12 …* testing sort() by providing integer/string object arrays with flag values are defualt, SORT_REGU…
H A Darray_merge_variation1.phpt39 // unexpected values to be passed to $arr1 argument
H A Darray_merge_variation2.phpt39 // unexpected values to be passed to $arr2 argument
H A Darsort_object2.phpt12 * testing arsort() by providing integer/string object arrays with following flag values
H A Deach_variation1.phpt37 // unexpected values to be passed to $arr argument
H A Darray_reverse_variation4.phpt59 // array with mixed values
/PHP-7.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_bindparam.phpt50 // NULL values
/PHP-7.4/ext/pdo_oci/tests/
H A Dbug57702.phpt29 …$stmt = $db->prepare("insert into bug57702 (id, data1, data2) values (:id, empty_blob(), empty_blo…
/PHP-7.4/ext/snmp/tests/
H A Dsnmp2_set.phpt191 Warning: snmp2_set(): Single objid and multiple type or values are not supported in %s on line %d
197 Warning: snmp2_set(): Single objid and multiple type or values are not supported in %s on line %d
H A Dsnmpset.phpt191 Warning: snmpset(): Single objid and multiple type or values are not supported in %s on line %d
197 Warning: snmpset(): Single objid and multiple type or values are not supported in %s on line %d
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_strict_64bit.phpt22 $values = [
43 foreach ($values as $value) {
H A Dscalar_strict.phpt22 $values = [
43 foreach ($values as $value) {
/PHP-7.4/sapi/fpm/
H A Dwww.conf.in417 ; overwrite the values previously defined in the php.ini. The directives are the
423 ; For php_*flag, valid values are on, off, 1, 0, true, false, yes or no.
427 ; overwrite previously defined php.ini values, but will append the new value
433 ; Default Value: nothing is defined by default except the values in php.ini and
/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/standard/tests/dir/
H A Dscandir_variation3-win32-mb.phpt47 // unexpected values to be passed to $context argument
/PHP-7.4/ext/oci8/tests/
H A Dbug43497.phpt119 …$stmt = oci_parse($c, "insert into bug43497_tab(id, xml) values (:id, sys.xmltype.createxml(:xml))…
H A Dfetch_all3.phpt19 $insert_sql = "insert into fetch_all3_tab (id, value) values (:idbv,:vbv)";
/PHP-7.4/ext/standard/tests/serialize/
H A Dserialization_objects_014.phpt2 Object serialization / unserialization: references to external values
/PHP-7.4/ext/pdo/
H A Dphp_pdo_driver.h636 zval *values; /* freed */ member
/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/json/tests/
H A Dpass001.1.phpt11 /* Modified to test unescaped UNICODE as keys and values.
13 * Modified to test empty string values.
H A Dpass001.1_64bit.phpt12 /* Modified to test unescaped UNICODE as keys and values.
14 * Modified to test empty string values.
/PHP-7.4/
H A DUPGRADING25 . Trying to use values of type null, bool, int, float or resource as an
136 returned the values of the wrapped array/object unless the STD_PROP_LIST
182 interpret "false" as a failure return values. If no data is available, but
635 results of Reflection...::getModifiers(), using hard-coded numeric values.
726 Note that both values are derived from the system and provided as is on 64-bit
727 systems. On 32-bit systems, these values might overflow the 32-bit integer in
/PHP-7.4/docs/
H A Dstreams.md56 * `options` is a combination of the following values:
138 It returns one of the following values:
198 `castas` can be one of the following values:

Completed in 99 milliseconds

1...<<515253545556