Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/standard/tests/array/
H A Darray_push_variation6.phpt11 * Pass array_push arrays where the keys are different data types.
H A Dnatcasesort_variation11.phpt11 * Pass arrays where the keys are different data types to test behaviour of natcasesort()
H A Deach_variation3.phpt12 * Pass each() arrays where the keys are different data types to test behaviour
/PHP-5.5/ext/oci8/tests/
H A Dbind_char_2.phpt40 $s = oci_parse($c, "select * from bind_char_tab where c1 = :bv");
H A Dbind_sqltafc.phpt24 $s = oci_parse($c, "select * from bind_sqltafc_tab where id = $id");
H A Dbind_misccoltypes.phpt48 $s = oci_parse($c, "select $colname from bind_misccoltypes_tab where id = :id");
143 . "from bind_misccoltypes_tab where id = 86";
H A Drefcur_prefetch_3.phpt63 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dbind_misccoltypes_errs.phpt39 $s = oci_parse($c, "select $colname from bind_misccoltypes_errs_tab where id = :id");
H A Dbind_number.phpt35 $s = oci_parse($c, "select $colname from bind_number_tab where id = :id");
H A Dbind_sqltchr_1.phpt27 $s = oci_parse($c, "select $colname from bind_sqltchr_tab where id = :id");
/PHP-5.5/sapi/tux/
H A DREADME45 Create /tux-modules where modules will reside.
/PHP-5.5/ext/opcache/
H A DREADME144 A bitmask, where each bit enables or disables the appropriate OPcache
149 The OPcache stores the places where DECLARE_CLASS opcodes use
189 The OPcache uses this directive to identify a situation where there may
/PHP-5.5/ext/pspell/
H A DREADME34 If that location is different, please specify it in --with-pspell=PATH, where
/PHP-5.5/ext/mbstring/libmbfl/
H A Dconfig.h.in60 /* Define to the address where bug reports for this package should be sent. */
/PHP-5.5/sapi/apache2handler/
H A DREADME18 function, and tried to stop any method where a php script can run another php
/PHP-5.5/sapi/cli/tests/
H A Dcli_process_title_windows.phpt57 // Kind of convoluted. So when the test is run on Windows 7 or older, the console where
/PHP-5.5/sapi/nsapi/
H A Dnsapi-readme.txt108 where XXX ist the HTTP error code. Please delete any other Error
148 where XX is the correct DLL version number. To get it, look in the server-root
/PHP-5.5/
H A DCODING_STANDARDS62 use "<git username here>_0". For example, #if FOO_0, where FOO is your
81 The use of malloc() should be limited to cases where a third-party
131 avoided, except for places where the variable has no real meaning or
152 7. Classes should be given descriptive names. Avoid using abbreviations where
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput35 where the locale is called "french" and the tests are run using
H A DtestoutputEBC3 functionality is working. It catches cases where explicit values such as 0x0a
/PHP-5.5/Zend/
H A Dconfigure.in131 dnl Check for /usr/pkg/{lib,include} which is where NetBSD puts binary
/PHP-5.5/ext/mbstring/oniguruma/
H A Dconfig.h.in63 /* Define to the address where bug reports for this package should be sent. */
/PHP-5.5/tests/security/
H A Dopen_basedir.inc4 // Care must be taken with where the directories are created because different
/PHP-5.5/win32/build/
H A Dconfig.w32123 ARG_WITH('prefix', 'where PHP will be installed', '');
268 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
418 /* For snapshot builders, where can we find the additional
/PHP-5.5/ext/interbase/tests/
H A D003.phpt55 $sel = ibase_query("select * from test3 where iter = $iter");

Completed in 84 milliseconds

1234567