Home
last modified time | relevance | path

Searched refs:no (Results 126 – 150 of 1386) sorted by relevance

12345678910>>...56

/PHP-7.4/TSRM/
H A Dtsrm.m468 [TSRM_PTH=no])
74 [TSRM_ST=no])
84 if test "$TSRM_PTH" != "no"; then
86 elif test "$TSRM_ST" != "no"; then
88 elif test "$TSRM_PTHREADS" != "no"; then
/PHP-7.4/ext/sodium/
H A Dconfig.w323 ARG_WITH("sodium", "for libsodium support", "no");
5 if (PHP_SODIUM != "no") {
/PHP-7.4/ext/pspell/
H A Dconfig.w323 ARG_WITH("pspell", "pspell/aspell (whatever it's called this month) support", "no");
5 if (PHP_PSPELL != "no") {
/PHP-7.4/ext/pdo_sqlite/
H A Dconfig.w323 ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no");
5 if (PHP_PDO_SQLITE != "no") {
/PHP-7.4/ext/pdo/
H A Dconfig.w323 ARG_ENABLE("pdo", "Enable PHP Data Objects support", "no");
5 if (PHP_PDO != "no") {
/PHP-7.4/Zend/tests/
H A Dns_033.phpt8 Warning: The use statement with non-compound name 'A' has no effect in %sns_033.php on line 2
10 Warning: The use statement with non-compound name 'B' has no effect in %sns_033.php on line 3
H A Dclosure_044.phpt6 * and doesn't have an instance if it has no scope */
24 echo "After binding, null scope, no instance", "\n";
32 echo "After binding, with scope, no instance", "\n";
49 After binding, null scope, no instance
65 After binding, with scope, no instance
H A Dparent_class_name_without_parent.phpt2 Getting parent class name when there is no parent generates an error
20 Fatal error: Uncaught Error: Cannot use "parent" when current class scope has no parent in %s:5
/PHP-7.4/ext/libxml/
H A Dconfig0.m47 if test "$PHP_LIBXML" != "no"; then
10 ext_shared=no
/PHP-7.4/ext/session/tests/
H A Dsession_regenerate_id_cookie.phpt10 get_cgi_path() or die('skip no cgi');
69 Cache-Control: no-store, no-cache, must-revalidate
70 Pragma: no-cache
/PHP-7.4/ext/posix/tests/
H A Dposix_kill_error.phpt19 echo "\n-- Testing posix_kill() function with more than expected no. of arguments --\n";
25 echo "\n-- Testing posix_kill() function with less than expected no. of arguments --\n";
44 -- Testing posix_kill() function with more than expected no. of arguments --
49 -- Testing posix_kill() function with less than expected no. of arguments --
/PHP-7.4/ext/xmlreader/
H A Dconfig.m47 if test "$PHP_XMLREADER" != "no"; then
9 if test "$PHP_LIBXML" = "no"; then
/PHP-7.4/ext/spl/tests/
H A Dclass_implements_variation.phpt2 SPL: Test class_implements() function : variation - no interfaces and autoload
13 echo "--- testing no interfaces ---\n";
30 --- testing no interfaces ---
H A Dclass_uses_variation.phpt2 SPL: Test class_uses() function : variation - no interfaces and autoload
13 echo "--- testing no traits ---\n";
30 --- testing no traits ---
H A Diterator_057.phpt18 echo 'no Exception thrown'
21 no Exception thrown
/PHP-7.4/ext/gmp/
H A Dconfig.w323 ARG_WITH("gmp", "Include GNU MP support.", "no");
5 if (PHP_GMP != "no") {
/PHP-7.4/ext/standard/tests/array/
H A Dbug69723.phpt15 'nanana' => 'no nana'
19 'nanana' => 'no nana'
/PHP-7.4/ext/standard/
H A DMakefile.frag2 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer…
5 …@(cd $(top_srcdir); $(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c…
H A DMakefile.frag.w323 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/var_unserializer.c ext/standard/var_…
7 …$(RE2C) $(RE2C_FLAGS) --no-generation-date -b -o ext/standard/url_scanner_ex.c ext/standard/url_sc…
/PHP-7.4/ext/sockets/
H A Dconfig.w323 ARG_ENABLE("sockets", "SOCKETS support", "no");
5 if (PHP_SOCKETS != "no") {
/PHP-7.4/ext/snmp/
H A Dconfig.w323 ARG_WITH("snmp", "SNMP support", "no");
5 if (PHP_SNMP != "no") {
/PHP-7.4/ext/soap/
H A Dconfig.m46 if test "$PHP_SOAP" != "no"; then
8 if test "$PHP_LIBXML" = "no"; then
/PHP-7.4/tests/output/
H A Dbug75236.phpt10 file_get_contents ('no/suchfile');
17 <b>Warning</b>: file_get_contents(no/suchfile): failed to open stream: No such file or directory i…
/PHP-7.4/ext/bz2/
H A Dconfig.w323 ARG_WITH("bz2", "BZip2", "no");
5 if (PHP_BZ2 != "no") {
/PHP-7.4/ext/standard/tests/time/
H A Dstrptime_error.phpt25 echo "\n-- Testing strptime() function with less than expected no. of arguments --\n";
31 echo "\n-- Testing strptime() function with more than expected no. of arguments --\n";
48 -- Testing strptime() function with less than expected no. of arguments --
53 -- Testing strptime() function with more than expected no. of arguments --

Completed in 36 milliseconds

12345678910>>...56