Home
last modified time | relevance | path

Searched refs:value (Results 1926 – 1950 of 2314) sorted by relevance

1...<<71727374757677787980>>...93

/PHP-7.2/ext/zlib/tests/
H A Dgzopen_variation2.phpt112 foreach($inputs as $key =>$value) {
114 var_dump( gzopen($filename, $value, $use_include_path) );
/PHP-7.2/ext/standard/tests/file/
H A Dfile_get_contents_variation4.phpt120 foreach($inputs as $key =>$value) {
122 var_dump( file_get_contents($absFile, false, $value) );
H A Dfile_put_contents_variation3.phpt119 foreach($inputs as $key =>$value) {
121 var_dump( file_put_contents($absFile, $data, null, $value) );
H A Dfile_variation4.phpt117 foreach($inputs as $key =>$value) {
119 var_dump( file($filename, $flags, $value) );
H A Dfscanf_variation11.phpt49 foreach($array_types as $value) {
50 @fprintf($file_handle, $value);
H A Dfscanf_variation30.phpt49 foreach($array_types as $value) {
50 @fprintf($file_handle, $value);
H A Dmkdir_variation4.phpt114 foreach($inputs as $key =>$value) {
116 $h = mkdir($pathname, $mode, $recursive, $value);
H A Dpclose_variation1.phpt106 foreach($inputs as $key =>$value) {
108 var_dump( pclose($value) );
H A Dreadfile_variation4.phpt117 foreach($inputs as $key =>$value) {
119 $h = readfile($filename, $use_include_path, $value);
H A Drmdir_variation2.phpt112 foreach($inputs as $key =>$value) {
115 var_dump( rmdir($dirname, $value) );
/PHP-7.2/ext/standard/tests/strings/
H A Dstrlen.phpt93 /* $string2 holds a value of "int(0)" */
133 /* Here two different outputs, which depends on the rounding value
H A Dparse_str_basic3.phpt41 echo "\nTest string with non-array value with same name as existing array variable\n";
182 Test string with non-array value with same name as existing array variable
H A Dstr_pad.phpt33 -PHP_INT_MAX, // huge negative value
34 -1, // negative value
/PHP-7.2/Zend/
H A Dbench.php204 foreach($hash1 as $key => $value) $hash2[$key] += $value;
/PHP-7.2/ext/date/tests/
H A Dgetdate_variation1.phpt88 foreach($inputs as $key =>$value) {
90 var_dump( getdate($value) );
/PHP-7.2/ext/standard/tests/array/
H A Darray_diff_ukey_variation4.phpt83 foreach($inputs as $key =>$value) {
85 var_dump( array_diff_ukey($array1, $array2, $value) );
86 var_dump( array_diff_ukey($array1, $array2, $array3, $value) );
H A Darray_intersect_uassoc_variation4.phpt86 foreach($inputs as $key =>$value) {
88 var_dump( array_intersect_uassoc($array1, $array2, $value) );
89 var_dump( array_intersect_uassoc($array1, $array2, $array3, $value) );
/PHP-7.2/ext/standard/tests/general_functions/
H A Dgettype_settype_variation6.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
H A Dgettype_settype_variation8.phpt118 -2147483648, // max -ne int value
123 0xF674593039, // a hex value > than max int
127 02224242434343152, // an octal value > than max int
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv_variation11.phpt2 SplFileObject::fputcsv(): Usage variations -- with default enclosure value
6 /* Testing fputcsv() to write to a file when default enclosure value is provided */
8 echo "*** Testing fputcsv() : with default enclosure value ***\n";
68 *** Testing fputcsv() : with default enclosure value ***
H A DSplFileObject_fputcsv_variation12.phpt6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter value
9 echo "*** Testing fputcsv() : with default enclosure and different delimiter value ***\n";
69 *** Testing fputcsv() : with default enclosure and different delimiter value ***
/PHP-7.2/ext/intl/calendar/
H A Dcalendar_methods.cpp466 value; in PHP_FUNCTION() local
491 "Oll", &object, Calendar_ce_ptr, &field, &value) == FAILURE) { in PHP_FUNCTION()
503 (value < INT32_MIN || value > INT32_MAX)) { in PHP_FUNCTION()
515 co->ucal->roll((UCalendarDateFields)field, (int32_t)value, in PHP_FUNCTION()
/PHP-7.2/win32/build/
H A Dconfutils.js576 function DEFINE(name, value) argument
581 configure_subst.Add(name, value);
2595 function AC_DEFINE(name, value, comment, quote) argument
2600 if (quote && typeof(value) == "string") {
2601 value = '"' + value.replace(new RegExp('(["\\\\])', "g"), '\\$1') + '"';
2602 } else if (typeof(value) != "undefined" && value.length == 0) {
2603 value = '""';
2605 var item = new Array(value, comment);
2608 STDOUT.WriteLine("AC_DEFINE[" + name + "]=" + value + ": is already defined to " + orig_item[0]);
/PHP-7.2/ext/date/lib/
H A Dparse_date.re146 int value;
539 timelib_sll value = 0;
551 value = tp->value;
557 return value;
572 timelib_long value = 0;
584 value = tp->value;
589 return value;
631 value = tp;
637 return value;
726 value = tp->gmtoffset;
[all …]
/PHP-7.2/ext/pcre/pcrelib/sljit/
H A DsljitNativeARM_32.c315 sljit_s32 value; member
320 sljit_s32 value; in resolve_const_pool_index() local
327 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
333 value = (sljit_s32)cpool_start_address[cpool_current_index]; in resolve_const_pool_index()
337 value = curr_patch->value; in resolve_const_pool_index()
350 if (value >= 0) { in resolve_const_pool_index()
351 if ((sljit_uw)value > cpool_current_index) { in resolve_const_pool_index()
362 curr_patch->index = value; in resolve_const_pool_index()
363 curr_patch->value = cpool_start_address[value]; in resolve_const_pool_index()
366 cpool_start_address[value] = *buf_ptr; in resolve_const_pool_index()

Completed in 90 milliseconds

1...<<71727374757677787980>>...93