Home
last modified time | relevance | path

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

1234567

/PHP-7.3/sapi/phpdbg/
H A Dxml.md280 - <literal id="" />: where id is the internal identifier of the literal
304 - <classsource /> where the class was defined, if there are no attributes, location is unknown, …
323 …- current: this attribute is set to "current" if that line is the line where the executor currentl…
362 - then comes a <printoplineinfo type="" /> where type is either "User" or "Internal"
368 - startline: the first line of code where the method or function is defined
369 - endline: the lastt line of code where the method or function is defined
370 - file: the file of code where the method or function is defined
515 - a general error is type="wrongargs" where a wrong argument was passed to a subcommand; tag is the…
554 - if no further argument is passed, it emits current state in a <setoplog active="" /> where act…
559 - if the boolean switch is omitted, it emits current state in a <setquiet active="" /> where act…
[all …]
/PHP-7.3/ext/oci8/tests/
H A Ddb_op_2.phpt43 dq($c, 'select dbop_name from v$sql_monitor where dbop_name like \'db_op_2%\' order by dbop_exec_id…
49 dq($c, 'select sql_text, dbop_name from v$sql_monitor where sql_text like \'%dboptest%\' order by d…
H A Dlob_001.phpt42 $s = oci_parse($c, "select b1 from lob_001_tab where id = 1");
54 $s = oci_parse($c, "select b1 from lob_001_tab where id = 2");
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 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 Dbind_unsupported_3.phpt24 $s = oci_parse($c, "select * from dual where dummy = :c1");
/PHP-7.3/ext/mysqli/tests/
H A Dmysqli_prepare.phpt68 $where = 2;
69 if (!mysqli_stmt_bind_param($stmt, 'ii', $id, $where) || !mysqli_stmt_execute($stmt))
76 $where = 3;
77 if (!mysqli_stmt_bind_param($stmt, 'i', $where) || !mysqli_stmt_execute($stmt))
H A Dbug71863.phpt36 %AUnknown column 'owner_id' in 'where clause'
/PHP-7.3/ext/pcre/tests/
H A Dpreg_match_variation1.phpt10 //test passing in the same variable where 1 is by value, the other is a different
/PHP-7.3/Zend/tests/
H A Dbug26802.phpt24 /* The following is a BC break with PHP 4 where it would
/PHP-7.3/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.3/Zend/tests/generators/
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
/PHP-7.3/ext/pdo_firebird/tests/
H A Dbug_76488.phpt14 select n+1 from r where n < 1000
/PHP-7.3/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_attr_module.phpt14 $query = 'select module from v$session where sid = sys_context(\'USERENV\', \'SID\')';
/PHP-7.3/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.3/ext/interbase/tests/
H A Dbug45373.phpt13 $sql = "select * from test1 where i = ? and c = ?";
/PHP-7.3/ext/phar/tests/
H A Dbug52013.phpt4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException.
/PHP-7.3/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.3/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt2 … the process isolation in the forking hierarchy father -> son -> grandson where father can not kno…

Completed in 41 milliseconds

1234567