Home
last modified time | relevance | path

Searched refs:o2 (Results 1 – 25 of 33) sorted by last modified time

12

/php-src/ext/ffi/
H A Dffi.c1753 static int zend_ffi_cdata_compare_objects(zval *o1, zval *o2) /* {{{ */ in zend_ffi_cdata_compare_objects() argument
1756 Z_TYPE_P(o2) == IS_OBJECT && Z_OBJCE_P(o2) == zend_ffi_cdata_ce) { in zend_ffi_cdata_compare_objects()
1758 zend_ffi_cdata *cdata2 = (zend_ffi_cdata*)Z_OBJ_P(o2); in zend_ffi_cdata_compare_objects()
2255 static int zend_ffi_ctype_compare_objects(zval *o1, zval *o2) /* {{{ */ in zend_ffi_ctype_compare_objects() argument
2258 Z_TYPE_P(o2) == IS_OBJECT && Z_OBJCE_P(o2) == zend_ffi_ctype_ce) { in zend_ffi_ctype_compare_objects()
2260 zend_ffi_ctype *ctype2 = (zend_ffi_ctype*)Z_OBJ_P(o2); in zend_ffi_ctype_compare_objects()
/php-src/Zend/
H A Dzend_closures.c423 static int zend_closure_compare(zval *o1, zval *o2) /* {{{ */ in zend_closure_compare() argument
425 ZEND_COMPARE_OBJECTS_FALLBACK(o1, o2); in zend_closure_compare()
428 zend_closure *rhs = (zend_closure*) Z_OBJ_P(o2); in zend_closure_compare()
H A Dzend_object_handlers.c1693 ZEND_API int zend_std_compare_objects(zval *o1, zval *o2) /* {{{ */ in zend_std_compare_objects() argument
1697 if (Z_TYPE_P(o1) != Z_TYPE_P(o2)) { in zend_std_compare_objects()
1705 value = o2; in zend_std_compare_objects()
1708 object = o2; in zend_std_compare_objects()
1735 zobj2 = Z_OBJ_P(o2); in zend_std_compare_objects()
1808 ZEND_API int zend_objects_not_comparable(zval *o1, zval *o2) in zend_objects_not_comparable() argument
H A Dzend_operators.h485 ZEND_API int ZEND_FASTCALL zend_compare_objects(zval *o1, zval *o2);
H A Dzend_operators.c3392 ZEND_API int ZEND_FASTCALL zend_compare_objects(zval *o1, zval *o2) /* {{{ */ argument
3394 if (Z_OBJ_P(o1) == Z_OBJ_P(o2)) {
3401 return Z_OBJ_HT_P(o1)->compare(o1, o2);
H A Dzend_object_handlers.h226 ZEND_API int zend_std_compare_objects(zval *o1, zval *o2);
234 ZEND_API int zend_objects_not_comparable(zval *o1, zval *o2);
/php-src/ext/date/
H A Dphp_date.c1892 php_date_obj *o2; in date_object_compare_date() local
1897 o2 = Z_PHPDATE_P(d2); in date_object_compare_date()
1899 if (!o1->time || !o2->time) { in date_object_compare_date()
1906 if (!o2->time->sse_uptodate) { in date_object_compare_date()
1907 timelib_update_ts(o2->time, o2->time->tz_info); in date_object_compare_date()
1910 return timelib_time_compare(o1->time, o2->time); in date_object_compare_date()
2032 php_timezone_obj *o1, *o2; in date_object_compare_timezone() local
2037 o2 = Z_PHPTIMEZONE_P(tz2); in date_object_compare_timezone()
2039 if (!o1->initialized || !o2->initialized) { in date_object_compare_timezone()
2044 if (o1->type != o2->type) { in date_object_compare_timezone()
[all …]
/php-src/ext/spl/tests/SplObjectStorage/
H A Dbug53144.phpt7 $o2 = new StdClass;
11 $b[$o2] = "baz";
H A Dbug49263.phpt6 $o2 = new stdClass;
10 $s->attach($o1, array('prev' => 2, 'next' => $o2));
11 $s->attach($o2, array('prev' => $o1));
14 unset($s,$o1,$o2);
H A DSplObjectStorage_getHash.phpt28 $o2 = new stdClass();
43 $instance[$o2] = $o2;
44 var_dump($instance[$o1] === $instance[$o2]);
H A DSplObjectStorage_coalesce.phpt9 $o2 = new Stdclass;
17 echo "o2\n";
18 var_dump(isset($s[$o2]));
19 var_dump(empty($s[$o2]));
20 $s[$o2] = null;
23 var_dump(isset($s[$o2]));
24 var_dump(empty($s[$o2]));
27 $s[$o2] = false;
28 var_dump(isset($s[$o2]));
29 var_dump(empty($s[$o2]));
[all …]
/php-src/ext/spl/
H A Dspl_observer.c384 static int spl_object_storage_compare_objects(zval *o1, zval *o2) /* {{{ */ in spl_object_storage_compare_objects() argument
389 ZEND_COMPARE_OBJECTS_FALLBACK(o1, o2); in spl_object_storage_compare_objects()
392 zo2 = (zend_object *)Z_OBJ_P(o2); in spl_object_storage_compare_objects()
398 …return zend_hash_compare(&(Z_SPLOBJSTORAGE_P(o1))->storage, &(Z_SPLOBJSTORAGE_P(o2))->storage, (co… in spl_object_storage_compare_objects()
H A Dspl_array.c881 static int spl_array_compare_objects(zval *o1, zval *o2) /* {{{ */ in spl_array_compare_objects() argument
889 ZEND_COMPARE_OBJECTS_FALLBACK(o1, o2); in spl_array_compare_objects()
892 intern2 = Z_SPLARRAY_P(o2); in spl_array_compare_objects()
900 result = zend_std_compare_objects(o1, o2); in spl_array_compare_objects()
/php-src/ext/opcache/jit/ir/dynasm/
H A Dminilua.c267 #define setobj(L,obj1,obj2){const TValue*o2=(obj2);TValue*o1=(obj1);o1->value=o2->value;o1->tt=o2->…
598 #define equalobj(L,o1,o2)(ttype(o1)==ttype(o2)&&luaV_equalval(L,o1,o2)) argument
3513 if(o1>o2){
3528 int o2=luaK_exp2RK(fs,e2);
3533 temp=o1;o1=o2;o2=temp;
3536 e1->u.s.info=condjump(fs,op,cond,o1,o2);
5444 StkId o2=index2adr(L,index2);
5446 :luaO_rawequalObj(o1,o2);
5449 StkId o1,o2;
5452 o2=index2adr(L,index2);
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_csr_new_array_dn_entry.phpt19 "organizationName" => ["o1" => "PHP", "o2" => "PHP Foundation"],
/php-src/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt33 $ob->o1->o2 = new stdClass;
34 $ob->o1->o2->${f()} = g();
105 ["o2"]=>
/php-src/tests/classes/
H A Dclone_004.phpt30 $o2 = clone $o1;
31 $o2->show();
34 $o2->a = 5;
35 $o2->b = 6;
36 $o2->show();
H A Ddestructor_and_references.phpt12 $o2 = new test2;
/php-src/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt8 $o2 = new stdclass;
9 $o2->a = 1;
10 $o2->b = array('k'=>2);
11 $o2->x = $o1;
12 var_export($o2);
20 $b = array('foo' => $a, 'bar' => $o2);
/php-src/ext/standard/tests/array/
H A Dksort_basic.phpt18 "O" => "Orange", "O1" => "Orange1", "o2" => "orange2", "O3" => "Orange3", "o20" => "orange20",
89 ["o2"]=>
123 ["o2"]=>
157 ["o2"]=>
176 ["o2"]=>
199 ["o2"]=>
218 ["o2"]=>
H A Drsort_basic.phpt14 "O" => "Orange", "O1" => "Orange1", "o2" => "orange2", "O3" => "Orange3", "o20" => "orange20",
H A Dsort_basic.phpt19 "O" => "Orange", "O1" => "Orange1", "o2" => "orange2", "O3" => "Orange3", "o20" => "orange20",
H A Dkrsort_basic.phpt20 "O" => "Orange", "O1" => "Orange1", "o2" => "orange2", "O3" => "Orange3", "o20" => "orange20",
81 ["o2"]=>
115 ["o2"]=>
149 ["o2"]=>
172 ["o2"]=>
191 ["o2"]=>
214 ["o2"]=>
H A Darsort_basic.phpt19 "O" => "Orange", "O1" => "Orange1", "o2" => "orange2", "O3" => "Orange3", "o20" => "orange20",
80 ["o2"]=>
114 ["o2"]=>
148 ["o2"]=>
171 ["o2"]=>
190 ["o2"]=>
213 ["o2"]=>
H A Dasort_basic.phpt19 "O" => "Orange", "O1" => "Orange1", "o2" => "orange2", "O3" => "Orange3", "o20" => "orange20",
90 ["o2"]=>
124 ["o2"]=>
158 ["o2"]=>
177 ["o2"]=>
200 ["o2"]=>
219 ["o2"]=>

Completed in 147 milliseconds

12