Home
last modified time | relevance | path

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

12345678910>>...18

/PHP-7.0/
H A DNEWS311 . Fixed bug #74780 (parse_url() borken when query string contains colon).
330 . Fixed bug #69356 (PDOStatement::debugDumpParams() truncates query). (Adam
366 . Fixed bug #69373 (References to deleted XPath query results). (ttoohey)
1030 . Allow \PDO::setAttribute() to set query timeouts. (Adam Baratz)
1424 . Fixed bug #72570 (Segmentation fault when binding parameters on a query
H A DREADME.STREAMS199 In situations where this is not desirable, you should query the stream
322 /* initialize the connection, and run a query, using the fields in state to
H A DREADME.TESTING2111 QUERY_STRING The query part of a url (after ?)
/PHP-7.0/Zend/
H A DZEND_CHANGES1063 a loop that has an SQL query inside it, something like '$result
/PHP-7.0/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.0/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 …rror: 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.0/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.0/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
9 $all = $xpath->query('//*');
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.0/ext/dom/
H A Dxpath.c68 PHP_FALIAS(query, dom_xpath_query, arginfo_dom_xpath_query)
/PHP-7.0/ext/filter/docs/
H A Dfilter.txt154 * QUERY_REQUIRED: The 'query' part of the URL
/PHP-7.0/ext/filter/
H A Dlogical_filters.c565 …ATH_REQUIRED) && url->path == NULL) || ((flags & FILTER_FLAG_QUERY_REQUIRED) && url->query == NULL) in php_filter_validate_url()

Completed in 48 milliseconds

12345678910>>...18