Home
last modified time | relevance | path

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

1234567

/PHP-5.5/ext/oci8/tests/
H A Dnum.phpt116 $select_sql = "select id from num_tab where 1=0";
H A Dbind_sqltnum.phpt31 $s = oci_parse($c, "select $colname from bind_sqltnum_tab where id = :id");
H A Drefcur_prefetch_4.phpt129 $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.phpt125 $sql_stmt = "select value from v\$mystat a,v\$statname c where
H A Dlob_null.phpt31 select data into pdata from lob_null_tab where id = pid;
/PHP-5.5/ext/standard/tests/dir/
H A Dopendir_variation1.phpt23 // create directory to be passed as string value where possible
/PHP-5.5/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
H A Drename_variation13-win32.phpt39 /* disable notice so we don't get the array to string conversion notice for "$name" where $name = a…
/PHP-5.5/ext/standard/tests/array/
H A Drsort_object2.phpt11 * Test functionality of rsort() with objects where properties have different visibilities
/PHP-5.5/ext/zip/
H A Dconfig.m443 …AC_MSG_ERROR([zip support requires ZLIB. Use --with-zlib-dir=<DIR> to specify prefix where ZLIB in…
/PHP-5.5/tests/lang/
H A Dbug20175.phpt87 * Storing a reference to a new instance (that's where the name of the test
/PHP-5.5/ext/
H A Dext_skel112 dnl Remove where necessary. This file will not work
/PHP-5.5/ext/oci8/
H A Dconfig.m4113 dnl --with-oci8=$ORACLE_HOME where ORACLE_HOME isn't set (or is mistyped) will match this case
286 dnl to the most recent version in /usr/lib which is where the Oracle
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in168 /* For snapshot builders, where can we find the additional
247 ARG_WITH('php-build', 'Path to where you extracted the development libraries (http://wiki.php.net/i…
/PHP-5.5/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-5.5/
H A DINSTALL191 10. Now, configure your PHP. This is where you customize your PHP
421 5. Now, configure and build PHP. This is where you customize PHP with
481 where it may expose confidential or otherwise sensitive information
659 6. For the following step, make sure /opt/netscape/suitespot/ is where
787 where XXX is the HTTP error code. Please delete any other Error
1132 where ^ represents the Ctrl key.
1358 logs to learn where the problem comes from.
1468 --prefix Directory prefix where PHP is installed, e.g. /usr/local
1472 --extension-dir Directory where extensions are searched by default
1473 --include-dir Directory prefix where header files are installed by
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES37 Apache2 SAPI in contrast to the situation in PHP 4, where it is set to the
H A DUPGRADING.INTERNALS116 This solves the situation where manipulated strings could be passed for
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
H A DREADME.UNIX-BUILD-SYSTEM119 can define special flags for each source-file, where it is
/PHP-5.5/Zend/RFCs/
H A D002.txt12 PHP and Zend 1.0 have come to a point where a lot of reusable code is
/PHP-5.5/win32/
H A Dinstall.txt264 * The same directory from where php.exe is called, or in case you use
559 # specify the directory where php.ini is
711 * Copy php5ts.dll to your systemroot (the directory where you
736 * Copy php5ts.dll to your systemroot (the directory where you
827 where XXX is the HTTP error code. Please delete any other Error
864 where XX is the correct DLL version number. To get it, look in the
964 directory where your extensions lives, or where you have placed
1266 HKEY_LOCAL_MACHINE\SOFTWARE\PHP\x\IniFilePath, where x, y and z
1276 If php-SAPI.ini exists (where SAPI is used SAPI, so the filename is
1479 configuration where PHP is running in its own memory space.
[all …]
/PHP-5.5/ext/phar/tests/
H A Dfopen_edgecases.phpt45 // this tests coverage of the case where the phar exists and has no files

Completed in 73 milliseconds

1234567