/PHP-5.4/ext/mysqli/tests/ |
H A D | mysqli_class_mysqli_reflection.phpt | 36 isFinal: no 43 isFinal: no 48 isStatic: no 59 isArray: no 66 isArray: no 73 isArray: no 80 isArray: no 87 isArray: no 94 isArray: no 101 isFinal: no [all …]
|
H A D | mysqli_class_mysqli_result_reflection.phpt | 37 isFinal: no 44 isFinal: no 49 isStatic: no 60 isFinal: no 65 isStatic: no 76 isFinal: no 81 isStatic: no 92 isFinal: no 108 isArray: no 115 isFinal: no [all …]
|
H A D | mysqli_class_mysqli_warning_reflection.phpt | 43 isFinal: no 45 isPublic: no 46 isPrivate: no 48 isStatic: no 59 isFinal: no 61 isPublic: no 64 isStatic: no 75 isFinal: no 80 isStatic: no 94 isStatic: no [all …]
|
H A D | mysqli_class_mysqli_driver_reflection.phpt | 32 isAbstract: no 41 isPrivate: no 43 isStatic: no 49 isPrivate: no 51 isStatic: no 57 isPrivate: no 59 isStatic: no 65 isPrivate: no 67 isStatic: no 75 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-5.4/ext/standard/tests/class_object/ |
H A D | is_a.phpt | 92 is_a( STRING:base, base) = no 94 is_subclass_of( OBJECT:base, base) = no 95 is_subclass_of( STRING:base, base) = no 96 is_subclass_of( STRING:base, base,false) = no 98 is_a( STRING:undefB, base,true) = no 99 is_a( STRING:undefB, base) = no 100 is_subclass_of( STRING:undefB, base,false) = no 101 is_subclass_of( STRING:undefB, base) = no 104 is_a( OBJECT:base, derived_a) = no 105 is_a( STRING:base, derived_a) = no [all …]
|
/PHP-5.4/tests/classes/ |
H A D | interface_implemented.phpt | 66 is_a(base, derived_a) = no 67 is_a(base, derived_b) = no 68 is_a(base, derived_c) = no 69 is_a(base, derived_d) = no 70 is_a(base, if_a) = no 71 is_a(base, if_b) = no 75 is_a(derived_a, derived_b) = no 76 is_a(derived_a, derived_c) = no 77 is_a(derived_a, derived_d) = no 79 is_a(derived_a, if_b) = no [all …]
|
H A D | interface_doubled.phpt | 161 is_a(class_a, if_b) no 162 is_a(class_a, if_c) no 163 is_a(class_a, if_d) no 164 is_a(class_a, if_e) no 168 is_a(class_b, if_c) no 169 is_a(class_b, if_d) no 170 is_a(class_b, if_e) no 175 is_a(class_c, if_d) no 176 is_a(class_c, if_e) no 180 is_a(class_d, if_c) no [all …]
|
/PHP-5.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-5.4/ext/standard/tests/array/ |
H A D | array_diff_ukey_variation4.phpt | 97 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 100 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 105 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 108 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 113 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 116 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 121 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 124 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … 129 Warning: array_diff_ukey() expects parameter 3 to be a valid callback, no array or string given in … 132 Warning: array_diff_ukey() expects parameter 4 to be a valid callback, no array or string given in … [all …]
|
H A D | array_intersect_uassoc_variation4.phpt | 100 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 103 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 108 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 111 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 116 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 119 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 124 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 127 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… 132 Warning: array_intersect_uassoc() expects parameter 3 to be a valid callback, no array or string gi… 135 Warning: array_intersect_uassoc() expects parameter 4 to be a valid callback, no array or string gi… [all …]
|
H A D | array_intersect_ukey_variation3.phpt | 101 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give… 104 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give… 109 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give… 112 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give… 117 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give… 120 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give… 125 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give… 128 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give… 133 Warning: array_intersect_ukey() expects parameter 3 to be a valid callback, no array or string give… 136 Warning: array_intersect_ukey() expects parameter 4 to be a valid callback, no array or string give… [all …]
|
H A D | array_walk_recursive_variation2.phpt | 95 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 98 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 102 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 105 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 109 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 112 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 116 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 119 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 123 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… 126 Warning: array_walk_recursive() expects parameter 2 to be a valid callback, no array or string give… [all …]
|
H A D | array_walk_variation2.phpt | 95 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 98 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 102 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 105 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 109 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 112 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 116 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 119 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 123 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… 126 Warning: array_walk() expects parameter 2 to be a valid callback, no array or string given in %s on… [all …]
|
/PHP-5.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-5.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-5.4/ext/ftp/ |
H A D | config.m4 | 9 [ --with-openssl-dir[=DIR] FTP: openssl install prefix], no, no) 15 dnl Empty variable means 'no' 16 test -z "$PHP_OPENSSL" && PHP_OPENSSL=no 18 if test "$PHP_OPENSSL" != "no" || test "$PHP_OPENSSL_DIR" != "no"; then
|
/PHP-5.4/ext/phar/ |
H A D | config.w32 | 5 ARG_ENABLE("phar-native-ssl", "enable phar with native OpenSSL support", "no"); 7 if (PHP_PHAR_NATIVE_SSL != "no") { 11 if (PHP_PHAR != "no") { 13 if (PHP_PHAR_SHARED || (PHP_PHAR_NATIVE_SSL_SHARED && PHP_SNAPSHOT_BUILD == "no")) { 16 if (PHP_PHAR_NATIVE_SSL != "no") { 18 /* We don't really need GDI for this, but there's no 21 if (PHP_DEBUG == "no") { 31 if (PHP_OPENSSL != "no" && !PHP_OPENSSL_SHARED && !PHP_PHAR_SHARED) { 38 if (PHP_HASH != "no") {
|
/PHP-5.4/ext/oci8/ |
H A D | config.w32 | 4 if (PHP_OCI8 != "no" && PHP_OCI8_11G != "no") { 7 PHP_OCI8 = "no" 8 PHP_OCI8_11G = "no" 12 ARG_WITH("oci8", "OCI8 support", "no"); 14 if (PHP_OCI8 != "no") { 44 PHP_OCI8 = "no" 48 ARG_WITH("oci8-11g", "OCI8 support using Oracle 11g Instant Client", "no"); 50 if (PHP_OCI8_11G != "no") { 80 PHP_OCI8_11G = "no"
|
/PHP-5.4/sapi/embed/ |
H A D | config.m4 | 7 TYPE is either 'shared' or 'static'. [TYPE=shared]], no, no) 11 if test "$PHP_EMBED" != "no"; then 22 PHP_EMBED_TYPE=no 25 if test "$PHP_EMBED_TYPE" != "no"; then 31 AC_MSG_RESULT(no)
|
/PHP-5.4/ext/wddx/ |
H A D | config.m4 | 10 [ --with-libxml-dir=DIR WDDX: libxml2 install prefix], no, no) 14 [ --with-libexpat-dir=DIR WDDX: libexpat dir for XMLRPC-EPI (deprecated)],no,no) 16 if test "$PHP_WDDX" != "no"; then 21 if test "$PHP_LIBEXPAT_DIR" = "no"; then 22 if test "$PHP_LIBXML" = "no"; then 27 if test "$PHP_XML" = "no"; then 39 if test "$PHP_LIBEXPAT_DIR" != "no"; then
|
/PHP-5.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-5.4/ext/xmlrpc/ |
H A D | config.m4 | 15 [ --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 …]
|