Home
last modified time | relevance | path

Searched refs:this (Results 226 – 250 of 2299) sorted by last modified time

12345678910>>...92

/php-src/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_up.phpt9 if (!driver_supports_batch_statements_without_select($db)) die('xfail test will fail with this vers…
H A Dbatch_stmt_transaction.phpt9 if (!driver_supports_batch_statements_without_select($db)) die('xfail test will fail with this vers…
H A Dbatch_stmt_try.phpt9 if (!driver_supports_batch_statements_without_select($db)) die('xfail test will fail with this vers…
H A Dconfig.inc4 // this function will version detect so the relevant tests can XFAILIF
5 // assume this bug isn't present if not using FreeTDS
H A Ddatetime2.phpt9 …', '4.6', '5.0', '6.0', '7.0', '7.1', '7.2'])) die('skip feature unsupported by this TDS version');
H A Dbatch_stmt_ins_exec.phpt9 if (!driver_supports_batch_statements_without_select($db)) die('xfail test will fail with this vers…
H A Dbatch_stmt_ins_sel_up_del.phpt9 if (!driver_supports_batch_statements_without_select($db)) die('xfail test will fail with this vers…
H A Dbatch_stmt_rowcount.phpt9 if (!driver_supports_batch_statements_without_select($db)) die('xfail test will fail with this vers…
/php-src/ext/curl/tests/
H A Dbug46711.phpt20 var_dump($opt); // with this bug, $opt[58] becomes NULL
/php-src/sapi/cli/tests/
H A Dphp_cli_server_009.phpt4 After this fix(#60112), previously 404 request like "localhost/foo/bar"
H A Dphp_cli_server_013.phpt135 …/h1><p>The requested resource <code class="url">/</code> was not found on this server.</p></body><…
145 …uested resource <code class="url">/main/style.css</code> was not found on this server.</p></body><…
H A Dphp_cli_server_016.phpt4 this is an indirect test for bug 60591, since mem leak is reproted in the server side
/php-src/
H A DCONTRIBUTING.md9 PHP or PECL code, tests or documentation. Once you've followed this guide and
65 If this is the first time you've filed a bug, we suggest reading the
301 bumping. Before doing this think about these questions:
323 is a Good Thing(tm), and Git lets us do this. Thus, following some basic rules
442 | that is bundled with this package in the file LICENSE, and is |
H A DLICENSE11 notice, this list of conditions and the following disclaimer.
14 notice, this list of conditions and the following disclaimer in
19 derived from this software without prior written permission. For
22 4. Products derived from this software may not be called "PHP", nor
37 under this License.
/php-src/ext/pcre/tests/
H A Dpreg_replace_error2.phpt12 $replace = array('this is a string', array('this is', 'a subarray'),);
29 string(64) "this is a stringthis is a stringthis is a stringthis is a string"
H A Dpreg_match_error1.phpt21 $subject = 'this is a test';
/php-src/ext/gd/tests/
H A Dbug79945.phpt11 if (str_contains($errstr, 'Cannot cast a filtered stream on this system')) {
12 die('skip: fopencookie not support on this system');
/php-src/ext/standard/tests/math/
H A Dpow_variation1_64bit.phpt7 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
H A Dpow_variation1.phpt7 if (PHP_INT_SIZE != 4) die("skip this test is for 32bit platform only");
H A Dnumber_format_basiclong_64bit.phpt5 if (PHP_INT_SIZE != 8) die("skip this test is for 64bit platform only");
/php-src/Zend/tests/stack_limit/
H A Dstack_limit_001.phpt26 clone $this;
33 serialize($this);
H A Dstack_limit_002.phpt25 clone $this;
32 serialize($this);
H A Dstack_limit_003.phpt24 clone $this;
H A Dstack_limit_006.phpt283 clone $this;
/php-src/sapi/fpm/tests/
H A Dresponse.inc148 return $this;
175 $this->error(
179 return $this;
202 return $this;
213 return $this;
233 return $this;
253 return $this;
275 return $this;
368 $this->error("The response is invalid: $this->rawData");
485 $this->rawData = $this->data['out_response'];
[all …]

Completed in 32 milliseconds

12345678910>>...92