Home
last modified time | relevance | path

Searched refs:return (Results 76 – 100 of 2639) sorted by relevance

12345678910>>...106

/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_doclit.inc6 return $inputString;
11 return $inputStringArray;
16 return $inputStruct;
21 return NULL;
H A Dround3_groupD_rpcenc.inc6 return $inputString;
11 return $inputStringArray;
16 return $inputStruct;
21 return NULL;
/PHP-7.4/tests/output/
H A Dob_start_basic_002.phpt2 ob_start(): Check behaviour with various callback return values.
6 return "";
10 return false;
14 return null;
18 return "I stole your output.";
22 return 0;
/PHP-7.4/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_mimedoc.inc5 return $in;
9 return $in;
13 return $in;
17 return $in;
H A Dround4_groupG_mimerpc.inc5 return $in;
9 return $in;
13 return $in;
17 return $in;
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4520 return x;
614 return 42;
669 return i;
674 return i;
774 return 13;
781 return 3;
787 return 2;
790 return 1;
843 return pr;
854 return {};
[all …]
/PHP-7.4/Zend/tests/try/
H A Dcatch_finally_003.phpt12 return $a;
17 return "finally";
19 return "end";
28 return $a;
30 return ($c = "end");
/PHP-7.4/Zend/tests/
H A Dbug68652.phpt10 return self::$instance;
12 return self::$instance = new self();
25 return self::$instance;
27 return self::$instance = new self();
31 if (!isset(self::$instance)) return;
/PHP-7.4/ext/standard/tests/file/
H A Dinclude_userstream_003.phpt17 return !empty($this->stream);
24 return true;
34 return $ret;
42 return $this->pos;
62 return true;
64 return false;
70 return true;
72 return false;
78 return true;
80 return false;
[all …]
H A Duserdirstream.phpt12 return true;
18 if ($this->idx >= count($sample)) return false;
19 else return $sample[$this->idx++];
25 return true;
31 return true;
H A Dbug27508.phpt13 return true;
18 return fread($this->fp, $count);
23 return fwrite($this->fp, $data);
28 return ftell($this->fp);
34 return true;
36 return feof($this->fp);
41 return fseek($this->fp, $offset, $whence) == 0 ? true : false;
H A Duserstreams_002.phpt8 return true;
11 return false;
16 return $this->return_value;
36 test("return value is false", $fd, false);
37 test("return value not a stream resource", $fd, "foo");
38 test("return value is stream itself", $fd, $fd);
39 test("return value cannot be casted", $fd, $fd2);
58 ------ return value is false: -------
65 ------ return value not a stream resource: -------
76 ------ return value is stream itself: -------
[all …]
/PHP-7.4/ext/json/
H A Djson_scanner.re70 return code - '0';
72 return code - ('A' - 10);
74 return code - ('a' - 10);
77 return -1;
88 return code;
162 return PHP_JSON_T_NUL;
166 return PHP_JSON_T_TRUE;
170 return PHP_JSON_T_FALSE;
187 return PHP_JSON_T_INT;
203 return PHP_JSON_T_EOI;
[all …]
/PHP-7.4/tests/classes/
H A Diterators_004.phpt25 return $this->num;
33 return $this->num < $this->max;
38 case 0: return "1st";
39 case 1: return "2nd";
40 case 2: return "3rd";
41 default: return "???";
/PHP-7.4/Zend/tests/type_declarations/
H A Dscalar_none.phpt7 'int' => function (int $i) { return $i; },
8 'float' => function (float $f) { return $f; },
9 'string' => function (string $s) { return $s; },
10 'bool' => function (bool $b) { return $b; },
11 'int nullable' => function (int $i = NULL) { return $i; },
12 'float nullable' => function (float $f = NULL) { return $f; },
13 'string nullable' => function (string $s = NULL) { return $s; },
14 'bool nullable' => function (bool $b = NULL) { return $b; }
H A Dscalar_null.phpt7 'int' => function (int $i) { return $i; },
8 'float' => function (float $f) { return $f; },
9 'string' => function (string $s) { return $s; },
10 'bool' => function (bool $b) { return $b; },
11 'int nullable' => function (int $i = NULL) { return $i; },
12 'float nullable' => function (float $f = NULL) { return $f; },
13 'string nullable' => function (string $s = NULL) { return $s; },
14 'bool nullable' => function (bool $b = NULL) { return $b; }
/PHP-7.4/ext/spl/tests/
H A Diterator_002.phpt10 return is_array($this->current());
15 return new RecursiceArrayIterator($this->current());
23 return true;
28 return $this->getInnerIterator()->hasChildren();
33 return new RecursiceArrayIterator($this->getInnerIterator()->current());
H A Drecursivedualiterator.inc33 /** @return whether both LHS and RHS have children
37 return $this->getLHS()->hasChildren() && $this->getRHS()->hasChildren();
40 /** @return new RecursiveDualIterator (late binding) for the two inner
49 return $this->ref->newInstance(
53 /** @return whether both inner iterators are valid, have same hasChildren()
58 return $this->getLHS()->hasChildren() === $this->getRHS()->hasChildren()
62 /** @return whether both inner iterators are valid, have same hasChildren()
67 return $this->getLHS()->hasChildren() === $this->getRHS()->hasChildren()
/PHP-7.4/ext/mysqli/tests/
H A Dconnect.inc45 return $temp_dir;
47 return FALSE;
70 return $link;
107 return false;
109 return true;
115 return false;
120 return true;
123 return false;
125 return false;
128 return false;
[all …]
/PHP-7.4/ext/gd/tests/
H A Dfunc.inc5 return GD_VERSION;
15 return $info;
26 return $version;
37 return $version;
48 return $version;
59 return $version;
76 * @return void
83 return;
95 return;
124 return $image;
[all …]
/PHP-7.4/sapi/phpdbg/tests/
H A Dfinish_leave_001.phpt18 >00009: return "world";
22 >00005: return ["hello", $other];
26 >00005: return ["hello", $other];
36 return ["hello", $other];
40 return "world";
/PHP-7.4/tests/lang/
H A Dbug21961.phpt22 return $this->name;
37 return $this->name;
45 return 'nobody';
47 return eval("return ".$who.'::getName();');
/PHP-7.4/ext/phar/
H A Dphar_path_check.re28 return pcr_err_curr_dir;
31 return pcr_err_up_dir;
62 return pcr_err_double_slash;
66 return pcr_err_up_dir;
70 return pcr_err_curr_dir;
74 return pcr_err_back_slash;
78 return pcr_err_star;
86 return pcr_use_query;
99 return pcr_err_illegal_char;
102 return pcr_is_ok;
[all …]
/PHP-7.4/ext/standard/tests/streams/
H A Dstream_get_line_NUL_delimiter.phpt8 return true;
12 return "a\0";
14 return "";
17 return $this->s >= 2;
/PHP-7.4/Zend/tests/generators/
H A Dget_return_errors.phpt9 return 3;
14 // Generator hasn't reached the "return" yet
23 return 2;
41 return 1;
55 return 1;
74 Cannot get return value of a generator that hasn't returned
76 Cannot get return value of a generator that hasn't returned
79 Cannot get return value of a generator that hasn't returned

Completed in 57 milliseconds

12345678910>>...106