Home
last modified time | relevance | path

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

1234567

/php-src/Zend/tests/
H A Dbug71930.phpt9 public static function dummy() {
15 $a[] = "dummy";
H A Dbug32674.phpt44 public $dummy;
55 //$dummy = 'this will not crash';
56 $obj->dummy = 'this will crash';
/php-src/ext/xsl/tests/
H A Dxsltprocessor_importStylesheet-invalidparam.phpt9 $dummy = new stdClass();
11 var_dump($xslt->importStylesheet($dummy));
/php-src/ext/pdo_sqlite/tests/
H A Dbug46542.phpt10 $a = new A('sqlite:' . __DIR__ . '/dummy.db');
18 unlink(__DIR__ . '/dummy.db');
/php-src/ext/sqlite3/tests/
H A Dgh11451.phpt12 ->query('SELECT 0 AS dummy, 1 AS key, 2 AS key')
21 ["dummy"]=>
/php-src/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.phpt29 Fatal error: Declaration of BadClass::dummy() must be compatible with Foo::dummy(): void in %sBadCl…
H A Dgh8063-002.phpt29 Fatal error: Declaration of BadClass::dummy() must be compatible with Foo::dummy(): void in %sBadCl…
H A Dgh8063-003.phpt28 Fatal error: Declaration of BadClass2::dummy() must be compatible with Foo2::dummy(): void in %sBad…
/php-src/tests/lang/
H A Dbug29566.phpt7 $dummy="";
8 unset($dummy);
/php-src/ext/reflection/tests/
H A Dbug63614.phpt5 function dummy() {
21 $reflect = new ReflectionFunction("dummy");
/php-src/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-src/ext/standard/tests/serialize/
H A Dbug62373.phpt9 $dummy = array();
19 $dummy[] = $a;
/php-src/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-src/Zend/tests/type_declarations/
H A Dtyped_properties_005.phpt10 public function __construct(Dummy $dummy) {
11 $this->std = $dummy;
/php-src/ext/xml/tests/
H A Dbug73135.phpt13 function dummy() {}
22 xml_set_element_handler($parser, 'start_elem', 'dummy');
/php-src/ext/standard/tests/general_functions/
H A Dbug60723.phpt12 error_log("dummy");
19 [%s ASIA/Chongqing] dummy
/php-src/ext/pdo_mysql/tests/
H A Dbug70272.phpt16 $dummy = new stdClass();
19 $dummy = null;
/php-src/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-src/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-src/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-src/ext/dom/tests/
H A DDOMXPath_callables.phpt16 $this->registerPhpFunctions(["cycle" => array($this, "dummy")]);
19 public function dummy(string $var) {
20 echo "dummy: $var\n";
86 dummy: https://php.net

Completed in 23 milliseconds

1234567