Lines Matching refs:now

29     decoct(), dechex(), integer operators and other conversions now always
52 . call_user_func() will now consistently throw a warning if a function with
55 . rand() and srand() are now aliases of mt_rand() and mt_srand().
61 . Fixes to random number generators mean that mt_rand() now produces a
77 signature now issues a Fatal Error (Error Exception) instead of a Warning.
84 by-reference assignments will now result in a different order. For example
91 now results in the array ["b" => 1, "a" => 1], while for PHP 7.0 the result
94 now strictly typed, i.e. if anything other than an array or a boolean is
108 . mb_ereg() and mb_eregi() will now set the $regs argument to an empty array,
165 . String offset access now supports negative references, which will be
172 . Number operators taking numeric strings now emit "A non well formed numeric
186 . TypeError messages for arg_info type checks will now say "must be ...
192 . The simple syntax for variable parsing inside of string literals now
207 - ext/mcrypt is now fully deprecated.
220 - long2ip() accepts integer as parameter now
232 - parse_url() is more restrictive now and supports RFC3986.
238 mb_strpos() and mb_stripos() now accept negative string offsets.
300 . Invalid serialization data for a DateTime or DatePeriod object will now
303 . Timezone initialization failure from serialized data will now throw an
306 . DateTime and DateTimeImmutable now properly incorporate microseconds when
309 of two newly created instances will now more likely return FALSE instead of
314 . Data modification functions (e.g.: dba_insert()) now throw an instance of
322 base class will now throw an instance of Error instead of resulting in a
338 . Cloning a Transliterator object may will now throw an instance of Error
343 . Providing an unknown modification type to ldap_batch_modify() will now
347 . mb_ereg() and mb_eregi() will now throw an instance of ParseError if an
367 will now throw an instance of Error instead of resulting in a fatal error.
371 now throw an instance of Error instead of resulting in a fatal error
392 . Calling forward_static_call() outside of a class scope will now throw an
396 . Creating a tidyNode manually will now throw an instance of Error instead of
400 . A circular reference when serializing will now throw an instance of Error
404 . A circular reference when serializing will now throw an instance of Error
435 is now used by default.