Home
last modified time | relevance | path

Searched refs:o2 (Results 1 – 21 of 21) sorted by relevance

/PHP-5.3/ext/spl/tests/
H A Dbug45826.phpt24 $o2 = new ArrayObject();
25 $o2->unserialize($s2);
27 var_dump($o2[0] === $o2[1]);
28 var_dump($o2[2] !== $o2);
29 var_dump($o2[2][2] === $o2[2]);
32 unset($o,$x,$s1,$s2,$o1,$o2);
62 $o2 = new ArrayObject2();
63 $o2->unserialize($s2);
65 var_dump($o2[0] === $o2[1]);
66 var_dump($o2[2] !== $o2);
[all …]
H A Dbug49263.phpt8 $o2 = new stdClass;
12 $s->attach($o1, array('prev' => 2, 'next' => $o2));
13 $s->attach($o2, array('prev' => $o1));
16 unset($s,$o1,$o2);
H A Dobserver_008.phpt8 $o2 = new StdClass;
13 $a->attach($o2);
16 $b->attach($o2);
H A Dbug53144.phpt7 $o2 = new StdClass;
11 $b[$o2] = "baz";
/PHP-5.3/ext/session/tests/
H A D019.phpt28 session_register('o1', 'o2' );
31 $o2 =& $o1;
36 unset($o2);
43 $o2->inc();
59 ["o2"]=>
71 ["o2"]=>
/PHP-5.3/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-5.3/ext/standard/tests/general_functions/
H A Dvar_export_basic8.phpt14 $o2 = new stdclass;
15 $o2->a = 1;
16 $o2->b = array('k'=>2);
17 $o2->x = $o1;
18 var_export($o2);
26 $b = array('foo' => $a, 'bar' => $o2);
/PHP-5.3/tests/basic/
H A Dbug46313.phpt18 Content-Disposition: form-data; name="o2'file"; filename="o2'file2.txt"
46 ["o2\'file"]=>
49 string(13) "o2\'file2.txt"
H A Dbug46313-win.phpt18 Content-Disposition: form-data; name="o2'file"; filename="o2'file2.txt"
48 ["o2\'file"]=>
/PHP-5.3/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt33 $ob->o1->o2 = new stdClass;
34 $ob->o1->o2->${f()} = g();
107 [%u|b%"o2"]=>
/PHP-5.3/Zend/
H A Dzend_closures.c85 static int zend_closure_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in zend_closure_compare_objects()
87 return (Z_OBJ_HANDLE_P(o1) != Z_OBJ_HANDLE_P(o2)); in zend_closure_compare_objects()
H A Dzend_operators.h322 ZEND_API void zend_compare_objects(zval *result, zval *o1, zval *o2 TSRMLS_DC);
H A Dzend_operators.c2052 ZEND_API void zend_compare_objects(zval *result, zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in zend_compare_objects()
2056 if (Z_OBJ_HANDLE_P(o1) == Z_OBJ_HANDLE_P(o2)) { in zend_compare_objects()
2064 Z_LVAL_P(result) = Z_OBJ_HT_P(o1)->compare_objects(o1, o2 TSRMLS_CC); in zend_compare_objects()
H A Dzend_object_handlers.c1143 static int zend_std_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in zend_std_compare_objects()
1148 zobj2 = Z_OBJ_P(o2); in zend_std_compare_objects()
/PHP-5.3/
H A Dserver-tests.php132 $o2 = array();
134 foreach($o1 as $idx => $val) $o2[sprintf("%03d>",$idx)] = sprintf("%03d+ ", $idx+1).$val;
135 $diff = array_merge($w2, $o2);
/PHP-5.3/ext/spl/
H A Dspl_observer.c356 static int spl_object_storage_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in spl_object_storage_compare_objects()
359 zend_object *zo2 = (zend_object *)zend_object_store_get_object(o2 TSRMLS_CC); in spl_object_storage_compare_objects()
H A Dspl_array.c846 static int spl_array_compare_objects(zval *o1, zval *o2 TSRMLS_DC) /* {{{ */ in spl_array_compare_objects()
856 intern2 = (spl_array_object*)zend_object_store_get_object(o2 TSRMLS_CC); in spl_array_compare_objects()
865 result = std_object_handlers.compare_objects(o1, o2 TSRMLS_CC); in spl_array_compare_objects()
/PHP-5.3/ext/date/
H A Dphp_date.c2104 php_date_obj *o2 = zend_object_store_get_object(d2 TSRMLS_CC); in date_object_compare_date() local
2106 if (!o1->time || !o2->time) { in date_object_compare_date()
2113 if (!o2->time->sse_uptodate) { in date_object_compare_date()
2114 timelib_update_ts(o2->time, o2->time->tz_info); in date_object_compare_date()
2117 return (o1->time->sse == o2->time->sse) ? 0 : ((o1->time->sse < o2->time->sse) ? -1 : 1); in date_object_compare_date()
/PHP-5.3/ext/pcre/pcrelib/
H A DNEWS35 times, each one causes appropriate output. For example, -o1 -o2 outputs the
H A DChangeLog80 times, each one causes appropriate output. For example, -o1 -o2 outputs the

Completed in 76 milliseconds