1
0
mirror of https://github.com/php/php-src.git synced 2026-04-04 06:32:49 +02:00
Files
archived-php-src/ext
Nikita Popov df79b9b27a Update get_class_name semantics
* get_class_name is now only used for displaying the class name
   in debugging functions like var_dump, print_r, etc. It is no
   longer used in get_class() etc.
 * As it is no longer used in get_parent_class() the parent
   argument is now gone. This also fixes incorrect parent classes
   being reported in COM.
 * get_class_name is now always required (previously some places
   made it optional and some required it) and is also required
   to return a non-NULL value.
 * Remove zend_get_object_classname. This also fixes a number of
   potential leaks due to incorrect usage of this function.
2014-10-09 20:48:27 +02:00
..
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-10-06 05:52:43 +08:00
2014-09-28 19:02:09 +02:00
2014-10-09 23:32:19 +08:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-20 16:42:31 -07:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 20:46:22 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 12:28:30 -07:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-10-06 05:52:43 +08:00
2014-10-07 21:08:33 +00:00
2014-09-28 19:02:09 +02:00
2014-10-07 21:23:04 +00:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-10-09 20:48:27 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-10-05 13:20:27 +02:00
2014-09-20 18:24:38 +02:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-10-09 14:17:30 +02:00
2014-09-19 18:33:14 +02:00
2014-10-09 20:48:27 +02:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-09-28 19:02:09 +02:00
2014-10-05 22:09:28 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-28 19:02:09 +02:00
2014-09-19 18:33:14 +02:00
2014-10-06 11:45:23 +02:00
2014-10-01 09:26:46 +02:00