Home
last modified time | relevance | path

Searched refs:where (Results 101 – 125 of 173) sorted by relevance

1234567

/PHP-7.0/ext/oci8/tests/
H A Dbind_number.phpt32 $s = oci_parse($c, "select $colname from bind_number_tab where id = :id");
H A Dbind_misccoltypes_errs.phpt39 $s = oci_parse($c, "select $colname from bind_misccoltypes_errs_tab where id = :id");
H A Dbind_sqltchr_1.phpt27 $s = oci_parse($c, "select $colname from bind_sqltchr_tab where id = :id");
H A Dimp_res_get_3.phpt46 open c1 for select * from imp_res_get_3_tab_2 where rownum < 3 order by 1;
H A Dnum.phpt116 $select_sql = "select id from num_tab where 1=0";
H A Dbind_sqltnum.phpt32 $s = oci_parse($c, "select dump($colname) from bind_sqltnum_tab where id = :id");
H A Dbind_sqltnum_11g.phpt32 $s = oci_parse($c, "select $colname from bind_sqltnum_tab where id = :id");
H A Drefcur_prefetch_4.phpt136 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dbind_sqltint.phpt27 $s = oci_parse($c, "select $colname from bind_sqltint_tab where id = :id");
H A Drefcur_prefetch_2.phpt132 $sql_stmt = "select value from v\$mystat a,v\$statname c where
/PHP-7.0/tests/lang/
H A Dbug20175.phpt85 * Storing a reference to a new instance (that's where the name of the test
/PHP-7.0/tests/security/
H A Dopen_basedir.inc4 // Care must be taken with where the directories are created because different
/PHP-7.0/ext/standard/tests/array/
H A Drsort_object2.phpt11 * Test functionality of rsort() with objects where properties have different visibilities
/PHP-7.0/ext/standard/tests/dir/
H A Dopendir_variation1.phpt23 // create directory to be passed as string value where possible
/PHP-7.0/ext/interbase/tests/
H A D003.phpt55 $sel = ibase_query("select * from test3 where iter = $iter");
/PHP-7.0/ext/mbstring/oniguruma/
H A Dconfig.h.in67 /* Define to the address where bug reports for this package should be sent. */
/PHP-7.0/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt24 /* Variation 1 : Creating links across directories where linkname is stored as an object and array …
H A Dfile.inc155 $file_path = dir path where file exists
203 $file_path = dir where files will be created
325 $file_path = location of the file and where links need to be created
/PHP-7.0/ext/oci8/
H A Dconfig.m487 dnl OCI8 to be DTraced on versions of PHP where core PHP DTrace support
179 dnl --with-oci8=$ORACLE_HOME where ORACLE_HOME isn't set (or is mistyped) will match this case
360 dnl to the most recent version in /usr/lib which is where the Oracle
/PHP-7.0/
H A DINSTALL217 5. Now, configure and build PHP. This is where you customize PHP with
277 where it may expose confidential or otherwise sensitive information
455 6. For the following step, make sure /opt/netscape/suitespot/ is where
583 where XXX is the HTTP error code. Please delete any other Error
928 where ^ represents the Ctrl key.
1088 PHP extensions are usually called "php_*.dll" (where the star
1154 logs to learn where the problem comes from.
1264 --prefix Directory prefix where PHP is installed, e.g. /usr/local
1268 --extension-dir Directory where extensions are searched by default
1269 --include-dir Directory prefix where header files are installed by
[all …]
H A DUPGRADING.INTERNALS116 …- ZEND_LONG_MAX replaces LONG_MAX where appr…
117 …- ZEND_LONG_MIN replaces LONG_MIN where appr…
118 … ZEND_ULONG_MAX replaces ULONG_MAX where appropriate
H A DREADME.STREAMS112 This function will try to use mmap where available to make the copying more
126 As with copy_to_stream, this function will try use mmap where it can.
199 In situations where this is not desirable, you should query the stream
/PHP-7.0/ext/
H A Dext_skel112 dnl Remove where necessary. This file will not work
/PHP-7.0/ext/pcre/pcrelib/
H A DChangeLog274 25. A pattern such as /(?i)[A-`]/, where characters in the other case are
407 12. A pattern such as /^s?c/mi8 where the optional character has more than
1449 such as /(a)(b)x|abc/ matched against "abc", where the return code
2211 in a UTF-8 pattern where \W was quantified with a minimum of 3.
2901 Perl does, and where it didn't before.
2918 of both had grown to the point where there were only 3 bits left.
2967 13. Added checks for ANY and ANYCRLF to pcrecpp.cc where it previously
3807 -S <number> sets the stack size, where <number> is in megabytes
4108 operating environments where this matters.
5193 this didn't happen under Solaris 8, where I normally test things.
[all …]
/PHP-7.0/Zend/RFCs/
H A D002.txt12 PHP and Zend 1.0 have come to a point where a lot of reusable code is

Completed in 50 milliseconds

1234567