Searched refs:have (Results 101 – 125 of 541) sorted by relevance
12345678910>>...22
/PHP-7.4/ext/phar/tests/ |
H A D | 032.phpt | 28 phar "%s032.phar.php" does not have a signature===DONE===
|
/PHP-7.4/ext/date/tests/ |
H A D | bug73294.phpt | 16 echo "Wrong: Should have been {$expected}, was {$result}\n";
|
/PHP-7.4/ |
H A D | UPGRADING.INTERNALS | 43 a. php_sys_symlink() and php_sys_link() portability macros have been 67 e. Pointers returned by php_win32_error_to_msg() have to be freed using 146 class_entry->static_members_table now have to be accessed through 149 op_arrays. Instead, now you have to reserve op_array handle using 165 Linked classes have ZEND_ACC_LINKED flag set. 217 have to be replaced with standard types. 242 - Symbols HAVE_DATE, HAVE_REFLECTION, and HAVE_SPL have been removed. It 243 should be considered to have these extensions always available. 265 - Obsolescent macros AC_FUNC_VPRINTF and AC_FUNC_UTIME_NULL have been 268 - Local PHP m4 unused or obsolete macros have been removed: [all …]
|
/PHP-7.4/build/ |
H A D | ax_func_which_gethostbyname_r.m4 | 48 # You should have received a copy of the GNU General Public License along 158 [Define to 1 if you have some form of gethostbyname_r().]) 166 [Define to 1 if you have the three-argument form of gethostbyname_r().]) 172 [Define to 1 if you have the five-argument form of gethostbyname_r().]) 178 [Define to 1 if you have the six-argument form of gethostbyname_r().])
|
/PHP-7.4/ext/standard/tests/strings/ |
H A D | bug36306.phpt | 7 PHP does not have uint values, you cannot
|
H A D | bug24281.phpt | 5 $string = "He had had to have had it";
|
H A D | bug61038.phpt | 20 Warning: unpack(): Type a: not enough input, need 6, have 5 in %s on line %d
|
/PHP-7.4/Zend/tests/variadic/ |
H A D | variadic_changed_typehint_error.phpt | 2 Typehints for variadic arguments have to be compatible
|
H A D | adding_additional_optional_parameter_error.phpt | 2 Additional optional parameters must have a matching prototype
|
/PHP-7.4/Zend/tests/ |
H A D | magic_methods_007.phpt | 12 Warning: The magic method __set() must have public visibility and cannot be static in %s on line %d
|
H A D | magic_methods_008.phpt | 17 Warning: The magic method __set() must have public visibility and cannot be static in %s on line %d
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_connect_oo_defaults.phpt | 133 if (!$res = mysqli_query($link, "SELECT 'have been set' AS all_defaults")) 146 if (!$res = mysqli_query($link, "SELECT 'have been set' AS all_defaults")) 174 string(13) "have been set" 178 string(13) "have been set"
|
H A D | mysqli_stmt_prepare.phpt | 15 // We would duplicate the SQL test cases if we have it here and in one of the 16 // fetch tests, because the fetch tests would have to call prepare/execute etc.
|
/PHP-7.4/ext/reflection/tests/ |
H A D | ReflectionClass_hasConstant_basic.phpt | 14 //C should not have constant bar
|
/PHP-7.4/ext/opcache/tests/ |
H A D | bug73583.phpt | 2 Bug #73583 (Segfaults when conditionally declared class and function have the same name)
|
H A D | bug75556.phpt | 16 $msg = 'Date objects must have UTC as their timezone';
|
/PHP-7.4/ext/spl/tests/ |
H A D | bug75242.phpt | 2 Bug #75242: RecursiveArrayIterator doesn't have constants from parent class
|
/PHP-7.4/ext/intl/tests/ |
H A D | formatter_get_error.phpt | 22 return "Ooops, an error should have occurred.";
|
/PHP-7.4/ext/sockets/tests/ |
H A D | socket_sentto_recvfrom_ipv6_udp.phpt | 37 '%d bytes have been sent instead of the %d bytes expected', 67 '%d bytes have been received instead of the %d bytes expected',
|
/PHP-7.4/ext/ldap/tests/ |
H A D | ldap_add_error.phpt | 58 /* Is this correct behaviour to still have "Already exists" as error/errno? 83 /* Is this correct behaviour to still have "Undefined attribute type" as error/errno? 126 Warning: ldap_add(): Value array must have consecutive indices 0, 1, ... in %s on line %d
|
/PHP-7.4/tests/classes/ |
H A D | visibility_003c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility
|
H A D | visibility_004c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility
|
H A D | visibility_001c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility
|
H A D | visibility_002c.phpt | 2 ZE2 A redeclared method must have the same or higher visibility
|
/PHP-7.4/ext/json/tests/ |
H A D | bug73991.phpt | 2 Allow JSON_OBJECT_AS_ARRAY to have an effect
|
Completed in 32 milliseconds
12345678910>>...22