Home
last modified time | relevance | path

Searched refs:where (Results 126 – 150 of 203) sorted by relevance

123456789

/PHP-8.3/ext/oci8/tests/
H A Dimp_res_get_1.phpt45 open c1 for select * from imp_res_get_1_tab_2 where rownum < 3 order by 1;
H A Dimp_res_get_2.phpt45 open c1 for select * from imp_res_get_2_tab_2 where rownum < 3 order by 1;
H A Dbind_sqltafc.phpt28 $s = oci_parse($c, "select * from bind_sqltafc_tab where id = $id");
H A Dnum.phpt99 $select_sql = "select id from num_tab where 1=0";
H A Dbind_misccoltypes.phpt48 $s = oci_parse($c, "select $colname from bind_misccoltypes_tab where id = :id");
143 . "from bind_misccoltypes_tab where id = 86";
H A Drefcur_prefetch_3.phpt73 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dbind_number.phpt34 $s = oci_parse($c, "select $colname from bind_number_tab where id = :id");
H A Dbind_sqltchr_1.phpt31 $s = oci_parse($c, "select $colname from bind_sqltchr_tab where id = :id");
H A Dbind_misccoltypes_errs.phpt43 $s = oci_parse($c, "select $colname from bind_misccoltypes_errs_tab where id = :id");
H A Dimp_res_get_3.phpt48 open c1 for select * from imp_res_get_3_tab_2 where rownum < 3 order by 1;
/PHP-8.3/ext/date/tests/
H A Dbug43452.phpt39 // Now the same where the current day-of-week does not match the one in the
/PHP-8.3/ext/intl/
H A DERROR_CONVENTIONS.md23 `intl.use_exceptions` you get more fine-grained information about where the
87 operates, where functions return immediately if an error is set.
/PHP-8.3/sapi/cli/tests/
H A Dcli_process_title_windows.phpt47 // Kind of convoluted. So when the test is run on Windows 7 or older, the console where
/PHP-8.3/ext/pdo_firebird/tests/
H A Dbug_77863.phpt22 select trim(s) as s from t where b is not distinct from :p
/PHP-8.3/ext/mbstring/tests/
H A Dsjis2004_encoding.phpt61 // Test the case where the first codepoint looks like it might be one of these pairs...
H A Dmb_substr.phpt136 /* Alex messed up when reimplementing mb_substr and, in cases where `from` is non-zero and
137 * the number of characters to extract is more than 128, miscalculated where to end the substring
/PHP-8.3/tests/security/
H A Dopen_basedir.inc4 // Care must be taken with where the directories are created because different
/PHP-8.3/ext/skeleton/
H A Dconfig.m4.in4 dnl Remove where necessary.
/PHP-8.3/tests/lang/
H A Dbug20175.phpt85 * Storing a reference to a new instance (that's where the name of the test
/PHP-8.3/ext/standard/tests/array/
H A Drsort_object2.phpt6 * Test functionality of rsort() with objects where properties have different visibilities
H A Darray_key_exists_variation8.phpt6 * Pass an array where the keys are different data types as the $search argument
7 * then pass many different data types as $key argument to test where array_key_exist()
/PHP-8.3/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt12 /* Variation 1 : Creating links across directories where linkname is stored as an object and array …
/PHP-8.3/ext/dom/
H A Dphp_dom.stub.php675 public function insertAdjacentElement(string $where, DOMElement $element): ?DOMElement {} argument
677 public function insertAdjacentText(string $where, string $data): void {} argument
/PHP-8.3/
H A DCODING_STANDARDS.md60 where `FOO` is your git user `foo`. This allows easier tracking of why
77 The use of `malloc()` should be limited to cases where a third-party library
146 except for places where the variable has no real meaning or a trivial
/PHP-8.3/win32/build/
H A Dconfig.w3255 ARG_WITH('prefix', 'where PHP will be installed', '');
119 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
349 /* For snapshot builders, where can we find the additional

Completed in 50 milliseconds

123456789