Home
last modified time | relevance | path

Searched refs:ob (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/tests/output/
H A Dob_012.phpt13 $ob = ob_get_clean();
19 echo $ob;
/PHP-8.2/ext/soap/tests/
H A Dbug70211.phpt25 $ob = unserialize("a:3:{i:0;".serialize($sf).'i:1;R:13;i:2;R:11;}');
27 var_dump($ob[1]);
/PHP-8.2/tests/lang/
H A Dengine_assignExecutionOrder_001.phpt31 $ob = new stdClass;
32 $ob->o1 = new stdClass;
33 $ob->o1->o2 = new stdClass;
34 $ob->o1->o2->${f()} = g();
35 var_dump($ob);
/PHP-8.2/ext/standard/tests/array/
H A Darray_count_values_variation.phpt17 $ob = new A();
21 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
/PHP-8.2/ext/pdo/tests/
H A Dbug_44861.phpt33 $ob = '1';
37 $ob = 'r';
41 $ob = 'r';
45 … $from UNION SELECT 'row2' $from UNION SELECT 'row3' $from UNION SELECT 'row4' $from ORDER BY $ob";
/PHP-8.2/ext/opcache/jit/ir/dynasm/
H A Ddasm_x86.h198 case DASM_IMM_DB: if ((((unsigned)n+128)&-256) == 0) goto ob; /* fallthrough */ in dasm_put()
201 case DASM_IMM_S: CK((((unsigned)n+128)&-256) == 0, RANGE_I); goto ob; in dasm_put()
202 case DASM_IMM_B: CK((n&-256) == 0, RANGE_I); ob: ofs++; break; in dasm_put()
203 case DASM_IMM_WB: if ((((unsigned)n+128)&-256) == 0) goto ob; /* fallthrough */ in dasm_put()
/PHP-8.2/ext/hash/tests/
H A Dfnv1a64.phpt189 array( '*#\'K|ob.EsY#rsg$`%Y.((lcx(e]wx9"|ANy1', 'e16aa67d2eb4115b' ),
266 array( '3ekub=!Kox9LnDl+waXSu^.~[*/~7`<JG(A*EBU6;ob+4O6-2oa(', '9cfe1752ba2120c5' ),
/PHP-8.2/ext/ffi/
H A Dffi.c5151 static HashTable *zend_fake_get_gc(zend_object *ob, zval **table, int *n) /* {{{ */ in zend_fake_get_gc() argument

Completed in 40 milliseconds