/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_reflection.phpt | 32 isFinal: no 39 isFinal: no 42 isPrivate: no 44 isStatic: no 55 isArray: no 62 isArray: no 69 isArray: no 76 isArray: no 83 isArray: no 90 isArray: no [all …]
|
H A D | mysqli_class_mysqli_result_reflection.phpt | 32 isFinal: no 39 isFinal: no 42 isPrivate: no 44 isStatic: no 55 isFinal: no 60 isStatic: no 71 isFinal: no 87 isFinal: no 103 isArray: no 110 isFinal: no [all …]
|
H A D | mysqli_class_mysqli_warning_reflection.phpt | 30 isAbstract: no 38 isFinal: no 40 isPublic: no 41 isPrivate: no 43 isStatic: no 54 isFinal: no 56 isPublic: no 59 isStatic: no 70 isFinal: no 75 isStatic: no [all …]
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 30 isAbstract: no 39 isPrivate: no 41 isStatic: no 47 isPrivate: no 49 isStatic: no 55 isPrivate: no 57 isStatic: no 63 isPrivate: no 65 isStatic: no 73 isStatic: no [all …]
|
H A D | reflection_tools.inc | 7 printf("isInternal: %s\n", ($class->isInternal()) ? 'yes' : 'no'); 10 printf("isInterface: %s\n", ($class->isInterface()) ? 'yes' : 'no'); 11 printf("isAbstract: %s\n", ($class->isAbstract()) ? 'yes' : 'no'); 12 printf("isFinal: %s\n", ($class->isFinal()) ? 'yes' : 'no'); 64 printf("isPublic: %s\n", ($prop->isPublic()) ? 'yes' : 'no'); 65 printf("isPrivate: %s\n", ($prop->isPrivate()) ? 'yes' : 'no'); 67 printf("isStatic: %s\n", ($prop->isStatic()) ? 'yes' : 'no'); 68 printf("isDefault: %s\n", ($prop->isDefault()) ? 'yes' : 'no'); 77 printf("isFinal: %s\n", ($method->isFinal()) ? 'yes' : 'no'); 79 printf("isPublic: %s\n", ($method->isPublic()) ? 'yes' : 'no'); [all …]
|
/PHP-7.4/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-7.4/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 | 159 is_a(class_a, if_b) no 160 is_a(class_a, if_c) no 161 is_a(class_a, if_d) no 162 is_a(class_a, if_e) no 166 is_a(class_b, if_c) no 167 is_a(class_b, if_d) no 168 is_a(class_b, if_e) no 173 is_a(class_c, if_d) no 174 is_a(class_c, if_e) no 178 is_a(class_d, if_c) no [all …]
|
/PHP-7.4/ext/oci8/ |
H A D | config.w32 | 3 if (PHP_OCI8 != "no" && PHP_OCI8_11G != "no") { 6 PHP_OCI8 = "no" 10 if (PHP_OCI8 != "no" && PHP_OCI8_12C != "no") { 13 PHP_OCI8 = "no" 17 if (PHP_OCI8_11G != "no" && PHP_OCI8_12C != "no") { 20 PHP_OCI8_11G = "no" 26 if (PHP_OCI8 != "no") { 55 PHP_OCI8 = "no" 61 if (PHP_OCI8_11G != "no") { 90 PHP_OCI8_11G = "no" [all …]
|
/PHP-7.4/ext/spl/tests/ |
H A D | iterator_021.phpt | 81 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n"; 113 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no 122 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 131 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 137 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 148 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 154 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 164 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 171 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
|
H A D | iterator_034.phpt | 80 echo __METHOD__ . "(".$this->getDepth().") = ".($res?"yes":"no")."/".($has?"yes":"no")."\n"; 125 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no 136 RecursiveArrayIteratorIterator::callHasChildren(1) = no/no 146 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 152 RecursiveArrayIteratorIterator::callHasChildren(2) = no/no 164 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 170 RecursiveArrayIteratorIterator::callHasChildren(2) = no/yes 181 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
|
H A D | iterator_023.phpt | 81 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 185 RecursiveArrayIteratorIterator::callHasChildren(0) = no/no
|
/PHP-7.4/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
|
/PHP-7.4/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-7.4/sapi/embed/ |
H A D | config.m4 | 5 [no], 6 [no]) 10 if test "$PHP_EMBED" != "no"; then 21 PHP_EMBED_TYPE=no 24 if test "$PHP_EMBED_TYPE" != "no"; then 30 AC_MSG_RESULT(no)
|
/PHP-7.4/ext/openssl/ |
H A D | config0.m4 | 10 [no], 11 [no]) 17 [no], 18 [no]) 20 if test "$PHP_OPENSSL" != "no"; then 24 if test "$PHP_KERBEROS" != "no"; then 37 if test "$PHP_SYSTEM_CIPHERS" != "no"; then
|
/PHP-7.4/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-7.4/ext/mysqlnd/ |
H A D | config9.m4 | 6 [no], 14 [no]) 17 if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes"; then 26 if test "$PHP_MYSQLND_COMPRESSION_SUPPORT" != "no"; then 35 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no 37 if test "$PHP_OPENSSL" != "no" || test "$PHP_OPENSSL_DIR" != "no"; then 47 if test "$PHP_MYSQLND" != "no" || test "$PHP_MYSQLND_ENABLED" = "yes" || test "$PHP_MYSQLI" != "no"…
|
/PHP-7.4/ext/ftp/ |
H A D | config.m4 | 11 [no], 12 [no]) 18 dnl Empty variable means 'no' 19 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no 21 if test "$PHP_OPENSSL" != "no" || test "$PHP_OPENSSL_DIR" != "no"; then
|
/PHP-7.4/ext/pcre/ |
H A D | config0.m4 | 6 [no], 7 [no]) 13 [no]) 15 if test "$PHP_EXTERNAL_PCRE" != "no"; then 24 if test "$PHP_PCRE_JIT" != "no"; then 39 ac_cv_have_pcre2_jit=no 48 ac_cv_have_pcre2_jit=no 75 if test "$PHP_PCRE_JIT" != "no"; then 88 ac_cv_have_pcre2_intel_cet=no 96 AC_MSG_RESULT([no]) [all …]
|
/PHP-7.4/ext/pspell/tests/ |
H A D | 001.phpt | 18 $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.4/tests/output/ |
H A D | ob_017.phpt | 17 echo "no"; 20 echo "no"; 32 [2] => 2: no 35 [4] => 10: no
|
/PHP-7.4/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-7.4/ext/gd/ |
H A D | config.m4 | 13 [no], 14 [no]) 21 [no], 22 [no]) 30 [no], 38 [no], 39 [no]) 45 [no], 46 [no]) 52 [no], [all …]
|
/PHP-7.4/ext/standard/tests/streams/ |
H A D | bug40459.phpt | 16 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';
|