Searched defs:unserialize (Results 1 - 4 of 4) sorted by relevance
| /PHP_TRUNK/ext/spl/ |
| H A D | spl.php | 591 * the class is known and the appropriate unserialize() method is called as a 607 function unserialize($serialized); function
|
| /PHP_TRUNK/ext/standard/ |
| H A D | basic_functions.h | 215 } unserialize; member in struct:_php_basic_globals
|
| H A D | php_var.h | 31 PHP_FUNCTION(unserialize); variable 88 /* fprintf(stderr, "UNSERIALIZE_INIT == lock: %u, level: %u\n", BG(serialize_lock), BG(unserialize).level); */ \ 89 if (BG(serialize_lock) || !BG(unserialize).level) { \ 92 BG(unserialize).var_hash = (void *)(var_hash_ptr); \ 93 BG(unserialize).level = 1; \ 96 (var_hash_ptr) = (php_unserialize_data_t)BG(unserialize).var_hash; \ 97 ++BG(unserialize).level; \ 103 /* fprintf(stderr, "UNSERIALIZE_DESTROY == lock: %u, level: %u\n", BG(serialize_lock), BG(unserialize).level); */ \ 104 if (BG(serialize_lock) || !BG(unserialize).level) { \ 108 if (!--BG(unserialize) [all...] |
| /PHP_TRUNK/Zend/ |
| H A D | zend.h | 516 int (*unserialize)(zval **object, zend_class_entry *ce, const unsigned char *buf, zend_uint buf_len, zend_unserialize_data *data TSRMLS_DC); member in struct:_zend_class_entry
|
Completed in 7 milliseconds