Home
last modified time | relevance | path

Searched refs:where (Results 76 – 100 of 203) sorted by relevance

123456789

/PHP-8.3/ext/oci8/tests/
H A Dbind_unsupported_3.phpt27 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dnull_byte_2.phpt30 $s = oci_parse($c, "select * from dual where :bv = 1");
H A Dlob_002.phpt40 $select_sql = "select b1 from lob_002_tab where id = 1";
H A Dbind_unsupported_1.phpt32 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dbug37220.phpt25 // Now let's update the row where myId = 1234 and change the tag
H A Ddb_op_1.phpt43 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
/PHP-8.3/ext/pcntl/tests/
H A Dpcntl_fork_variation.phpt2 … the process isolation in the forking hierarchy father -> son -> grandson where father cannot know…
/PHP-8.3/ext/mysqli/tests/
H A Dbug71863.phpt33 %AUnknown column 'owner_id' in 'where clause'
/PHP-8.3/ext/standard/tests/general_functions/
H A Dhttp_response_code.phpt9 * that only affects the CLI repeat option, where the response code is not meaningful in the
H A Dproc_nice_basic-win.phpt28 $p = popen('wmic process where name="' . $bin . '"', 'r');
/PHP-8.3/ext/pdo_oci/tests/
H A Dpdo_oci_attr_action.phpt16 $query = 'select action from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_attr_client_identifier.phpt16 $query = 'select client_identifier from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_attr_client_info.phpt16 $query = 'select client_info from v$session where sid = sys_context(\'USERENV\', \'SID\')';
H A Dpdo_oci_fread_1.phpt38 $s = $dbh->query("select data from pdo_oci_fread_tab where id = 1");
/PHP-8.3/ext/pdo/tests/
H A Dpdo_024.phpt40 var_dump($db->query('select name from test where id=0')->fetchColumn());
H A Dbug_65946.phpt32 …$sql = "select id from (select a.*, rownum rnum from (SELECT * FROM test) a where rownum <= :limit…
/PHP-8.3/Zend/tests/constexpr/
H A Dnew_not_allowed_property.phpt7 // evaluated on each object construction. Currently, the places where this can happen is
/PHP-8.3/ext/dom/tests/
H A DDOMElement_insertAdjacentElement.phpt28 foreach (['beforebegin', 'afterbegin', 'beforeend', 'afterend'] as $where) {
30 var_dump($child->insertAdjacentElement($where, $element)->tagName);
/PHP-8.3/ext/pdo_pgsql/tests/
H A Dbug_33876.phpt23 $res = $db->prepare('SELECT foo from b33876 where bar = ?');
58 $res = $db->prepare('SELECT foo from b33876 where bar = ?', array(
/PHP-8.3/ext/standard/tests/array/
H A Dcurrent_variation4.phpt33 //See where internal pointer is after adding more elements
H A Dkey_variation4.phpt33 //See where internal pointer is after adding more elements
H A Dkey_variation2.phpt6 * Pass arrays where keys are different data types as $array_arg to key() to test behaviour
/PHP-8.3/tests/lang/
H A Dsyntax_errors.phpt15 /* separately test cases where the faulty construct spans multiple lines,
/PHP-8.3/ext/phar/tests/
H A Dtest_alias_unset.phpt2 Phar: test for the odd case where we intend to remove an archive from memory
/PHP-8.3/ext/standard/tests/file/
H A Dbug81145.phpt40 //Seek to 4 GB boundary, as this is the location where the problem occurs

Completed in 46 milliseconds

123456789