Home
last modified time | relevance | path

Searched refs:where (Results 26 – 50 of 176) sorted by relevance

12345678

/PHP-7.1/Zend/tests/
H A Dbug26802.phpt24 /* The following is a BC break with PHP 4 where it would
/PHP-7.1/ext/oci8/tests/
H A Dxmltype_01.phpt42 from xtt where xt_id = 1');
62 where xt_id = 1');
H A Ddrcp_functions.inc32 $update_stmt ="Update drcptest set dept ='NEWDEPT' where id = 105";
40 $sel_stmt="select dept from drcptest where id=105";
H A Dbind_unsupported_2.phpt21 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbind_char_1.phpt39 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
74 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
110 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
146 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_char_1_11gR1.phpt41 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
76 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
112 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
148 $s = oci_parse($c, "select * from bind_char_tab where c2 = :bv");
H A Dbind_unsupported_3.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dnull_byte_2.phpt27 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dnull_byte_3.phpt22 $s = oci_parse($c, "select * from dual where :bv = 'abc'");
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
/PHP-7.1/Zend/tests/traits/
H A Derror_015.phpt2 Trying to add an alias to a trait method where there is another with same name.
/PHP-7.1/Zend/tests/generators/
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
/PHP-7.1/ext/pdo_firebird/tests/
H A Dbug_76488.phpt14 select n+1 from r where n < 1000
/PHP-7.1/ext/pdo/tests/
H A Dpdo_024.phpt29 var_dump($db->query('select name from test where id=0')->fetchColumn());
/PHP-7.1/ext/pdo_oci/tests/
H A Dpdo_oci_stream_1.phpt40 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 1");
58 $s = $dbh->prepare("select data from pdo_oci_stream_1_tab where id = 2");
H A Dpdo_oci_fread_1.phpt36 $s = $dbh->query("select data from pdo_oci_fread_tab where id = 1");
/PHP-7.1/ext/interbase/tests/
H A Dbug45373.phpt13 $sql = "select * from test1 where i = ? and c = ?";
/PHP-7.1/ext/standard/tests/file/
H A Dcopy_variation10.phpt10 /* Test copy(): Try copying source file to desntination file, where destination file name is identi…
/PHP-7.1/ext/phar/tests/
H A Dbug52013.phpt4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException.
/PHP-7.1/ext/mysqli/tests/
H A Dbug71863.phpt36 %AUnknown column 'owner_id' in 'where clause'
/PHP-7.1/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt2 … the process isolation in the forking hierarchy father -> son -> grandson where father can not kno…
/PHP-7.1/ext/pcre/pcrelib/testdata/
H A Dtestinput35 where the locale is called "french" and the tests are run using
/PHP-7.1/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt21 $res = $db->prepare('SELECT foo from test where bar = ?');
56 $res = $db->prepare('SELECT foo from test where bar = ?', array(
/PHP-7.1/ext/mbstring/tests/
H A Dmb_strrpos_variation5.phpt16 * Testing deprecated behaviour where third argument can be $encoding
/PHP-7.1/
H A DUPGRADING.INTERNALS35 I/O utils code and directly in the core where necessary, providing
65 the MAXPATHLEN in files where the header is included.

Completed in 25 milliseconds

12345678