Home
last modified time | relevance | path

Searched refs:obj2 (Results 1 – 17 of 17) sorted by relevance

/PHP-7.1/ext/date/tests/
H A DDateTime_compare_basic1.phpt23 $obj2 = new DateTimeExt1("2009-02-12 12:47:41 GMT");
29 var_dump($obj1 == $obj2);
32 var_dump($obj2 == $obj3);
33 var_dump($obj2 == $obj4);
40 var_dump($obj1 == $obj2);
45 date_modify($obj2, "+1 day");
48 var_dump($obj1 == $obj2);
H A DDateTimeZone_compare_basic1.phpt25 $obj2 = new DateTimeZoneExt1("Europe/London");
32 var_dump($obj1 == $obj2);
35 var_dump($obj2 == $obj3);
36 var_dump($obj2 == $obj4);
/PHP-7.1/tests/lang/
H A DforeachLoopObjects.006.phpt16 $obj2 = new stdclass;
17 $obj2->a = "new a";
18 $obj2->b = "new b";
19 $obj2->c = "new c";
20 $obj2->d = "new d";
21 $obj2->e = "new e";
22 $obj2->f = "new f";
28 $ref=$obj2;
H A Dcompare_objects_basic2.phpt15 $obj2 = new DateTime(("2009-02-12 12:47:41 GMT"));
17 var_dump($obj1 == $obj2);
H A Dcompare_objects_basic1.phpt28 $obj2 = new class2();
37 var_dump($obj1 == $obj2);
/PHP-7.1/ext/standard/tests/file/
H A Dreadlink_realpath_variation1.phpt36 $obj2 = new object_temp("$name_prefix/readlink_realpath_variation1/home/../..///readlink_realpath_v…
43 var_dump( symlink($filename, $obj2->linkname) );
44 var_dump( readlink($obj2->linkname) );
45 var_dump( realpath($obj2->linkname) );
49 unlink($obj2->linkname);
56 var_dump( link($filename, $obj2->linkname) );
57 var_dump( readlink($obj2->linkname) ); // invalid because readlink doesn't work with hardlink
58 var_dump( realpath($obj2->linkname) );
62 unlink($obj2->linkname);
H A Drealpath_variation-win32-mb.phpt35 $obj2 = new object_temp("$name_prefix/realpath_variation_私はガラスを食べられます/home/..///realpath_variation_…
38 var_dump( realpath($obj2->filename) );
H A Drealpath_variation-win32.phpt35 $obj2 = new object_temp("$name_prefix/realpath_variation/home/..///realpath_variation.tmp");
38 var_dump( realpath($obj2->filename) );
H A Dstat_variation7-win32.phpt43 $obj2 = new object_temp("$file_path/stat_variation7a/");
60 var_dump( stat($obj2->var_name) );
/PHP-7.1/ext/standard/tests/serialize/
H A Dbug70172_2.phpt15 class obj2 {
30 $exploit = 'a:2:{i:0;O:4:"obj2":1:{s:4:"ryat";C:3:"obj":'.strlen($inner).':{'.$inner.'}}i:1;a:1:{i:…
53 object(obj2)#%d (1) {
62 object(obj2)#%d (1) {
/PHP-7.1/tests/classes/
H A Ddestructor_and_globals.phpt40 $obj2 = new counter;
41 $obj2->Show();
46 //counter::destroy($obj2);
/PHP-7.1/ext/spl/tests/
H A Dbug70959.phpt20 $obj2 = unserialize(serialize($obj));
21 var_dump($obj2->getTest());
H A Darray_025.phpt7 $obj2 = unserialize($s);
11 print_r($obj2);
/PHP-7.1/ext/json/tests/
H A Dbug61978.phpt36 $obj2 = new JsonTest2();
37 var_dump(json_encode($obj2, JSON_PARTIAL_OUTPUT_ON_ERROR));
/PHP-7.1/ext/soap/interop/
H A Dtest.utility.php89 function object_compare(&$obj1, &$obj2) { argument
90 if (gettype($obj1) != 'object' || gettype($obj2) != 'object') return FALSE;
93 $ar2 = (array)$obj2;
/PHP-7.1/Zend/tests/
H A Dbug38220.phpt58 $obj2 = new A(2);
60 $obj2->func1();
/PHP-7.1/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt81 $obj2 = & $obj;
82 $obj3 = & $obj2;
96 $obj2->class_object1,
98 $obj2->class_object1->value4,
105 $obj = $int_var; //$obj is lost, $obj1,$obj2,$obj3,$obj4 = 500
107 debug_zval_dump($obj, $obj1, $obj2, $obj3);

Completed in 28 milliseconds