Home
last modified time | relevance | path

Searched refs:so (Results 126 – 150 of 331) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/oci8/tests/
H A Dlob_null.phpt129 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
136 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
143 oci_execute($s, OCI_DEFAULT); // Must have OCI_DEFAULT here so locator is still valid
H A Ddrcp_scope3.phpt16 // function1 is not closed, so the updated value will be seen in
H A Ddrcp_scope5.phpt19 // function1 is not closed, so the updated value will be seen in
/PHP-7.2/ext/mbstring/libmbfl/
H A DLICENSE44 complete object files to the recipients, so that they can relink them
46 it. And you must show them these terms so they know their rights.
55 that what they have is not the original version, so that the original
95 software only, so we use the Lesser General Public License.
125 prepared so as to be conveniently linked with application programs
213 this, you must alter all the notices that refer to this License, so
221 that copy, so the ordinary GNU General Public License applies to all
291 uses the Library", as object code and/or source code, so that the
323 components (compiler, kernel, and so on) of the operating system on
355 terminated so long as such parties remain in full compliance.
[all …]
/PHP-7.2/ext/pcre/tests/
H A Dpreg_split_basic.phpt13 …ring)); //tries to find NAME regardless of case in $string (can't split it so just returns how str…
/PHP-7.2/ext/pdo_dblib/tests/
H A Dbatch_stmt_ins_exec.phpt14 // creating a proc need to be a statement in it's own batch, so we need to do a little setup first
/PHP-7.2/ext/standard/tests/array/
H A Darray_multisort_variation8.phpt15 // We're testing sort order not errors so ignore.
H A Darray_shift_variation8.phpt15 * and not the element itself, so your reference will be lost.
H A Darray_shuffle_basic.phpt43 // key-> value association should be so close to zero it wont happen in the lifetime of the
/PHP-7.2/
H A D.travis.yml69 …then echo "-d opcache.enable_cli=1 -d zend_extension=`pwd`/modules/opcache.so"; fi) -g "FAIL,XFAIL…
H A DREADME.STREAMS148 NOTE: Writing to the stream may not affect the original source, so it
192 create it for you. Be warned that doing so may cause buffered data to be lost
211 to find out if a stream can be cast, without actually performing the cast, so
277 persistent controls how the memory is to be allocated - persistently so that
278 it lasts across requests, or non-persistently so that it is freed at the end
285 into a FILE*, so it should be compatible with the mode parameter of fopen().
356 so I won't even go in to how to do that here */
/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dconfig.h.win3284 #define DLEXT ".so"
H A Dconfig.h.win6484 #define DLEXT ".so"
/PHP-7.2/ext/pdo_pgsql/
H A Dconfig.m450 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
62 AC_MSG_ERROR(Cannot find libpq.so. Please specify correct PostgreSQL installation path)
/PHP-7.2/ext/odbc/
H A Dconfig.m456 if test ! -f $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so -a \
63 …echo "* Unable to locate $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_version}.so or $1/lib${a…
66 …d_prefix}${ac_solid_os}${ac_solid_version}.so -> $1/lib${ac_solid_prefix}${ac_solid_os}${ac_solid_…
83 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
85 ODBC_LIBS=`echo $1/libempodbccl.so | cut -d' ' -f1`
/PHP-7.2/ext/json/tests/
H A Dbug64874_part1.phpt25 // And so should the combination of both
/PHP-7.2/ext/standard/tests/file/
H A Dbug52820.phpt7 /* unfortunately no standard function does a cast to FILE*, so we need
/PHP-7.2/ext/pgsql/
H A Dconfig.m447 if test -f "$i/$j/libpq.so" || test -f "$i/$j/libpq.a"; then
59 AC_MSG_ERROR(Cannot find libpq.so. Please specify correct PostgreSQL installation path)
/PHP-7.2/ext/pdo_pgsql/tests/
H A Dis_in_transaction.phpt52 /* catch exceptions so that we can show the relative error */
/PHP-7.2/ext/spl/internal/
H A Drecursivecachingiterator.inc83 * constructor this function returns false so that getChildren does
/PHP-7.2/Zend/tests/
H A Dclosure_046.phpt6 /* It's impossible to preserve the previous scope when doing so would break
/PHP-7.2/tests/lang/operators/
H A Doperator_spaceship_basic.phpt24 // boolean test will result in both sides being converted to boolean so !0 = true and true is not >…
/PHP-7.2/sapi/apache2handler/
H A Dconfig.m430 AC_MSG_RESULT([3. Apache was not built using --enable-so (the apxs usage page is displayed)])
103 SAPI_SHARED=libs/libphp7.so
/PHP-7.2/ext/phar/
H A DTODO11 X implement in-phar locking, so that a file that is opened for reading can't
69 X rework filename detection so that alias is always checked first [Greg]
109 * implement automatic "mounting" of internal phar archives so that
/PHP-7.2/ext/pcre/pcrelib/
H A DNEWS96 [:punct:] when PCRE_UCP is set so as to include the same characters as Perl
99 . Perl no longer allows group names to start with digits, so I have made this
122 . (*LIMIT_MATCH=d) and (*LIMIT_RECURSION=d) have been added so that the
215 code points and are now faulted. (They are the so-called "surrogates"
427 support and so is now "standard" in some sense. It should help with compiling
442 not to use dftables so that that there is no problem when cross-compiling.
499 3. The specification of recursion in patterns has been changed so that all
521 The pcretest program has been enhanced so that it can make use of the new
529 function, so it no longer requires everything to be linked in when static
592 1. It's possible now to compile PCRE so that it does not use recursive
[all …]

Completed in 60 milliseconds

12345678910>>...14