Home
last modified time | relevance | path

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

123456

/PHP-7.4/Zend/tests/
H A Dbug26802.phpt24 /* The following is a BC break with PHP 4 where it would
H A Dunset_prop_recursion.phpt2 Unset property where unset will recursively access property again
/PHP-7.4/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.4/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.4/ext/oci8/tests/
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 Dbind_unsupported_2.phpt21 $s = oci_parse($c, "select * from dual where dummy = :c1");
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 Dnull_byte_3.phpt22 $s = oci_parse($c, "select * from dual where :bv = 'abc'");
H A Dnull_byte_2.phpt27 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dbind_unsupported_3.phpt24 $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");
/PHP-7.4/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.4/ext/pdo_firebird/tests/
H A Dbug_76488.phpt15 select n+1 from r where n < 1000
/PHP-7.4/Zend/tests/generators/
H A Dthrow_rethrow.phpt2 Generator::throw() where the generator throws a different exception
/PHP-7.4/ext/phar/tests/
H A Dbug52013.phpt4 Test for a bug where Phar::decompressFiles() mistakenly throws BadMethodCallException.
/PHP-7.4/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.4/ext/pdo_oci/tests/
H A Dpdo_oci_attr_module.phpt14 $query = 'select module from v$session where sid = sys_context(\'USERENV\', \'SID\')';
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_action.phpt14 $query = 'select action from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_attr_client_info.phpt14 $query = 'select client_info from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_attr_client_identifier.phpt14 $query = 'select client_identifier from v$session where sid = sys_context(\'USERENV\', \'SID\')';
/PHP-7.4/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 96 milliseconds

123456