/php-src/ext/date/tests/ |
H A D | DateTime_compare_basic1.phpt | 28 var_dump($obj1 == $obj1); 29 var_dump($obj1 == $obj2); 30 var_dump($obj1 == $obj3); 31 var_dump($obj1 == $obj4); 38 var_dump($obj1 == $obj1); 40 var_dump($obj1 == $obj2); 41 var_dump($obj1 == $obj3); 42 var_dump($obj1 == $obj4); 48 var_dump($obj1 == $obj2); 49 var_dump($obj1 == $obj3); [all …]
|
/php-src/Zend/tests/lazy_objects/ |
H A D | reset_as_lazy_real_instance.phpt | 14 $obj1 = new Obj('obj1'); 15 $r->resetAsLazyProxy($obj1, function () use (&$obj2) { 19 $r->initializeLazyObject($obj1); 23 var_dump($obj1->name);
|
H A D | reset_as_lazy_initialized_proxy.phpt | 14 $obj = new Obj('obj1'); 33 string(4) "obj1"
|
/php-src/tests/lang/ |
H A D | compare_objects_basic1.phpt | 27 $obj1 = new class1(); 34 var_dump($obj1 == $obj1); 37 var_dump($obj1 == $obj2); 38 var_dump($obj1 == $obj3); 39 var_dump($obj1 == $obj4); 40 var_dump($obj1 == $obj5);
|
H A D | compare_objects_basic2.phpt | 14 $obj1 = new X(); 17 var_dump($obj1 == $obj2);
|
/php-src/Zend/tests/weakrefs/ |
H A D | weakmap_iteration.phpt | 15 $obj1 = new stdClass; 18 $map[$obj1] = 1; 26 if (isset($obj1) && $key === $obj1) unset($obj1);
|
/php-src/ext/standard/tests/file/ |
H A D | readlink_realpath_variation1-win32.phpt | 31 $obj1 = new object_temp("$name_prefix/readlink_realpath_variation1/../././readlink_realpath_variati… 36 var_dump( symlink($filename, $obj1->linkname) ); 37 var_dump( readlink($obj1->linkname) ); 38 var_dump( realpath($obj1->linkname) ); 44 unlink($obj1->linkname); 49 var_dump( link($filename, $obj1->linkname) ); 50 var_dump( readlink($obj1->linkname) ); // invalid because readlink doesn't work with hardlink 51 var_dump( realpath($obj1->linkname) ); 57 unlink($obj1->linkname);
|
H A D | readlink_realpath_variation1.phpt | 28 $obj1 = new object_temp("$name_prefix/readlink_realpath_variation1/../././readlink_realpath_variati… 33 var_dump( symlink($filename, $obj1->linkname) ); 34 var_dump( readlink($obj1->linkname) ); 35 var_dump( realpath($obj1->linkname) ); 41 unlink($obj1->linkname); 46 var_dump( link($filename, $obj1->linkname) ); 47 var_dump( readlink($obj1->linkname) ); // invalid because readlink doesn't work with hardlink 48 var_dump( realpath($obj1->linkname) ); 54 unlink($obj1->linkname);
|
H A D | realpath_variation-win32-mb.phpt | 30 $obj1 = new object_temp("$name_prefix/realpath_variation_私はガラスを食べられます/../././realpath_variation_私はガ… 33 var_dump( realpath($obj1->filename) );
|
H A D | realpath_variation-win32.phpt | 30 $obj1 = new object_temp("$name_prefix/realpath_variation/../././realpath_variation/home/tests/realp… 33 var_dump( realpath($obj1->filename) );
|
H A D | stat_variation7-win32.phpt | 37 $obj1 = new object_temp("$file_path/stat_variation7/"); 52 var_dump( stat($obj1->var_name) );
|
/php-src/ext/session/tests/ |
H A D | bug71972.phpt | 16 $_SESSION['obj1'] = new stdClass(); 24 $_SESSION['obj'.$num]->obj1 = $_SESSION['obj1'];
|
H A D | bug79031.phpt | 42 'obj1' => new SerializableClass($testPropertyObj), 56 obj1|C:17:"SerializableClass":65:{a:1:{s:10:"sharedProp";O:8:"stdClass":1:{s:4:"name";s:4:"test";}}… 59 ["obj1"]=>
|
/php-src/ext/spl/tests/ |
H A D | array_025.phpt | 5 $obj1 = new ArrayObject(new ArrayObject(array(1,2))); 6 $s = serialize($obj1); 9 print_r($obj1);
|
/php-src/tests/classes/ |
H A D | destructor_and_globals.phpt | 37 $obj1 = new counter; 38 $obj1->Show(); 43 counter::destroy($obj1);
|
/php-src/ext/reflection/tests/ |
H A D | new_in_attributes.phpt | 18 $obj1 = $ra->newInstance(); 19 var_dump($args1, $obj1); 25 var_dump($obj1->y !== $obj2->y);
|
/php-src/Zend/tests/ |
H A D | bug38220.phpt | 55 $obj1 = new A(1); 56 $obj1->func1(); 59 unset($obj1);
|
/php-src/ext/json/tests/ |
H A D | bug61978.phpt | 29 $obj1 = new JsonTest1(); 30 var_dump(json_encode($obj1, JSON_PARTIAL_OUTPUT_ON_ERROR));
|
/php-src/ext/standard/tests/general_functions/ |
H A D | debug_zval_dump_o.phpt | 79 $obj1 = & $obj; //object $obj1 references object $obj 104 $obj = $int_var; //$obj is lost, $obj1,$obj2,$obj3,$obj4 = 500 106 debug_zval_dump($obj, $obj1, $obj2, $obj3);
|
/php-src/ext/bcmath/ |
H A D | bcmath.c | 1227 zend_object *obj1 = NULL; in bcmath_number_do_operation() local 1235 …if (UNEXPECTED(bcmath_number_parse_num(op1, &obj1, &str1, &lval1) == FAILURE || bcmath_number_pars… in bcmath_number_do_operation() 1243 …if (UNEXPECTED(bc_num_from_obj_or_str_or_long(&n1, &n1_full_scale, obj1, str1, lval1) == FAILURE))… in bcmath_number_do_operation() 1318 zend_object *obj1 = NULL; in bcmath_number_compare() local 1331 if (UNEXPECTED(bcmath_number_parse_num(op1, &obj1, &str1, &lval1) == FAILURE)) { in bcmath_number_compare() 1341 if (UNEXPECTED(bc_num_from_obj_or_str_or_long(&n1, &n1_full_scale, obj1, str1, lval1) == FAILURE || in bcmath_number_compare()
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | minilua.c | 267 #define setobj(L,obj1,obj2){const TValue*o2=(obj2);TValue*o1=(obj1);o1->value=o2->value;o1->tt=o2->… argument
|