Lines Matching refs:an

31     classname (must check with an object instance).
38 . Access to undefined constants now always results in an Error exception.
41 . Removed ability to specify an autoloader using an __autoload() function.
87 . Following the hash comment operator # immediately with an opening bracket
99 longer implicitly mark the argument type as nullable. Either use an explicit
100 nullable type, or an explicit null default value instead.
111 implicitly created an stdClass object for null, false and empty strings.
112 * Attempting to append an element to an array for which the PHP_INT_MAX key
114 * Attempting to use an invalid type (array or object) as an array key or
116 * Attempting to write to an array index of a scalar value.
121 * Attempting to read an undefined variable.
122 * Attempting to read an undefined property.
123 * Attempting to read an undefined array key.
125 * Attempting to access an array index of a non-array.
126 * Attempting to convert an array to string.
127 * Attempting to use a resource as an array key.
129 * Attempting to read an out-of-bounds string offset.
130 * Attempting to assign an empty string to a string offset.
139 destructors will be called after an uncaught exception.
193 will now consistently throw a TypeError when one of the operands is an
204 . If an object constructor exit()s, the object destructor will no longer be
231 emitted an E_NOTICE "A non well-formed numeric value encountered" will now
232 emit an E_WARNING "A non-numeric value encountered" and all strings which
233 emitted an E_WARNING "A non-numeric value encountered" will now throw a
270 . CURLOPT_POSTFIELDS no longer accepts objects as arrays. To interpret an
271 object as an array, perform an explicit (array) cast. The same applies to
295 enchant_dict_suggest() will now return an empty array instead of null.
296 . enchant_broker_init() will now return an EnchantBroker object rather than
300 return an EnchantDictionary object rather than a resource. Return value
319 has an effect, instead the GdImage instance is automatically destroyed if
338 . The imap_header() function which is an alias of imap_headerinfo() has been removed.
382 as a string instead of an ASCII codepoint. The previous behavior may be
383 restored with an explicit call to chr().
390 of an offset for the mb_strrpos() function has been removed; provide an
412 . openssl_x509_read() and openssl_csr_sign() will now return an
415 . The openssl_x509_free() function is deprecated and no longer has an effect,
418 . openssl_csr_new() will now return an OpenSSLCertificateSigningRequest object
421 . openssl_pkey_new() will now return an OpenSSLAsymmetricKey object rather than a
424 . The openssl_pkey_free() function is deprecated and no longer has an effect,
448 connection, rather than an approximation maintained by PDO. If a query that
461 . pg_fetch_all() will now return an empty array instead of false for result
514 . socket_addrinfo_lookup() will now return an array of AddressInfo objects
530 . SplFixedArray is now an IteratorAggregate and not an Iterator.
534 obtain an Iterator through SplFixedArray::getIterator(). This means that
548 string. Previously non-string needles were interpreted as an ASCII code
556 instead of an empty string.
560 . The args argument of vsprintf(), vfprintf(), and vprintf() must now be an
565 . The quotemeta() function will now return an empty string if an empty string
594 respect the inherited locale without an explicit setlocale() call. An
597 . Removed deprecated DES fallback in crypt(). If an unknown salt format is
605 deprecation warning, and should be replaced with an implementation
606 that returns an integer less than, equal to, or greater than zero.
625 . Calling crypt() without an explicit salt is no longer supported. If you
626 would like to produce a strong hash with an auto-generated salt, use
635 . msg_get_queue() will now return an SysvMessageQueue object rather than a
640 . sem_get() will now return an SysvSemaphore object rather than a resource.
647 . shm_attach() will now return an SysvSharedMemory object rather than a resource.
668 . xml_parser_create(_ns) will now return an XMLParser object rather than a
670 checks for `false`. The xml_parser_free() function no longer has an effect,
689 . inflate_init() will now return an InflateContext object rather than a
727 . It is now possible to fetch the class name of an object using
741 . `throw` can now be used as an expression.
745 . It is now possible to write `catch (Exception)` to catch an exception
801 API is similar to the API for PKCS #7 functions with an addition of new
810 case the width/precision is passed as an argument to printf. This also
847 . Error can be checked after an archive is closed using ZipArchive::status,
866 . Declaring a required parameter after an optional one is deprecated. As an
953 . Added openssl_cms_read() that exports the CMS file to an array of PEM
962 the last PCRE error. It complements preg_last_error(), which returns an
967 userland callback that will be used to authorize or not an action on the
992 modification time of an entry.
995 . ZipArchive::replaceFile to replace an entry content.
1006 . The new PhpToken class adds an object-based interface to the tokenizer.
1027 checks for `false`. The curl_close() function no longer has an effect,
1032 checks for `false`. The curl_multi_close() function no longer has an effect,
1037 checks for `false`. The curl_share_close() function no longer has an effect,
1067 . The JSON extension cannot be disabled anymore and is always an integral part
1097 functionality of SimpleXMLIterator. SimpleXMLIterator is an empty extension
1103 The shmop_close() function no longer has an effect, and is deprecated;
1112 . FILTER_VALIDATE_BOOL has been added as an alias for FILTER_VALIDATE_BOOLEAN.
1120 . New INI directive to set the maximum string length in an argument of a
1155 - array_slice() on an array without gaps will no longer scan the whole array to