/php-src/ext/standard/tests/class_object/ |
H A D | is_a.phpt | 87 is_a( STRING:base, base) = no 89 is_subclass_of( OBJECT:base, base) = no 90 is_subclass_of( STRING:base, base) = no 91 is_subclass_of( STRING:base, base,false) = no 93 is_a( STRING:undefB, base,true) = no 94 is_a( STRING:undefB, base) = no 95 is_subclass_of( STRING:undefB, base,false) = no 96 is_subclass_of( STRING:undefB, base) = no 99 is_a( OBJECT:base, derived_a) = no 100 is_a( STRING:base, derived_a) = no [all …]
|
/php-src/ext/ffi/tests/ |
H A D | bug_gh9090.phpt | 49 printf("%-36s = %-36s ? %s\n", $func_ptr, $func, $ok ? 'yes' : 'no'); 56 bug_gh9090_void_none_ptr = bug_gh9090_void_int_char ? no 57 bug_gh9090_void_none_ptr = bug_gh9090_void_int_char_var ? no 58 bug_gh9090_void_int_char_ptr = bug_gh9090_void_none ? no 61 bug_gh9090_void_int_char_ptr = bug_gh9090_void_int_char_var ? no 62 bug_gh9090_void_int_char_var_ptr = bug_gh9090_void_none ? no 63 bug_gh9090_void_int_char_var_ptr = bug_gh9090_void_int_char ? no 66 bug_gh9090_void_char_int_ptr = bug_gh9090_void_none ? no 67 bug_gh9090_void_char_int_ptr = bug_gh9090_void_int_char ? no 68 bug_gh9090_void_char_int_ptr = bug_gh9090_void_int_char_var ? no [all …]
|
/php-src/tests/classes/ |
H A D | interface_implemented.phpt | 64 is_a(base, derived_a) = no 65 is_a(base, derived_b) = no 66 is_a(base, derived_c) = no 67 is_a(base, derived_d) = no 68 is_a(base, if_a) = no 69 is_a(base, if_b) = no 73 is_a(derived_a, derived_b) = no 74 is_a(derived_a, derived_c) = no 75 is_a(derived_a, derived_d) = no 77 is_a(derived_a, if_b) = no [all …]
|
H A D | interface_doubled.phpt | 158 is_a(class_a, if_b) no 159 is_a(class_a, if_c) no 160 is_a(class_a, if_d) no 161 is_a(class_a, if_e) no 165 is_a(class_b, if_c) no 166 is_a(class_b, if_d) no 167 is_a(class_b, if_e) no 172 is_a(class_c, if_d) no 173 is_a(class_c, if_e) no 177 is_a(class_d, if_c) no [all …]
|
/php-src/ext/spl/tests/ |
H A D | iterator_021.phpt | 81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n"; 111 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no 120 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 129 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 135 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 146 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 162 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 169 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
|
H A D | iterator_034.phpt | 80 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n"; 123 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no 134 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 144 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 150 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 162 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 168 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 179 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
|
H A D | iterator_023.phpt | 81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n"; 130 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no 140 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 150 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 156 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 168 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 174 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 183 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
|
H A D | iterator_022.phpt | 81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n"; 130 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no 140 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 150 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 156 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 168 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 174 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes
|
/php-src/ext/standard/tests/file/ |
H A D | filestat.phpt | 24 var_dump(fileinode("/no/such/file/or/dir")); 25 var_dump(fileowner("/no/such/file/or/dir")); 26 var_dump(filegroup("/no/such/file/or/dir")); 27 var_dump(fileatime("/no/such/file/or/dir")); 28 var_dump(filectime("/no/such/file/or/dir")); 49 Warning: fileinode(): stat failed for /no/such/file/or/dir in %s on line %d 52 Warning: fileowner(): stat failed for /no/such/file/or/dir in %s on line %d 55 Warning: filegroup(): stat failed for /no/such/file/or/dir in %s on line %d 58 Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d 61 Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d
|
H A D | 005_error.phpt | 10 var_dump( fileatime("/no/such/file/or/dir") ); 11 var_dump( filemtime("/no/such/file/or/dir") ); 12 var_dump( filectime("/no/such/file/or/dir") ); 13 var_dump( touch("/no/such/file/or/dir", 10) ); 21 Warning: fileatime(): stat failed for /no/such/file/or/dir in %s on line %d 24 Warning: filemtime(): stat failed for /no/such/file/or/dir in %s on line %d 27 Warning: filectime(): stat failed for /no/such/file/or/dir in %s on line %d 30 Warning: touch(): Unable to create file /no/such/file/or/dir because No such file or directory in %…
|
/php-src/ext/gd/libgd/ |
H A D | webpng.c | 32 int no = 1; in main() local 40 no = 1; in main() 77 no = 1; in main() 86 no = 1; in main() 103 no = 1; in main() 107 no = 0; in main() 134 no = 0; in main() 159 no = 0; in main() 186 no = 0; in main() 218 no = 0; in main() [all …]
|
/php-src/ext/openssl/ |
H A D | config0.m4 | 10 [no], 11 [no]) 17 [no], 18 [no]) 24 [no], 25 [no]) 27 if test "$PHP_OPENSSL" != "no"; then 41 AS_VAR_IF([PHP_SYSTEM_CIPHERS], [no],, 46 AS_VAR_IF([PHP_OPENSSL_LEGACY_PROVIDER], [no],, 51 AS_VAR_IF([PHP_OPENSSL_ARGON2], [no],, [
|
H A D | config.w32 | 3 ARG_WITH("openssl", "OpenSSL support", "no,shared"); 5 …legacy-provider", "OPENSSL: Load legacy algorithm provider in addition to default provider", "no"); 7 ARG_WITH("openssl-argon2", "OPENSSL: Enable argon2 password hashing (requires OpenSSL >= 3.2)", "no… 9 if (PHP_OPENSSL != "no") { 15 if (PHP_OPENSSL_LEGACY_PROVIDER != "no") { 18 if (PHP_OPENSSL_ARGON2 != "no") { 19 if (PHP_ZTS != "no") {
|
/php-src/ext/phar/ |
H A D | config.w32 | 4 ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no"); 6 if (PHP_PHAR_NATIVE_SSL != "no") { 10 if (PHP_PHAR != "no") { 12 if (PHP_PHAR_SHARED || (PHP_PHAR_NATIVE_SSL_SHARED && PHP_SNAPSHOT_BUILD == "no")) { 15 if (PHP_PHAR_NATIVE_SSL != "no") { 17 /* We don't really need GDI for this, but there's no 20 if (PHP_DEBUG == "no") { 30 if (PHP_OPENSSL != "no" && !PHP_OPENSSL_SHARED && !PHP_PHAR_SHARED) {
|
/php-src/sapi/apache2handler/ |
H A D | config.w32 | 3 ARG_ENABLE('apache2handler', 'Build Apache 2 handler', 'no'); 4 ARG_ENABLE('apache2-4handler', 'Build Apache 2 handler (alias for --enable--apache2handler)', 'no'); 6 if(PHP_APACHE2_4HANDLER != "no" && PHP_APACHE2HANDLER == "no") { 10 if (PHP_APACHE2HANDLER != "no") { 11 if (PHP_ZTS == "no") {
|
/php-src/sapi/fuzzer/ |
H A D | config.m4 | 5 [no], 6 [no]) 23 if test "$PHP_FUZZER" != "no"; then 38 AX_CHECK_COMPILE_FLAG([-fsanitize=fuzzer-no-link], [ 39 CFLAGS="$CFLAGS -fsanitize=fuzzer-no-link" 40 CXXFLAGS="$CXXFLAGS -fsanitize=fuzzer-no-link" 42 [AC_MSG_ERROR([Compiler doesn't support -fsanitize=fuzzer-no-link])]) 67 if test -n "$enable_exif" && test "$enable_exif" != "no"; then 70 if test -n "$enable_mbstring" && test "$enable_mbstring" != "no"; then 72 if test -n "$enable_mbregex" && test "$enable_mbregex" != "no"; then
|
/php-src/tests/output/ |
H A D | ob_017.phpt | 17 echo "no"; 20 echo "no"; 32 [2] => 2: no 35 [4] => 10: no
|
/php-src/Zend/tests/ |
H A D | bug70918.phpt | 42 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"
|
/php-src/sapi/embed/ |
H A D | config.m4 | 5 [no], 6 [no]) 10 if test "$PHP_EMBED" != "no"; then 24 AS_VAR_IF([PHP_EMBED_TYPE],, [AC_MSG_RESULT([no])], [ 35 AC_MSG_RESULT([no])
|
/php-src/ext/pcre/ |
H A D | config0.m4 | 6 [no], 7 [no]) 14 [no]) 21 if test "$PHP_EXTERNAL_PCRE" != "no"; then 28 AS_VAR_IF([PHP_PCRE_JIT], [no],, 46 [php_cv_have_pcre2_jit=no], 50 [php_cv_have_pcre2_jit=no])]) 60 [no],, 106 AS_VAR_IF([PHP_PCRE_JIT], [no],, 123 AS_VAR_IF([PHP_VALGRIND], [no],, [all …]
|
/php-src/ext/standard/tests/streams/ |
H A D | bug40459.phpt | 17 echo $this->constructorCalled ? 'yes' : 'no'; 23 echo $this->constructorCalled ? 'yes' : 'no'; 29 echo $this->constructorCalled ? 'yes' : 'no'; 34 echo $this->constructorCalled ? 'yes' : 'no'; 39 echo $this->constructorCalled ? 'yes' : 'no'; 44 echo $this->constructorCalled ? 'yes' : 'no'; 49 echo $this->constructorCalled ? 'yes' : 'no'; 54 echo $this->constructorCalled ? 'yes' : 'no';
|
/php-src/tests/lang/operators/ |
H A D | postdec_variationStr.phpt | 32 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 36 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 42 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 46 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 50 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 54 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 58 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 62 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d
|
H A D | predec_variationStr.phpt | 31 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 35 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 41 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 45 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 49 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 53 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 57 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d 61 Deprecated: Decrement on non-numeric string has no effect and is deprecated %s on line %d
|
/php-src/ext/standard/tests/array/ |
H A D | array_map_variation17.phpt | 79 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 82 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 85 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 88 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 91 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 94 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 97 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 100 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 103 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given 106 array_map(): Argument #1 ($callback) must be a valid callback or null, no array or string given [all …]
|
/php-src/ext/xml/ |
H A D | config.m4 | 11 [no], 12 [no]) 14 if test "$PHP_XML" != "no"; then 16 AS_VAR_IF([PHP_EXPAT], [no], 25 AS_VAR_IF([PHP_EXPAT], [no], [
|