Home
last modified time | relevance | path

Searched refs:value (Results 1626 – 1650 of 2418) sorted by relevance

1...<<61626364656667686970>>...97

/php-src/ext/reflection/tests/
H A Dbug79062.phpt2 Bug #79062: Property with heredoc default value returns false for getDocComment
/php-src/ext/standard/tests/file/
H A Dbug51094.phpt2 Fixed bug #51094 (parse_ini_file() with INI_SCANNER_RAW cuts a value that includes a semi-colon).
/php-src/ext/xml/tests/
H A Dbug72714.phpt33 Warning: xml_parser_set_option(): Argument #3 ($value) must be between 0 and 2147483647 for option …
/php-src/ext/xsl/tests/
H A Dxslt005.phpt15 $res->item(0)->value = "yes";
H A Dxslt004.phpt15 $res->item(0)->value = "utf-8";
/php-src/ext/pdo_mysql/tests/inc/
H A Dmysql_pdo_test.inc101 // already an int value?
105 // string but int value?
175 if (($row = $stmt->fetch(PDO::FETCH_ASSOC)) && ($row['value'] != 'ON'))
176 … die("skip Server variable 'local_infile' seems not set to 'ON', found '". $row['value'] ."'");
/php-src/ext/standard/
H A Dhttp.c261 SG(request_parse_body_context).options_cache[cache_offset].value = result; in cache_request_parse_body_option()
272 zval *value; in cache_request_parse_body_options() local
273 ZEND_HASH_FOREACH_STR_KEY_VAL(options, key, value) { in cache_request_parse_body_options()
285 …if (cache_request_parse_body_option(options, value, REQUEST_PARSE_BODY_OPTION_ ## name) == FAILURE… in cache_request_parse_body_options()
/php-src/ext/phar/
H A Dphar_object.stub.php178 * @param resource|string $value
181 public function offsetSet($localName, $value): void {} argument
438 * @param resource|string $value
442 public function offsetSet($localName, $value): void {} argument
/php-src/ext/standard/tests/general_functions/
H A Dvar_export-locale.phpt23 '-2147483648', // max negative integer value
25 2147483647, // max positive integer value
80 (float)-2147483649, // float value
81 (float)2147483648, // float value
82 (float)-0x80000001, // float value, beyond max negative int
83 (float)0x800000001, // float value, beyond max positive int
84 (float)020000000001, // float value, beyond max positive int
85 (float)-020000000001, // float value, beyond max negative int
H A Dvar_export-locale_32.phpt23 '-2147483648', // max negative integer value
25 2147483647, // max positive integer value
80 (float)-2147483649, // float value
81 (float)2147483648, // float value
82 (float)-0x80000001, // float value, beyond max negative int
83 (float)0x800000001, // float value, beyond max positive int
84 (float)020000000001, // float value, beyond max positive int
85 (float)-020000000001, // float value, beyond max negative int
/php-src/ext/opcache/tests/
H A Dbug65915.phpt2 Bug #65915 (Inconsistent results with require return value)
/php-src/ext/standard/tests/array/
H A Dmin_basic.phpt2 Test return type and value for expected input min()
H A Darray_push.phpt51 /* Checking for return value and the new array formed from push operation */
52 echo "\n*** Checking for return value and the new array formed from push operation ***\n";
297 *** Checking for return value and the new array formed from push operation ***
/php-src/Zend/tests/type_declarations/union_types/
H A Danonymous_class.phpt30 class@anonymous::test(): Return value must be of type class@anonymous|string, stdClass returned
/php-src/ext/spl/tests/
H A DregexIterator_flags_basic.phpt14 // Test a change in flags, there's only one class constant so it has to be another int value
/php-src/ext/date/tests/
H A Ddate_default_timezone_set-1.phpt25 Warning: PHP Startup: Invalid date.timezone value '', using 'UTC' instead in %s on line %d
/php-src/Zend/tests/
H A Dbug38624.phpt12 public function __set( $name, $value )
H A Dbug78868.phpt2 Bug #78868: Calling __autoload() with incorrect EG(fake_scope) value
/php-src/Zend/tests/function_arguments/
H A Dsensitive_parameter_value.phpt2 A SensitiveParameterValue keeps the inner value secret.
/php-src/ext/snmp/
H A Dsnmp.c666 objid_query->vars[objid_query->count].value = ZSTR_VAL(value_str); in php_snmp_parse_oid()
1720 ZVAL_COPY(&tmp, value); in php_snmp_write_property()
1729 hnd->write_func(obj, value); in php_snmp_write_property()
1731 return value; in php_snmp_write_property()
1734 return zend_std_write_property(object, name, value, cache_slot); in php_snmp_write_property()
1753 if (value != &EG(uninitialized_zval)) { in php_snmp_has_property()
1754 ret = Z_TYPE_P(value) != IS_NULL? 1 : 0; in php_snmp_has_property()
1755 zval_ptr_dtor(value); in php_snmp_has_property()
1761 if (value != &EG(uninitialized_zval)) { in php_snmp_has_property()
1762 convert_to_boolean(value); in php_snmp_has_property()
[all …]
/php-src/
H A DUPGRADING69 . odbc_fetch_row() returns false when a value less than or equal to 0 is
72 object rather than a resource. Return value checks using is_resource()
75 an Odbc\Result object rather than a resource. Return value checks using
86 JIT, set the opcache.jit config value accordingly.
99 have been changed to set value as a bool.
117 - A TypeError if a value of the $signals array is not an integer
120 In some case previously it could return the value -1.
186 . curl_version() returns an additional feature_list value, which is an
388 odbc_fetch_into() now has a default value of null, consistent with
397 . getAttribute, enabled to get the value of ATTR_STRINGIFY_FETCHES.
[all …]
/php-src/tests/lang/
H A Dbug20175.phpt14 * called. Since that must happen only once the return value should be equal.
36 * The return statement transports a copy of the value to return. In other
37 * words the return value of bar_global() is a temporary variable only valid
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic2.phpt77 foreach($common_locales as $value) {
78 if( in_array($value, $all_system_locales) ) {
79 $list_of_locales[] = $value;
/php-src/ext/mysqli/tests/
H A Dbug52891.phpt2 Bug #52891 (Wrong data inserted with mysqli/mysqlnd when using bind_param,value > LONG_MAX)
42 /* first insert normal value to force initial send of types */
54 /* again normal value */
H A Dmysqli_stmt_bind_param_type_juggling.phpt108 bind_param('ii', '1', '2') --> OK (int column, string value)
109 bind_param('ii', 1, 2) --> OK (int column, int value)
111 bind_param('ss', 1, 2) --> OK (string column, int value)

Completed in 50 milliseconds

1...<<61626364656667686970>>...97