Home
last modified time | relevance | path

Searched refs:query (Results 1 – 25 of 469) sorted by path

12345678910>>...19

/PHP-7.4/
H A DNEWS92 . Fixed bug #81494 (Stopped unbuffered query does not throw error). (Nikita)
524 query error). (Nikita)
626 . Fixed bug #80107 (mysqli_query() fails for ~16 MB long query when
691 . Fixed bug #80027 (Terrible performance using $query->fetch on queries with
H A DUPGRADING530 passed as $expanded argument, query parameters will be replaced in the
648 . The @param notation can now also be used to denote SQL query parameters.
/PHP-7.4/Zend/tests/
H A Dbug31177.phpt7 public function query() {
12 return new DbGowRecordSet($this->query());
16 new DbGowRecordSet($this->query());
H A Dbug70914.phpt13 $st = $db->query('SELECT 1');
/PHP-7.4/Zend/tests/variadic/
H A Dadding_additional_optional_parameter.phpt7 public function query($query, string ...$params);
11 public function query($query, string $extraParam = null, string ...$params) { }
H A Dadding_additional_optional_parameter_error.phpt7 public function query($query, string ...$params);
11 public function query($query, int $extraParam = null, string ...$params) { }
16 …ror: Declaration of MySQL::query($query, ?int $extraParam = NULL, string ...$params) must be compa…
H A Dnon_variadic_implements_variadic_error.phpt7 public function query($query, ...$params);
11 public function query($query, $params) { }
16 Fatal error: Declaration of MySQL::query($query, $params) must be compatible with DB::query($query,…
H A Dremoving_parameter_error.phpt11 public function query($query, ...$params);
15 public function query(...$params) { }
20 Fatal error: Declaration of MySQL::query(...$params) must be compatible with DB::query($query, ...$…
H A Dvariadic_changed_byref_error.phpt7 public function query($query, &...$params);
11 public function query($query, ...$params) { }
16 Fatal error: Declaration of MySQL::query($query, ...$params) must be compatible with DB::query($que…
H A Dvariadic_changed_typehint_error.phpt7 public function query($query, string ...$params);
11 public function query($query, int ...$params) { }
16 Fatal error: Declaration of MySQL::query($query, int ...$params) must be compatible with DB::query(…
H A Dvariadic_implements_non_variadic.phpt7 public function query($query);
11 public function query($query, ...$params) { }
/PHP-7.4/docs/
H A Dstreams.md214 In situations where this is not desirable, you should query the stream to see if
344 /* initialize the connection, and run a query, using the fields in state to
/PHP-7.4/ext/dba/tests/
H A Ddba015.phpt46 echo "Test 6 - query after closing 2nd resource\n";
71 Test 6 - query after closing 2nd resource
H A Ddba_db4_018.phpt46 echo "Test 6 - query after closing 2nd resource\n";
73 Test 6 - query after closing 2nd resource
/PHP-7.4/ext/dom/tests/
H A Dbug36756.phpt12 $node = $xpath->query('/root')->item(0);
20 $node = $xpath->query('//child')->item(0);
H A Dbug42082.phpt9 $nodes = $xpath->query('*');
H A Dbug45251.phpt18 $bbb = $xpath->query('bbb', $doc->documentElement)->item(0);
H A Dbug49490.phpt13 echo($xp->query('//prefix:root', null, false)->length . "\n");
H A Dbug69373.phpt2 Bug #69373 References to deleted XPath query results
11 $all = $xpath->query('//*');
H A Dbug75451.phpt2 Bug #75451 (Assertion fails while foreach on empty xpath query)
12 foreach($xpath->query('/root/noexist') as $child) {
H A Dbug76738.phpt45 $nodes = $xpath->query($path);
77 $nodes = $xpath->query($path);
207 $nodes = $xpath->query($path);
H A Dcanonicalization.phpt36 /* exclusive/without comments using xpath query. */
37 echo $doc->c14N(TRUE, FALSE, array('query'=>'(//. | //@* | //namespace::*)'))."\n\n";
40 using xpath query with registered namespace.
43 array('query'=>'(//a:contain | //a:bar | .//namespace::*)',
H A Ddomxpath.phpt32 $nodelist = $xpath->query("//def:child");
/PHP-7.4/ext/dom/
H A Dxpath.c66 PHP_FALIAS(query, dom_xpath_query, arginfo_dom_xpath_query)
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic2336 # Reference: https://www.freebsd.org/cgi/man.cgi?query=tar&sektion=5&manpath=FreeBSD+8-current

Completed in 95 milliseconds

12345678910>>...19