Home
last modified time | relevance | path

Searched refs:dummy (Results 26 – 50 of 159) sorted by relevance

1234567

/PHP-8.3/ext/sqlite3/tests/
H A Dgh11451.phpt12 ->query('SELECT 0 AS dummy, 1 AS key, 2 AS key')
21 ["dummy"]=>
/PHP-8.3/tests/lang/
H A Dbug29566.phpt7 $dummy="";
8 unset($dummy);
/PHP-8.3/ext/reflection/tests/
H A Dbug63614.phpt5 function dummy() {
21 $reflect = new ReflectionFunction("dummy");
/PHP-8.3/ext/opcache/tests/
H A Dcompact_literals.phpt26 if (!function_exists("dummy")) {
27 function dummy() {
32 dummy();
34 $dummy = function () { var_dump("lambda" . "dummy"); };
35 $dummy();
169 string(5) "dummy"
H A Dissue0057.phpt15 function dummy($query) {
31 dummy(0);
H A Dgh8063-001.phpt28 Fatal error: Declaration of BadClass::dummy() must be compatible with Foo::dummy(): void in %sBadCl…
H A Dgh8063-002.phpt28 Fatal error: Declaration of BadClass::dummy() must be compatible with Foo::dummy(): void in %sBadCl…
H A Dgh8063-003.phpt27 Fatal error: Declaration of BadClass2::dummy() must be compatible with Foo2::dummy(): void in %sBad…
/PHP-8.3/ext/date/tests/
H A Dbug73239.phpt7 ini_set('date.timezone', 'dummy');
15 Warning: ini_set(): Invalid date.timezone value 'dummy', using 'UTC' instead in %sbug73239.php on l…
/PHP-8.3/ext/standard/tests/serialize/
H A Dbug62373.phpt9 $dummy = array();
19 $dummy[] = $a;
/PHP-8.3/ext/oci8/tests/
H A Dlob_035.phpt59 $dummy = oci_new_descriptor($c, OCI_D_LOB);
65 var_dump(oci_lob_copy($dummy, $row1[0]));
66 var_dump(oci_lob_copy($row2[0], $dummy));
81 unset($dummy->descriptor);
82 var_dump(oci_lob_size($dummy));
/PHP-8.3/ext/spl/tests/
H A DRecursiveIteratorIterator_dtor_order.phpt6 $dummy = new stdClass; // Dummy object to control object store ordering
8 unset($dummy);
H A Dbug69970.phpt10 echo "dummy\n";
30 dummy
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_005.phpt10 public function __construct(Dummy $dummy) {
11 $this->std = $dummy;
/PHP-8.3/ext/standard/tests/general_functions/
H A Dbug60723.phpt12 error_log("dummy");
19 [%s ASIA/Chongqing] dummy
H A Dget_included_files_inc1.inc2 /* dummy include*/
/PHP-8.3/ext/standard/tests/streams/
H A Dgh14930.phpt25 stream_wrapper_register('dummy', DummyWrapper::class);
27 $dh = opendir('dummy://', stream_context_create());
/PHP-8.3/ext/pdo_mysql/tests/
H A Dbug70272.phpt18 $dummy = new StdClass();
21 $dummy = NULL;
/PHP-8.3/ext/xmlwriter/tests/
H A D006.phpt13 xmlwriter_write_element_ns($xw, 'foo', 'bar', 'urn:foo', 'dummy content');
23 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
H A DOO_006.phpt14 $xw->writeElementNS('foo', 'bar', 'urn:foo', 'dummy content');
24 <!DOCTYPE foo SYSTEM "urn:bar"><foo><foo:bar xmlns:foo="urn:foo">dummy content</foo:bar></foo>
/PHP-8.3/ext/standard/tests/file/windows_mb_path/
H A Dtest_cwd_mb_names.phpt25 touch($dirw . DIRECTORY_SEPARATOR . "dummy.txt");
34 var_dump(file_exists("dummy.txt"));
/PHP-8.3/ext/xml/tests/
H A Dbug30266.phpt16 public $dummy = "a";
33 $this->dummy = "b";
/PHP-8.3/ext/soap/tests/bugs/
H A Dbug69085.phpt17 $dummy = unserialize('O:12:"MySoapClient":5:{s:3:"uri";s:1:"a";s:8:"location";s:22:"http://localhos…
18 $dummy->whatever();
/PHP-8.3/sapi/cli/tests/
H A Dphp_cli_server_004.phpt20 User-Agent:dummy
42 string(21) "HTTP_USER_AGENT:dummy"
/PHP-8.3/Zend/tests/
H A D014.inc2 /* dummy file for 014.phpt */

Completed in 25 milliseconds

1234567