Home
last modified time | relevance | path

Searched refs:no (Results 301 – 325 of 1738) sorted by relevance

1...<<11121314151617181920>>...70

/PHP-7.2/ext/posix/
H A Dconfig.m430 AC_MSG_RESULT([no, posix_ttyname() will be thread-unsafe])
32 …AC_MSG_RESULT([no, cannot detect working ttyname_r() when cross compiling. posix_ttyname() will be…
44 ac_cv_have_utsname_domainname=no
/PHP-7.2/ext/pdo_sqlite/tests/
H A Dbug70221.phpt13 print("Everything is fine, no exceptions here\n");
22 Everything is fine, no exceptions here
/PHP-7.2/ext/simplexml/tests/
H A Dbug42369.phpt15 echo 'no conversion' . PHP_EOL;
24 no conversion
/PHP-7.2/ext/standard/tests/file/
H A Dfile_put_contents_variation8-win32.phpt32 "/no/such/file/dir" => "/no/such/file/dir",
89 -- Filename: /no/such/file/dir --
91 Warning: file_put_contents(/no/such/file/dir): failed to open stream: %s in %s on line %d
92 Failed to write data to: /no/such/file/dir
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-7.2/ext/phar/tests/
H A Dphpinfo_001.phpt42 phar.cache_list => no value => no value
64 phar.cache_list => no value => no value
/PHP-7.2/ext/curl/
H A Dphp_curl.h63 #define SAVE_CURL_ERROR(__handle, __err) (__handle)->err.no = (int) __err;
171 int no; member
207 int no; member
214 int no; member
/PHP-7.2/ext/standard/tests/mail/
H A Dezmlm_hash_error.phpt12 echo "\n-- Testing ezmlm_hash() function with fewer than expected no. of arguments --\n";
15 echo "\n-- Testing ezmlm_hash() function with more than expected no. of arguments --\n";
42 -- Testing ezmlm_hash() function with fewer than expected no. of arguments --
47 -- Testing ezmlm_hash() function with more than expected no. of arguments --
/PHP-7.2/ext/interbase/
H A Dconfig.w323 ARG_WITH("interbase", "InterBase support", "no");
5 if (PHP_INTERBASE != "no") {
/PHP-7.2/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-7.2/ext/sqlite3/
H A Dconfig.w324 ARG_WITH("sqlite3", "SQLite 3 support", "no");
6 if (PHP_SQLITE3 != "no") {
/PHP-7.2/ext/sysvsem/
H A Dconfig.m48 if test "$PHP_SYSVSEM" != "no"; then
21 php_cv_semun=no
/PHP-7.2/ext/spl/tests/
H A Dheap_004.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.
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-7.2/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-7.2/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-7.2/ext/mbstring/
H A Dconfig.m446 if test "$ext_shared" = "no"; then
73 if test "$PHP_ONIG" = "yes" || test "$PHP_ONIG" = "no"; then
78 if test "$PHP_MBREGEX_BACKTRACK" != "no"; then
94 ], [php_cv_mbstring_stdarg=yes], [php_cv_mbstring_stdarg=no], [
95 php_cv_mbstring_stdarg=no
198 AC_MSG_RESULT([no])
218 if test "$PHP_LIBMBFL" = "yes" || test "$PHP_LIBMBFL" = "no"; then
364 install directory [BUNDLED]], no, no)
368 If DIR is not set, the bundled oniguruma will be used], no, no)
370 if test "$PHP_MBSTRING" != "no"; then
[all …]
/PHP-7.2/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-7.2/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-7.2/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_error.phpt17 echo "\n-- Testing hash_hmac() function with less than expected no. of arguments --\n";
22 echo "\n-- Testing hash_hmac() function with more than expected no. of arguments --\n";
37 -- Testing hash_hmac() function with less than expected no. of arguments --
48 -- Testing hash_hmac() function with more than expected no. of arguments --
/PHP-7.2/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 --

Completed in 36 milliseconds

1...<<11121314151617181920>>...70