Home
last modified time | relevance | path

Searched refs:value (Results 176 – 200 of 2100) sorted by path

12345678910>>...84

/PHP-5.5/ext/curl/tests/
H A Dcurl_basic_002.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_003.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_004.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_005.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_006.phpt10 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_011.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_012.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_013.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_basic_018.phpt9 /* Prototype : bool curl_setopt(resource ch, int option, mixed value)
H A Dcurl_version_variation1.phpt132 Notice: A non well formed numeric value encountered in %s on line %d
H A Dcurl_write_callback.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file, passing the output into …
H A Dcurl_write_file.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
H A Dcurl_write_return.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and have it return the co…
H A Dcurl_write_stdout.phpt7 Writes the value 'test' to a temporary file. Use curl to access this file and store the output in a…
/PHP-5.5/ext/date/lib/
H A Dparse_date.c164 int value; member
540 timelib_sll value = 0; in timelib_lookup_relative_text() local
552 value = tp->value; in timelib_lookup_relative_text()
558 return value; in timelib_lookup_relative_text()
573 long value = 0; in timelib_lookup_month() local
585 value = tp->value; in timelib_lookup_month()
590 return value; in timelib_lookup_month()
632 value = tp; in timelib_lookup_relunit()
638 return value; in timelib_lookup_relunit()
715 long value = 0; in timelib_lookup_abbr() local
[all …]
H A Dparse_date.re162 int value;
538 timelib_sll value = 0;
550 value = tp->value;
556 return value;
571 long value = 0;
583 value = tp->value;
588 return value;
630 value = tp;
636 return value;
713 long value = 0;
[all …]
H A Dparse_iso_intervals.re443 /* init value containers */
/PHP-5.5/ext/date/
H A Dphp_date.c2033 …s_constant_stringl(date_ce_date, const_name, sizeof(const_name)-1, value, sizeof(value)-1 TSRMLS_C… in date_register_classes()
4012 timelib_sll value = -1; in date_interval_read_property() local
4034 value = obj->diff->n; \ in date_interval_read_property()
4059 if (value != -99999) { in date_interval_read_property()
4060 ZVAL_LONG(retval, value); in date_interval_read_property()
4099 if (value->type != IS_LONG) { \ in date_interval_write_property()
4100 tmp_value = *value; \ in date_interval_write_property()
4103 value = &tmp_value; \ in date_interval_write_property()
4105 obj->diff->n = Z_LVAL_P(value); \ in date_interval_write_property()
4106 if (value == &tmp_value) { \ in date_interval_write_property()
[all …]
/PHP-5.5/ext/date/tests/
H A DDateInterval_days_prop1.phpt2 Wrong var_dump(DateInterval->days) value
H A Dbug21966.phpt2 Bug #21966 (date() or mktime() returning bad value for mktime month param of '2')
H A Dbug52063.phpt2 Bug #52063 (DateTime constructor's second argument doesn't have a null default value)
H A Ddate_default_timezone_get-4.phpt10 Warning: date_default_timezone_get(): Invalid date.timezone value 'Incorrect/Zone', we selected the…
H A Ddate_sunrise_variation1.phpt98 foreach($inputs as $key =>$value) {
100 …var_dump( date_sunrise($value, SUNFUNCS_RET_STRING, $latitude, $longitude, $zenith, $gmt_offset) );
101 …var_dump( date_sunrise($value, SUNFUNCS_RET_DOUBLE, $latitude, $longitude, $zenith, $gmt_offset) );
102 …var_dump( date_sunrise($value, SUNFUNCS_RET_TIMESTAMP, $latitude, $longitude, $zenith, $gmt_offset…
H A Ddate_sunrise_variation2.phpt95 foreach($inputs as $key =>$value) {
97 var_dump( date_sunrise($time, $value, $latitude, $longitude, $zenith, $gmt_offset) );
H A Ddate_sunrise_variation3.phpt92 foreach($inputs as $key =>$value) {
94 … var_dump( date_sunrise($time, SUNFUNCS_RET_STRING, $value, $longitude, $zenith, $gmt_offset) );
95 … var_dump( date_sunrise($time, SUNFUNCS_RET_DOUBLE, $value, $longitude, $zenith, $gmt_offset) );
96 … var_dump( date_sunrise($time, SUNFUNCS_RET_TIMESTAMP, $value, $longitude, $zenith, $gmt_offset) );

Completed in 85 milliseconds

12345678910>>...84