Home
last modified time | relevance | path

Searched refs:so (Results 26 – 50 of 331) sorted by relevance

12345678910>>...14

/PHP-7.2/ext/xmlrpc/
H A DEXPERIMENTAL4 so do not rely to much on them
/PHP-7.2/ext/date/tests/
H A Ddate_get_last_errors_basic.phpt10 var_dump(date_get_last_errors()); // no date was parsed, so no errors
H A DDateTime_data-absolute.inc5 * in a userland package. Please be so kind as to leave them.
/PHP-7.2/ext/mbstring/tests/
H A Dskipif.inc6 $dlext = (substr(PHP_OS, 0, 3) == "WIN") ? ".dll" : ".so";
/PHP-7.2/ext/standard/tests/dir/
H A Dreaddir_variation3-win32-mb.phpt38 // different OS order files differently so will
39 // store file names into an array so can use sorted in expected output
H A Dreaddir_variation3.phpt32 // different OS order files differently so will
33 // store file names into an array so can use sorted in expected output
/PHP-7.2/Zend/tests/generators/
H A Dget_return.phpt26 // so it's okay to return a literal
39 // not of the generator return value, so this code is okay
H A Dgenerator_returns_generator.phpt7 // execution is suspended here, so the following never gets run:
/PHP-7.2/ext/pcre/pcrelib/testdata/
H A Dgreplist2 lines because they will match everything! This is no longer true, so have one.
/PHP-7.2/ext/standard/tests/streams/
H A Dstream_get_transports.phpt8 die('SKIP php version so lower.');
H A Dstream_get_wrappers.phpt8 die('SKIP php version so lower.');
H A Dstream_socket_get_name.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/standard/tests/strings/
H A Dstrpos_number.phpt5 // Integer is handles as an octal representation, so nothing to match
/PHP-7.2/ext/pdo/
H A Dconfig.m419 do so now by running:
52 dnl so we always include the known-good working hack.
/PHP-7.2/Zend/
H A DREADME.ZEND_MM13 between malloc and emalloc at runtime so you can use internal and external memory
30 Since PHP 5.3.11 it is possible to prevent shared extensions from unloading so
/PHP-7.2/Zend/tests/
H A Dbug61087.phpt5 // the used file is actually irrelevant, so just use this file
/PHP-7.2/Zend/tests/type_declarations/
H A Dweak_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
/PHP-7.2/ext/pdo_odbc/tests/
H A Dcommon.phpt25 // user should have to set PDOTEST_DSN so that:
28 // 3. it detects if ODBC driver is installed - so test will be run
29 // 4. so a specific ODBC driver can be tested - if system has multiple ODBC drivers
/PHP-7.2/ext/opcache/tests/
H A Dbug68104.phpt14 dl("a.so");
/PHP-7.2/ext/standard/tests/network/
H A Dgethostname.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/bz2/tests/
H A Dwith_strings.phpt15 # This Works: (so, is heredoc related)
/PHP-7.2/ext/reflection/tests/
H A D007.phpt102 string(86) "Class NoCtor does not have a constructor, so you cannot pass any constructor arguments"
104 string(86) "Class NoCtor does not have a constructor, so you cannot pass any constructor arguments"
/PHP-7.2/ext/hash/tests/
H A Dhash_update_stream.phpt8 die('SKIP php version so lower.');
/PHP-7.2/ext/hash/sha3/generic64lc/
H A DKeccakP-1600-64.macros124 A##so ^= Do; \
125 Bmu = ROL64(A##so, 56); \
154 Co ^= E##so; \
225 A##so ^= Do; \
226 Bmu = ROL64(A##so, 56); \
332 A##so ^= Do; \
362 Co ^= E##so; \
433 A##so ^= Do; \
484 X##so = state[23]; \
511 state[23] = X##so; \
[all …]

Completed in 50 milliseconds

12345678910>>...14