Home
last modified time | relevance | path

Searched refs:no (Results 226 – 250 of 1293) sorted by relevance

12345678910>>...52

/php-src/ext/posix/tests/
H A Dposix_ttyname_manual_zpp.phpt20 'float no decimal' => 1.0,
23 'string float no decimal' => "1.0",
44 float no decimal:bool(false)
49 string float no decimal:bool(false)
/php-src/ext/pdo_odbc/tests/
H A Dbasic_connection.phpt33 echo "dsn with credentials / no user / no password\n";
73 dsn with credentials / no user / no password
/php-src/sapi/cgi/
H A Dconfig9.m45 [no])
9 if test "$PHP_CGI" != "no"; then
23 AC_MSG_RESULT([no])
64 AC_MSG_RESULT(no)
/php-src/ext/mbstring/
H A Dconfig.w323 ARG_ENABLE("mbstring", "multibyte string functions", "no");
4 ARG_ENABLE("mbregex", "multibyte regex support", "no");
6 if (PHP_MBSTRING != "no") {
43 if (PHP_MBREGEX != "no") {
/php-src/ext/ldap/
H A Dconfig.m417 AC_MSG_RESULT([no])
49 [no],
50 [no])
52 if test "$PHP_LDAP" != "no"; then
107 [ac_cv_3arg_setrebindproc=yes], [ac_cv_3arg_setrebindproc=no])])
117 if test "$PHP_LDAP_SASL" != "no"; then
/php-src/build/
H A Dltmain.sh151 duplicate_deps=no
583 no)
700 -no-suppress)
832 pic_mode=no
1154 dlself=no
1161 module=no
1168 preload=no
2226 found=no
2779 lib_linked=no
3288 no)
[all …]
/php-src/ext/session/tests/
H A Dsession_regenerate_id_basic.phpt31 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
39 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
H A Dsession_regenerate_id_variation1.phpt31 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
39 Warning: session_regenerate_id(): Session ID cannot be regenerated when there is no active session …
/php-src/ext/standard/tests/streams/
H A Dbug64770.phpt25 echo "no streams \n";
45 echo "no process\n";
/php-src/Zend/tests/in-de-crement/
H A Doss-fuzz-62294_globals_unset_after_string_warning.phpt28 Decrement on non-numeric string has no effect and is deprecated
31 Decrement on non-numeric string has no effect and is deprecated
H A Doss-fuzz-60709_globals_unset_after_undef_warning.phpt25 Decrement on type null has no effect, this will change in the next major version of PHP
32 Decrement on type null has no effect, this will change in the next major version of PHP
/php-src/ext/reflection/tests/
H A DReflectionMethod_getStaticVariables_basic.phpt31 echo "\nMethod with no static variables:\n";
57 Method with no static variables:
/php-src/ext/ffi/
H A Dconfig.w321 ARG_WITH('ffi', 'ffi support', 'no');
3 if (PHP_FFI != 'no') {
/php-src/.github/workflows/
H A Dclose-stale-prs.yml23 # Hack to skip issues, unfortunately there's no option to disable issues
26 …y recent activity in this PR. It will automatically be closed in 7 days if no further action is ta…
/php-src/ext/standard/tests/file/
H A Dfopen_variation15.phpt97 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
102 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable wra…
107 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
112 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable w…
121 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
126 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): Failed to open stream: no suitable …
H A Dlchown_error.phpt5 if (substr(PHP_OS, 0, 3) == 'WIN') die('skip no windows support');
6 if (!function_exists("posix_getuid")) die("skip no posix_getuid()");
/php-src/ext/standard/tests/dir/
H A Ddir_variation3.phpt32 /*5*/ 0400, // owner has read only, group and others have no permission
33 0600, // owner has rw only, group and others have no permission
35 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
36 0407, // owner has read only, other has rwx & group has no permission
38 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
39 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/php-src/ext/zlib/tests/
H A Dzlib_wrapper_meta_data_basic.phpt7 echo "no wrapper\n";
21 no wrapper
/php-src/sapi/phpdbg/
H A Dconfig.w321 ARG_ENABLE('phpdbg', 'Build phpdbg', 'no');
2 ARG_ENABLE('phpdbgs', 'Build phpdbg shared', 'no');
/php-src/ext/standard/tests/strings/
H A Dvfprintf_error1.phpt13 echo "\n-- Testing vfprintf() function with more than expected no. of arguments --\n";
40 -- Testing vfprintf() function with more than expected no. of arguments --
/php-src/ext/date/tests/
H A Didate_variation6.phpt11 echo "\n-- Testing idate() function for 2 digit year having no zero as starting number --\n";
22 -- Testing idate() function for 2 digit year having no zero as starting number --
/php-src/Zend/tests/
H A Dbug32660.phpt31 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
37 Notice: Indirect modification of overloaded property A::$whatever has no effect in %sbug32660.php o…
H A Dbug37667.phpt42 Notice: Indirect modification of overloaded property Test::$property has no effect in %sbug37667.ph…
44 Notice: Indirect modification of overloaded property Test::$property has no effect in %sbug37667.ph…
/php-src/sapi/fpm/tests/
H A Dfcgi-env-nopif-custom-without-pi-without-pt.phpt2 FPM: FastCGI env var no path info fix for custom setup without PATH_INFO and PATH_TRANSLATED
20 php_admin_value[cgi.fix_pathinfo] = no
/php-src/ext/iconv/
H A Dconfig.w325 if (PHP_ICONV != "no") {
23 PHP_ICONV = "no";

Completed in 55 milliseconds

12345678910>>...52