Home
last modified time | relevance | path

Searched refs:obj (Results 251 – 275 of 594) sorted by relevance

1...<<11121314151617181920>>...24

/PHP-8.3/ext/standard/tests/serialize/
H A Dbug72731.phpt6 class obj {
13 $poc = 'O:8:"stdClass":1:{i:0;O:3:"obj":1:{s:4:"ryat";R:1;}}';
/PHP-8.3/ext/spl/tests/
H A Dbug70365.phpt5 class obj {
20 $exploit = 'a:5:{i:0;i:1;i:1;C:16:"SplObjectStorage":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj":1…
43 object(obj)#%d (1) {
H A Dbug70366.phpt5 class obj {
20 $exploit = 'a:5:{i:0;i:1;i:1;C:19:"SplDoublyLinkedList":'.strlen($inner).':{'.$inner.'}i:2;O:3:"obj
43 object(obj)#%d (1) {
H A Dbug81691.phpt5 $obj = new SplFileObject(__FILE__);
9 var_dump($obj->fgets());
H A DSplObjectStorage_getHash.phpt13 public function getHash($obj) {
26 public function getHash($obj): string {
40 public function getHash($obj): string {
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_op_002.phpt14 $obj = new Test;
15 $ref =& $obj->prop;
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_seek_error_001.phpt5 $obj = new SplFileObject(__FILE__);
7 $obj->seek(-1);
/PHP-8.3/Zend/tests/varSyntax/
H A DparenthesesDeref.phpt14 $obj = (object) ['a' => 0, 'b' => ['var_dump', 1]];
15 (clone $obj)->b[0](1);
H A Dnew_instanceof_expr.phpt9 $obj = new stdClass;
10 var_dump($obj instanceof ('std'.$class));
/PHP-8.3/Zend/tests/
H A Dbug39990.phpt11 $obj=new Foo();
12 foreach($obj->arr as $value)
H A Dbug70288.phpt11 function test(&$obj) {
12 var_dump($obj);
H A Dthis_in_catch.phpt14 $obj = new C;
15 $obj->foo();
H A Dbug68118.phpt7 $obj = new stdClass;
8 $obj->test = 'meow';
H A Doverloaded_assign_prop_return_value.phpt8 $obj = new Overloaded;
9 $x = $obj->prop = new stdClass;
H A Dbug75420.7.phpt9 $obj = new Test;
12 $obj->$name = 1;
H A Dbug26166.phpt16 private $obj;
20 $this->obj = new Foo();
25 return $this->obj->__toString();
/PHP-8.3/ext/simplexml/tests/
H A Dbug46048.phpt12 $obj = simplexml_load_string($xml);
13 print_r(get_object_vars($obj));
/PHP-8.3/Zend/tests/type_declarations/
H A Dtyped_properties_054.phpt8 $obj = new A;
9 var_dump($obj);
/PHP-8.3/Zend/tests/object_types/
H A Dinvalid_default_value.phpt6 function test(object $obj = 42) { }
10 Fatal error: Cannot use int as default value for parameter $obj of type object in %s on line %d
/PHP-8.3/ext/zend_test/tests/
H A Dinternal_magic_call.phpt7 $obj = new _ZendTestMagicCall;
8 var_dump($obj->test('a', 'b', c: 'c'));
/PHP-8.3/tests/lang/
H A Dforeach_with_object_001.phpt12 $obj = new Test();
13 foreach ($obj->c()->a as $value) {
H A D037.phpt25 $obj = new chld();
26 $obj->displayMe();
/PHP-8.3/ext/standard/tests/array/
H A Dkey_exists_variation2.phpt32 echo "obj\n";
38 $obj = new ObjectA();
41 $f = array('foo' => 'baz', $obj);
45 $g = array($obj, 'foo' => 'baz');
67 obj
/PHP-8.3/ext/reflection/tests/
H A DReflectionExtension_info_basic.phpt8 $obj = new ReflectionExtension('reflection');
10 $testa = $obj->info();
/PHP-8.3/tests/classes/
H A Ddestructor_inheritance.phpt18 $obj = new derived;
20 unset($obj);

Completed in 26 milliseconds

1...<<11121314151617181920>>...24