Home
last modified time | relevance | path

Searched refs:no (Results 326 – 350 of 1586) sorted by relevance

1...<<11121314151617181920>>...64

/PHP-5.5/ext/spl/tests/
H A Dpqueue_002.phpt61 Exception: Heap is corrupted, heap properties are no longer ensured.
62 Exception: Heap is corrupted, heap properties are no longer ensured.
63 Exception: Heap is corrupted, heap properties are no longer ensured.
/PHP-5.5/ext/dom/tests/
H A DDOMDocument_standalone_basic.phpt32 echo "Document is no longer standalone\n";
43 Document is no longer standalone
44 string(136) "<?xml version="1.0" encoding="UTF-8" standalone="no"?>
/PHP-5.5/ext/standard/tests/file/
H A Dparse_ini_file_variation2.phpt24 value2=no
37 value2="no"
101 string(2) "no"
H A Dfopen_variation15-win32.phpt112 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
117 Warning: fopen(file://fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable wra…
122 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
127 Warning: fopen(file://fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable wra…
132 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
137 Warning: fopen(file://./fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable w…
142 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
147 Warning: fopen(file://.\fopen15.tmpDir\fopen_variation15.tmp): failed to open stream: no suitable w…
164 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
169 Warning: fopen(file://../fopen15.tmpDir/fopen_variation15.tmp): failed to open stream: no suitable …
[all …]
H A Dtouch_error.phpt10 var_dump(touch("/no/such/file/or/directory"));
20 Warning: touch(): Unable to create file /no/such/file/or/directory because No such file or director…
/PHP-5.5/sapi/nsapi/
H A Dconfig.m46 [ --with-nsapi=DIR Build PHP as NSAPI module for Netscape/iPlanet/Sun Webserver], no, no)
8 if test "$PHP_NSAPI" != "no"; then
/PHP-5.5/sapi/thttpd/
H A Dconfig.m46 [ --with-thttpd=SRCDIR Build PHP as thttpd module], no, no)
10 if test "$PHP_THTTPD" != "no"; then
/PHP-5.5/ext/standard/tests/dir/
H A Dreaddir_variation5.phpt44 /*5*/ 0400, // owner has read only, group and others have no permission
45 0600, // owner has rw only, group and others have no permission
47 /*7*/ 0470, // owner has read only, group has rwx & others have no permission
48 0407, // owner has read only, other has rwx & group has no permission
50 /*9*/ 0670, // owner has rw only, group has rwx & others have no permission
51 /*10*/ 0607 // owner has rw only, group has no permission and others have rwx
/PHP-5.5/ext/mbstring/
H A Dconfig.m446 if test "$ext_shared" = "no"; then
69 if test "$PHP_ONIG" = "yes" || test "$PHP_ONIG" = "no"; then
73 if test "$PHP_MBREGEX_BACKTRACK" != "no"; then
89 ], [php_cv_mbstring_stdarg=yes], [php_cv_mbstring_stdarg=no], [
96 php_cv_mbstring_stdarg=no
189 AC_MSG_RESULT([no])
209 if test "$PHP_LIBMBFL" = "yes" || test "$PHP_LIBMBFL" = "no"; then
355 install directory [BUNDLED]], no, no)
359 If DIR is not set, the bundled oniguruma will be used], no, no)
361 if test "$PHP_MBSTRING" != "no"; then
[all …]
/PHP-5.5/win32/build/
H A Dconfig.w32.phpize.in102 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
156 // no from disable-all
157 if(PHP_MP == 'auto' || PHP_MP == 'no') {
194 ADD_FLAG("LDFLAGS", "/incremental:no /debug /opt:ref,icf");
220 } else if (PHP_DEBUG == "yes" && PHP_ZTS == "no") {
226 } else if (PHP_DEBUG == "no" && PHP_ZTS == "yes") {
232 } else if (PHP_DEBUG == "no" && PHP_ZTS == "no") {
249 if (PHP_PHP_BUILD == 'no') {
289 if (PHP_PHP_BUILD != "no") {
344 if (PHP_SNAPSHOT_TEMPLATE == "no") {
[all …]
/PHP-5.5/ext/sysvsem/
H A Dconfig.m48 if test "$PHP_SYSVSEM" != "no"; then
21 php_cv_semun=no
/PHP-5.5/Zend/tests/
H A Dbug36006.phpt9 $this->dad = null; /* no segfault if this is commented out */
17 $this->son->dad = $this; /* no segfault if this is commented out */
H A Dbug47320.phpt8 if (!@substr('no 2nd parameter')) {
13 if (!@strpos('no 2nd parameter')) {
/PHP-5.5/ext/pdo_mysql/
H A Dconfig.m47 If no value or mysqlnd is passed as DIR, the
12 [ --with-zlib-dir[=DIR] PDO_MySQL: Set the path to libz install prefix], no, no)
15 if test "$PHP_PDO_MYSQL" != "no"; then
17 if test "$PHP_PDO" = "no" && test "$ext_shared" = "no"; then
99 if test "$PHP_ZLIB_DIR" != "no"; then
H A Dconfig.w324 ARG_WITH("pdo-mysql", "MySQL support for PDO", "no");
6 if (PHP_PDO_MYSQL != "no") {
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlentities15.phpt15 As of PHP 5.4, htmlentities() no longer makes replacements with numerical
16 entities. Hence, for this input there's no substitution.
/PHP-5.5/ext/sybase_ct/
H A Dconfig.w325 ARG_WITH("sybase-ct", "SYBASE_CT support", "no");
7 if (PHP_SYBASE_CT != "no") {
H A Dconfig.m49 if test "$PHP_SYBASE_CT" != "no"; then
11 if test "$PHP_SYBASE" && test "$PHP_SYBASE" != "no" && test "$ext_shared" = "no"; then
31 AC_MSG_RESULT([no])
32 PHP_SYBASE_64=no
/PHP-5.5/ext/date/tests/
H A Ddate_timezone_set_error.phpt18 echo "\n-- Testing date_timezone_set() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing date_timezone_set() function with more than expected no. of arguments --\n";
44 -- Testing date_timezone_set() function with less than expected no. of arguments --
49 -- Testing date_timezone_set() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellarg_error.phpt18 echo "\n-- Testing escapeshellarg() function with no arguments --\n";
21 echo "\n-- Testing escapeshellarg() function with more than expected no. of arguments --\n";
49 -- Testing escapeshellarg() function with no arguments --
54 -- Testing escapeshellarg() function with more than expected no. of arguments --
/PHP-5.5/ext/standard/tests/class_object/
H A Dis_subclass_of_error_001.phpt15 echo "\n-- Testing is_subclass_of() function with more than expected no. of arguments --\n";
32 echo "\n-- Testing is_subclass_of() function with less than expected no. of arguments --\n";
41 -- Testing is_subclass_of() function with more than expected no. of arguments --
54 -- Testing is_subclass_of() function with less than expected no. of arguments --
/PHP-5.5/ext/hash/tests/
H A Dhash_file_error.phpt29 echo "\n-- Testing hash_file() function with less than expected no. of arguments --\n";
32 echo "\n-- Testing hash_file() function with more than expected no. of arguments --\n";
58 -- Testing hash_file() function with less than expected no. of arguments --
63 -- Testing hash_file() function with more than expected no. of arguments --
H A Dhash_hmac_file_error.phpt19 echo "\n-- Testing hash_hmac_file() function with less than expected no. of arguments --\n";
24 echo "\n-- Testing hash_hmac_file() function with more than expected no. of arguments --\n";
39 -- Testing hash_hmac_file() function with less than expected no. of arguments --
50 -- Testing hash_hmac_file() function with more than expected no. of arguments --
/PHP-5.5/sapi/apache/
H A Dconfig.m413 ac_cv_php_fd_in_buff=yes],[ac_cv_php_fd_in_buff=no],[ac_cv_php_fd_in_buff=no])
24 pathname to the Apache apxs tool [apxs]], no, no)
28 if test "$PHP_APXS" != "no"; then
121 AC_MSG_RESULT(no)
127 build directory [/usr/local/apache]], no, no)
131 if test "$PHP_SAPI" != "apache" && test "$PHP_APACHE" != "no"; then
227 AC_MSG_RESULT(no)
231 AC_MSG_RESULT(no)
240 [ --enable-mod-charset APACHE: Enable transfer tables for mod_charset (Rus Apache)], no, no)
/PHP-5.5/sapi/apache_hooks/
H A Dconfig.m413 ac_cv_php_fd_in_buff=yes],[ac_cv_php_fd_in_buff=no],[ac_cv_php_fd_in_buff=no])
25 pathname to the Apache apxs tool [apxs]], no, no)
29 if test "$PHP_APACHE_HOOKS" != "no"; then
122 AC_MSG_RESULT(no)
129 build directory [/usr/local/apache]], no, no)
133 … != "apache" && test "$PHP_SAPI" != "apache_hooks" && test "$PHP_APACHE_HOOKS_STATIC" != "no"; then
229 AC_MSG_RESULT(no)
233 AC_MSG_RESULT(no)
242 …enable-mod-charset APACHE (hooks): Enable transfer tables for mod_charset (Rus Apache)], no, no)

Completed in 34 milliseconds

1...<<11121314151617181920>>...64