Home
last modified time | relevance | path

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

12345678910>>...24

/php-src/.github/workflows/
H A Dpush.yml115 # GitHub has no way to query the job name (github.job is the
/php-src/
H A DNEWS172 . Fixed native float support with pdo_pgsql query results. (Yurunsoft)
H A DUPGRADING667 an xpath query. This can give a time improvement of easily two order of
/php-src/Zend/tests/
H A Dbug31177.phpt7 public function query() {
12 return new DbGowRecordSet($this->query());
16 new DbGowRecordSet($this->query());
H A Dbug70914.phpt9 $st = $db->query('SELECT 1');
/php-src/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.phpt7 public function query($query, ...$params);
11 public function query(...$params) { }
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-src/build/
H A Dgen_stub.php3838 private function createIncludeElement(DOMDocument $doc, string $query): DOMElement argument
3842 $attr->value = $query;
/php-src/docs-old/
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-src/ext/dba/tests/
H A Ddba015.phpt50 echo "Test 6 - query after closing 2nd resource\n";
74 Test 6 - query after closing 2nd resource
H A Ddba_db4_018.phpt50 echo "Test 6 - query after closing 2nd resource\n";
74 Test 6 - query after closing 2nd resource
/php-src/ext/dom/
H A Dphp_dom.stub.php1011 …public function query(string $expression, ?DOMNode $contextNode = null, bool $registerNodeNS = tru… function in DOMXPath
1650 …public function query(string $expression, ?Node $contextNode = null, bool $registerNodeNS = true):… function in DOM\\XPath
H A Dphp_dom_arginfo.h1234 ZEND_METHOD(DOMXPath, query);
1298 ZEND_METHOD(DOM_XPath, query);
1544 ZEND_ME(DOMXPath, query, arginfo_class_DOMXPath_query, ZEND_ACC_PUBLIC)
1793 ZEND_ME(DOM_XPath, query, arginfo_class_DOM_XPath_query, ZEND_ACC_PUBLIC)
/php-src/ext/dom/tests/
H A DDOMNode_C14NFile_basic.phpt34 var_dump($node->C14NFile($output, false, false, ['query' => []]));
47 DOMNode::C14NFile(): Argument #4 ($xpath) must have a "query" key
48 DOMNode::C14NFile(): Argument #4 ($xpath) "query" option must be a string, array given
H A DDOMNode_C14N_basic.phpt32 var_dump($node->C14N(false, false, ['query' => []]));
39 DOMNode::C14N(): Argument #3 ($xpath) must have a "query" key
40 DOMNode::C14N(): Argument #3 ($xpath) "query" option must be a string, array given
H A DDOMNode_contains.phpt27 $head = $xpath->query("//head")[0];
28 $main = $xpath->query("//main")[0];
29 $div = $xpath->query("//div")[0];
H A DDOMNode_isEqualNode.phpt46 function foreach_comparator($query) {
48 $container = $xpath->query($query)[0];
155 $tree = $xpath->query("//tree")[0];
H A DDOMXPath_constructor_registered_functions.phpt38 $xpath->query('//*[foo:test()]');
40 $xpath->query('//*[foo:test()]');
49 Warning: DOMXPath::query(): xmlXPathCompOpEval: function test not found in %s on line %d
51 Warning: DOMXPath::query(): Unregistered function in %s on line %d
H A DDOMXPath_quote.phpt16 * Example: $xp->query("//span[contains(text()," . $xp->quote($string) . ")]")
H A Dbug36756.phpt12 $node = $xpath->query('/root')->item(0);
19 $node = $xpath->query('//child')->item(0);

Completed in 124 milliseconds

12345678910>>...24