Home
last modified time | relevance | path

Searched refs:results (Results 76 – 100 of 160) sorted by relevance

1234567

/PHP-7.0/ext/soap/interop/
H A Dclient_round2_interop.php235 $results = $this->dbc->getAll($sql,NULL, DB_FETCHMODE_ASSOC );
236 foreach ($results as $result) {
667 $results = $this->dbc->getAll($sql);
669 foreach($results as $result) {
774 … $results = $this->dbc->getAll("select * from results where id=$id",NULL, DB_FETCHMODE_ASSOC );
776 $wire = $results[0]['wire'];
/PHP-7.0/ext/reflection/tests/
H A DReflectionClass_FileInfo_basic.phpt17 //Same tests as above but stdclass is internal - so all results should be false.
/PHP-7.0/ext/ldap/tests/
H A Dldap_search_variation4.phpt35 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
H A Dldap_search_variation3.phpt88 Warning: ldap_search(): Partial search results returned: Sizelimit exceeded in %s on line %d
/PHP-7.0/ext/oci8/tests/
H A Dimp_res_get_5.phpt45 // This test effectively discards all the first IRS results
48 while (($s1 = oci_get_implicit_resultset($s))) { // $s1 is never used again so its results are lost
H A Dimp_res_get_none.phpt2 Oracle Database 12c Implicit Result Sets: oci_get_implicit_resultset: no implicit results
/PHP-7.0/ext/mysqli/tests/
H A Dmysqli_query_stored_proc.phpt29 // skip results, don't fetch all from server
42 // fetch all results from server, but skip on client side
55 // fetch all results from server, but skip on client side
80 // fetch all results from server, but skip on client side
H A Dmysqli_poll_reference.phpt46 // WARNING: All arrays point to the same object - this will give bogus results!
77 // WARNING: All arrays point to the same object - this will give bogus results!
107 // WARNING: All arrays point to the same object - this will give bogus results!
H A Dmysqli_stmt_fetch_geom.phpt74 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
H A Dmysqli_stmt_get_result_geom.phpt114 printf("[%04d] [%d] %s, expecting 3 results, got only %d results\n",
/PHP-7.0/Zend/tests/
H A Dbug26698.phpt6 ini_set("report_memleaks", 0); // the exception thrown in this test results in a memory leak, whic…
/PHP-7.0/ext/date/tests/
H A Dlocaltime_error.phpt6 * Description: Returns the results of the C system call localtime as an associative array
H A Dlocaltime_basic.phpt6 * Description: Returns the results of the C system call localtime as an associative array
H A Dlocaltime_variation4.phpt6 * Description: Returns the results of the C system call localtime as an associative array
H A Dlocaltime_variation5.phpt6 * Description: Returns the results of the C system call localtime as an associative array
/PHP-7.0/ext/soap/tests/bugs/
H A Dbug37083.phpt18results soapenc:arrayType="ns2:SearchResponseItem[10]" xsi:type="soapenc:Array"><results href="#id…
H A Dbug30175.phpt2 Bug #30175 (SOAP results aren't parsed correctly)
/PHP-7.0/ext/standard/tests/file/
H A Dfpassthru_error.phpt8 and writes the results to the output buffer.
H A Dtouch.phpt12 // This doesn't work for windows, time, atime usage results in very different
H A Dfpassthru_variation.phpt8 and writes the results to the output buffer.
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_spki_new_basic.phpt34 /* loop to create and verify results */
H A Dopenssl_spki_export_basic.phpt35 /* loop to create and verify results */
H A Dopenssl_spki_verify_basic.phpt34 /* loop to create and verify results */
/PHP-7.0/ext/simplexml/
H A DREADME16 always results in iteration of 'node_name' elements. So no further
/PHP-7.0/Zend/tests/generators/
H A Dget_return.phpt60 // Explicit value-less return also results in a NULL generator

Completed in 35 milliseconds

1234567