Home
last modified time | relevance | path

Searched refs:where (Results 51 – 75 of 148) sorted by relevance

123456

/PHP-7.4/ext/pdo/tests/
H A Dpdo_024.phpt39 var_dump($db->query('select name from test where id=0')->fetchColumn());
H A Dbug_65946.phpt31 …$sql = "select id from (select a.*, rownum rnum from (SELECT * FROM test) a where rownum <= :limit…
/PHP-7.4/ext/pdo_oci/tests/
H A Dpdo_oci_fread_1.phpt36 $s = $dbh->query("select data from pdo_oci_fread_tab where id = 1");
/PHP-7.4/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.4/ext/oci8/tests/
H A Dbug37220.phpt22 // Now let's update the row where myId = 1234 and change the tag
H A Ddb_op_1.phpt41 dq($c, 'select dbop_name from v$sql_monitor where dbop_name is not null order by dbop_exec_id desc'…
H A Dbind_unsupported_1.phpt28 $s = oci_parse($c, "select * from dual where dummy = :c1");
H A Dlob_002.phpt39 $select_sql = "select b1 from lob_002_tab where id = 1";
H A Ddriver_name.phpt48 where sci.client_driver is not null
H A Ddriver_name_11gR2.phpt45 where sci.client_driver is not null
H A Dimp_res_cursor.phpt46 open c1 for select * from imp_res_cursor_tab_2 where rownum < 3 order by 1;
H A Dbug43497.phpt16 $query = "select sid from v\$session where audsid = userenv('sessionid')";
31 $query = "select abstract_lobs from v\$temporary_lobs where sid = " . $sid;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dproc_nice_basic-win.phpt32 $p = popen('wmic process where name="' . $bin . '"', 'r');
/PHP-7.4/ext/standard/tests/array/
H A Dkey_variation4.phpt38 //See where internal pointer is after adding more elements
H A Dcurrent_variation4.phpt39 //See where internal pointer is after adding more elements
/PHP-7.4/ext/ldap/tests/
H A Dldap_set_option_error.phpt59 Warning: ldap_set_option(): The array value must contain only arrays, where each array is a control…
/PHP-7.4/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-7.4/ext/date/tests/
H A Drfc-datetime_and_daylight_saving_time-type3-bd2.phpt16 * where specifying Daylight or Standard time is required
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt38 //Seek to 4 GB boundary, as this is the location where the problem occurs
H A Dcopy_variation11.phpt10 /* Test copy(): Trying to copy the file to a destination, where destination is an existing dir */
/PHP-7.4/win32/build/
H A Dconfig.w32.phpize.in63 /* For snapshot builders, where can we find the additional
85 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt104 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
111 /* Uncomment to see where it hangs - var_dump($tmp); flush(); */
/PHP-7.4/build/
H A Dpkg.m456 dnl used since that's the first version where most current features of
162 # Put the nasty error message in config.log where it belongs
221 dnl Substitutes the variable pkgconfigdir as the location where a module
243 dnl Substitutes the variable noarch_pkgconfigdir as the location where a
/PHP-7.4/ext/snmp/tests/
H A DREADME.md22 To run test suite you may use this command (presuming that you pwd is where this
/PHP-7.4/ext/pdo_oci/
H A Dconfig.m480 …AC_MSG_ERROR([You need to tell me where to find your Oracle Instant Client SDK, or set ORACLE_HOME…
120 … AC_MSG_ERROR([I'm too dumb to figure out where the include dir is in your Instant Client install])

Completed in 56 milliseconds

123456