Home
last modified time | relevance | path

Searched refs:unserialize (Results 176 – 200 of 200) sorted by path

12345678

/PHP-5.5/ext/standard/tests/serialize/
H A Dserialization_objects_009.phpt10 /* Prototype : proto mixed unserialize(string variable_representation)
17 $a = unserialize($ser);
19 $b = unserialize($ser);
H A Dserialization_objects_010.phpt12 /* Prototype : proto mixed unserialize(string variable_representation)
23 public function unserialize($blah) {
H A Dserialization_objects_011.phpt10 /* Prototype : proto mixed unserialize(string variable_representation)
63 $uobj = unserialize($ser);
H A Dserialization_objects_012.phpt10 /* Prototype : proto mixed unserialize(string variable_representation)
25 $ua = unserialize($ser);
42 $ua = unserialize($ser);
59 $ucontainer = unserialize($ser);
77 $ucontainer = unserialize($ser);
H A Dserialization_objects_013.phpt12 /* Prototype : proto mixed unserialize(string variable_representation)
23 $uobj = unserialize($ser);
H A Dserialization_objects_014.phpt12 /* Prototype : proto mixed unserialize(string variable_representation)
23 $uobj = unserialize($ser);
H A Dserialization_objects_015.phpt13 $uobj = unserialize($ser);
H A Dserialization_precision_001.phpt12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_precision_002.phpt12 /* Prototype : proto mixed unserialize(string variable_representation)
H A Dserialization_resources_001.phpt2 Test serialize() & unserialize() functions: resources
10 /* Prototype : proto mixed unserialize(string variable_representation)
21 var_dump(unserialize($serialized_data));
H A DunserializeS.phpt10 $data = unserialize($str);
/PHP-5.5/ext/standard/tests/strings/
H A Dbug47168.phpt7 var_dump(printf ("%1.41f\n",unserialize(serialize($dyadic))));
H A Dbug68710.phpt2 Bug #68710 Use after free vulnerability in unserialize() (bypassing the
19 $y = unserialize($z);
H A Dbug72433.phpt2 Bug #72433: Use After Free Vulnerability in PHP's GC algorithm and unserialize
9 // Create our payload and unserialize it.
11 $free_me = unserialize($serialized_payload);
H A Dbug72434.phpt2 Bug #72434: ZipArchive class Use After Free Vulnerability in PHP's GC algorithm and unserialize
11 // Create our payload and unserialize it.
13 $unserialized_payload = unserialize($serialized_payload);
/PHP-5.5/ext/standard/
H A Dvar.c948 PHP_FUNCTION(unserialize) in PHP_FUNCTION() argument
H A Dvar_unserializer.c393 if (ce->unserialize == NULL) { in object_custom()
396 …} else if (ce->unserialize(rval, ce, (const unsigned char*)*p, datalen, (zend_unserialize_data *)v… in object_custom()
417 …if (ce->serialize == NULL || ce->unserialize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != c… in object_common1()
H A Dvar_unserializer.re397 if (ce->unserialize == NULL) {
400 …} else if (ce->unserialize(rval, ce, (const unsigned char*)*p, datalen, (zend_unserialize_data *)v…
421 …if (ce->serialize == NULL || ce->unserialize == zend_user_unserialize || (ZEND_INTERNAL_CLASS != c…
761 /* Check for unserialize callback */
768 /* Call unserialize callback */
/PHP-5.5/ext/sysvmsg/
H A Dsysvmsg.c63 ZEND_ARG_INFO(0, unserialize)
/PHP-5.5/ext/sysvmsg/tests/
H A D002.phpt2 msg_receive() should return false when unserialize() failed
/PHP-5.5/
H A Dphp.ini-development281 ; The unserialize callback function will be called (with the undefined class'
291 ; are decoded with unserialize, the data will remain the same.
H A Dphp.ini-production281 ; The unserialize callback function will be called (with the undefined class'
291 ; are decoded with unserialize, the data will remain the same.
H A Dserver-tests.php535 $this->inisettings = unserialize($out);
/PHP-5.5/tests/classes/
H A Dautoload_020.phpt10 var_dump(unserialize('O:1:"C":0:{}'));
H A Dserialize_001.phpt22 function unserialize($serialized)
39 var_dump(unserialize($ser));
55 Test::unserialize(String)

Completed in 47 milliseconds

12345678