Home
last modified time | relevance | path

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

123456

/PHP-7.4/win32/build/
H A Dconfig.w3253 ARG_WITH('prefix', 'where PHP will be installed', '');
117 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
303 /* For snapshot builders, where can we find the additional
/PHP-7.4/ext/skeleton/
H A Dconfig.m4.in4 dnl Remove where necessary.
/PHP-7.4/ext/oci8/tests/
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_11g.phpt32 $s = oci_parse($c, "select $colname from bind_sqltnum_tab where id = :id");
H A Dbind_sqltnum.phpt32 $s = oci_parse($c, "select dump($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 Drefcur_prefetch_2.phpt132 $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 Dlob_null.phpt31 select data into pdata from lob_null_tab where id = pid;
/PHP-7.4/tests/security/
H A Dopen_basedir.inc4 // Care must be taken with where the directories are created because different
/PHP-7.4/tests/lang/
H A Dbug20175.phpt85 * Storing a reference to a new instance (that's where the name of the test
/PHP-7.4/ext/standard/tests/array/
H A Drsort_object2.phpt11 * Test functionality of rsort() with objects where properties have different visibilities
H A Darray_key_exists_variation8.phpt12 * Pass an array where the keys are different data types as the $search argument
13 * then pass many different data types as $key argument to test where array_key_exist()
/PHP-7.4/ext/standard/tests/file/
H A Dsymlink_link_linkinfo_is_link_variation1.phpt25 /* 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
H A Drename_variation13-win32.phpt41 /* disable notice so we don't get the array to string conversion notice for "$name" where $name = a…
/PHP-7.4/ext/oci8/
H A Dconfig.m491 dnl PHP_INIT_DTRACE allows OCI8 to be DTraced on versions of PHP where core PHP
185 dnl --with-oci8=$ORACLE_HOME where ORACLE_HOME isn't set (or is mistyped)
366 dnl recent version in /usr/lib which is where the Oracle Instant Client
/PHP-7.4/
H A DCODING_STANDARDS.md57 Instead use `"<git username here>_0"`. For example, `#if FOO_0`, where `FOO`
75 The use of `malloc()` should be limited to cases where a third-party library
139 except for places where the variable has no real meaning or a trivial
H A DUPGRADING.INTERNALS75 has been introduced, where zend_prop_purpose (currently) takes one of:
90 get_properties() is still used in cases where none of the above purposes
/PHP-7.4/docs/
H A Dstreams.md113 number of bytes to copy. This function will try to use mmap where available to
129 mmap where it can.
214 In situations where this is not desirable, you should query the stream to see if
H A Dunix-build-system.md118 source-file, where it is located, in which target context it can work, etc.
/PHP-7.4/ext/phar/tests/
H A Dfopen_edgecases.phpt45 // this tests coverage of the case where the phar exists and has no files

Completed in 34 milliseconds

123456