Home
last modified time | relevance | path

Searched refs:no (Results 26 – 50 of 1721) sorted by relevance

12345678910>>...69

/PHP-7.1/ext/pspell/tests/
H A D001.phpt18 $string .= "Uh, no, no, no. This is a tobacconist's ";
20 $string .= "No, no, no, no. Tobacco... um... cigarettes (holds up a pack). ";
59 no : true
60 no : true
61 no : true
77 no : true
78 no : true
79 no : true
/PHP-7.1/ext/xml/
H A Dconfig.m410 [ --with-libxml-dir=DIR XML: libxml2 install prefix], no, no)
14 [ --with-libexpat-dir=DIR XML: libexpat install prefix (deprecated)], no, no)
16 if test "$PHP_XML" != "no"; then
21 if test "$PHP_LIBEXPAT_DIR" = "no"; then
23 if test "$PHP_LIBXML" = "no"; then
38 if test "$PHP_LIBEXPAT_DIR" != "no"; then
/PHP-7.1/ext/xmlrpc/
H A Dconfig.m415 [ --with-libxml-dir=DIR XMLRPC-EPI: libxml2 install prefix], no, no)
19 [ --with-libexpat-dir=DIR XMLRPC-EPI: libexpat dir for XMLRPC-EPI (deprecated)],no,no)
22 [ --with-iconv-dir=DIR XMLRPC-EPI: iconv dir for XMLRPC-EPI],no,no)
24 if test "$PHP_XMLRPC" != "no"; then
33 if test "$PHP_LIBEXPAT_DIR" = "no"; then
35 if test "$PHP_LIBXML" = "no"; then
40 if test "$PHP_XML" = "no"; then
48 testval=no
59 if test "$testval" = "no"; then
67 if test "$PHP_ICONV_DIR" != "no"; then
[all …]
/PHP-7.1/ext/standard/tests/strings/
H A Dsimilar_text_error.phpt4 Mats Lindh <mats at lindh.no>
5 #Testfest php.no
14 echo "\n-- Testing similar_text() function with more than expected no. of arguments --\n";
17 echo "\n-- Testing similar_text() function with less than expected no. of arguments --\n";
22 -- Testing similar_text() function with more than expected no. of arguments --
26 -- Testing similar_text() function with less than expected no. of arguments --
/PHP-7.1/Zend/tests/
H A Dbug70918.phpt42 string(52) "Cannot access static:: when no class scope is active"
43 string(52) "Cannot access parent:: when no class scope is active"
44 string(50) "Cannot access self:: when no class scope is active"
45 string(52) "Cannot access static:: when no class scope is active"
46 string(52) "Cannot access static:: when no class scope is active"
47 string(52) "Cannot access static:: when no class scope is active"
H A Dclosure_041.phpt12 echo "bound: ", isset($this)?get_class($this):"no";
17 echo "bound: ", isset($this)?get_class($this):"no";
47 echo "After binding, no instance", "\n";
69 bound: no
71 bound: no
73 bound: no
76 After binding, no instance
78 bound: no
80 bound: no
82 bound: no
[all …]
H A Dbug43201.phpt25 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
27 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
33 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
37 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
41 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
45 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
49 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
53 Notice: Indirect modification of overloaded property Foo::$arr has no effect in %sbug43201.php on l…
/PHP-7.1/tests/output/
H A Dob_017.phpt17 echo "no";
20 echo "no";
32 [2] => 2: no
35 [4] => 10: no
/PHP-7.1/ext/spl/tests/
H A Diterator_022.phpt81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n";
132 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
142 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no
152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
158 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no
170 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
176 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
/PHP-7.1/sapi/fpm/
H A Dconfig.m46 [ --enable-fpm Enable building of the fpm SAPI executable], no, no)
30 AC_MSG_RESULT([no])
36 have_clock_gettime=no
44 AC_MSG_RESULT([no])
66 have_clock_get_time=no
106 have_ptrace=no
193 have_ptrace=no
316 have_lq=no
584 [ --with-fpm-systemd Activate systemd integration], no, no)
587 [ --with-fpm-acl Use POSIX Access Control Lists], no, no)
[all …]
/PHP-7.1/ext/standard/tests/streams/
H A Dbug40459.phpt16 echo $this->constructorCalled ? 'yes' : 'no';
22 echo $this->constructorCalled ? 'yes' : 'no';
28 echo $this->constructorCalled ? 'yes' : 'no';
33 echo $this->constructorCalled ? 'yes' : 'no';
38 echo $this->constructorCalled ? 'yes' : 'no';
43 echo $this->constructorCalled ? 'yes' : 'no';
48 echo $this->constructorCalled ? 'yes' : 'no';
53 echo $this->constructorCalled ? 'yes' : 'no';
/PHP-7.1/sapi/apache2handler/
H A Dconfig.w324 ARG_ENABLE('apache2handler', 'Build Apache 2.x handler', 'no');
6 if (PHP_APACHE2HANDLER != "no") {
7 if (PHP_ZTS == "no") {
22 ARG_ENABLE('apache2-2handler', 'Build Apache 2.2.x handler', 'no');
24 if (PHP_APACHE2_2HANDLER != "no") {
25 if (PHP_ZTS == "no") {
41 ARG_ENABLE('apache2-4handler', 'Build Apache 2.4.x handler', 'no');
42 if (PHP_APACHE2_4HANDLER != "no") {
43 if (PHP_ZTS == "no") {
/PHP-7.1/ext/standard/tests/array/
H A Darray_intersect_ukey_error.phpt26 echo "\n-- Testing array_intersect_ukey() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing array_intersect_ukey() function with less than expected no. of arguments --\n";
34 // Testing array_intersect_ukey with no arguments
35 echo "\n-- Testing array_intersect_ukey() function with no arguments --\n";
42 -- Testing array_intersect_ukey() function with more than expected no. of arguments --
44 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give…
47 -- Testing array_intersect_ukey() function with less than expected no. of arguments --
52 -- Testing array_intersect_ukey() function with no arguments --
H A Darray_map_variation17.phpt80 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
84 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
88 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
92 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
96 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
100 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
104 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
108 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
112 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
116 Warning: array_map() expects parameter 1 to be a valid callback, no array or string given in %s on …
[all …]
H A Dusort_variation2.phpt105 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
110 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
115 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
120 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
125 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
130 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
135 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
140 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
145 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
175 Warning: usort() expects parameter 2 to be a valid callback, no array or string given in %s on line…
[all …]
H A Darray_fill_keys_error.phpt17 echo "\n-- Testing array_fill_keys() function with more than expected no. of arguments --\n";
20 echo "\n-- Testing array_fill_keys() function with less than expected no. of arguments --\n";
23 echo "\n-- Testing array_fill_keys() function with no arguments --\n";
31 -- Testing array_fill_keys() function with more than expected no. of arguments --
36 -- Testing array_fill_keys() function with less than expected no. of arguments --
41 -- Testing array_fill_keys() function with no arguments --
H A Darray_intersect_uassoc_error.phpt27 echo "\n-- Testing array_intersect_uassoc() function with more than expected no. of arguments --\n";
31 echo "\n-- Testing array_intersect_uassoc() function with less than expected no. of arguments --\n";
35 // Testing array_intersect_uassoc with no arguments
36 echo "\n-- Testing array_intersect_uassoc() function with no arguments --\n";
43 -- Testing array_intersect_uassoc() function with more than expected no. of arguments --
45 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi…
48 -- Testing array_intersect_uassoc() function with less than expected no. of arguments --
56 -- Testing array_intersect_uassoc() function with no arguments --
/PHP-7.1/ext/iconv/
H A Dconfig.m48 if test "$PHP_ICONV" != "no"; then
13 iconv_avail="no";
16 if test "$iconv_avail" != "no"; then
46 AC_MSG_RESULT(no)
63 AC_MSG_RESULT(no)
66 AC_MSG_RESULT(no, cross-compiling)
78 AC_MSG_RESULT(no)
91 AC_MSG_RESULT(no)
153 AC_MSG_RESULT(no)
184 AC_MSG_RESULT(no)
[all …]
/PHP-7.1/ext/pdo_sqlite/
H A Dconfig.w324 ARG_WITH("pdo-sqlite", "for pdo_sqlite support", "no");
6 if (PHP_PDO_SQLITE != "no") {
11 if (PHP_PDO_SQLITE_SHARED || PHP_SQLITE3_SHARED || PHP_SQLITE3 == 'no') {
16 ARG_WITH("pdo-sqlite-external", "for pdo_sqlite support from an external dll", "no");
17 if (PHP_PDO_SQLITE_EXTERNAL != "no") {
24 PHP_PDO_SQLITE_EXTERNAL = "no"
/PHP-7.1/sapi/phpdbg/
H A Dconfig.m49 [ --enable-phpdbg-webhelper Build phpdbg web SAPI support], no)
12 [ --enable-phpdbg-debug Build phpdbg in debug mode], no, no)
14 if test "$BUILD_PHPDBG" = "" && test "$PHP_PHPDBG" != "no"; then
18 if test "$PHP_PHPDBG_DEBUG" != "no"; then
27 if test "$PHP_READLINE" != "no" -o "$PHP_LIBEDIT" != "no"; then
70 if test "$PHP_PHPDBG_WEBHELPER" != "no"; then
/PHP-7.1/sapi/cli/tests/
H A D017.phpt55 echo "\n--------------\nSnippet no. $key:\n--------------\n";
64 Snippet no. 1:
72 Snippet no. 2:
82 Snippet no. 3:
93 Snippet no. 4:
101 Snippet no. 5:
/PHP-7.1/ext/standard/tests/general_functions/
H A Dcall_user_func_array_variation_002.phpt110 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
114 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
118 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
122 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
126 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
130 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
134 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
138 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
142 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
162 Error: 2 - call_user_func_array() expects parameter 1 to be a valid callback, no array or string gi…
[all …]
/PHP-7.1/ext/standard/
H A Dconfig.m442 ac_cv_flush_io=no
46 ac_cv_flush_io=no
82 ac_cv_crypt_des=no
107 ac_cv_crypt_ext_des=no
109 ac_cv_crypt_ext_des=no
142 ac_cv_crypt_md5=no
144 ac_cv_crypt_md5=no
205 ac_cv_crypt_sha512=no
207 ac_cv_crypt_sha512=no
245no" || test "$ac_cv_crypt_des" = "no" || test "$ac_cv_crypt_ext_des" = "no" || test "$ac_cv_crypt_…
[all …]
/PHP-7.1/ext/libxml/
H A Dconfig0.m410 [ --with-libxml-dir[=DIR] LIBXML: libxml2 install prefix], no, no)
13 if test "$PHP_LIBXML" != "no"; then
16 ext_shared=no
/PHP-7.1/ext/xmlwriter/
H A Dconfig.m410 [ --with-libxml-dir=DIR XMLWriter: libxml2 install prefix], no, no)
13 if test "$PHP_XMLWRITER" != "no"; then
15 if test "$PHP_LIBXML" = "no"; then

Completed in 34 milliseconds

12345678910>>...69