Searched refs:ob (Results 1 – 9 of 9) sorted by relevance
/php-src/tests/output/ |
H A D | ob_012.phpt | 13 $ob = ob_get_clean(); 19 echo $ob;
|
/php-src/ext/soap/tests/bugs/ |
H A D | bug70211.phpt | 25 $ob = unserialize("a:3:{i:0;".serialize($sf).'i:1;R:13;i:2;R:11;}'); 27 var_dump($ob[1]);
|
/php-src/ext/standard/tests/array/ |
H A D | array_count_values_variation.phpt | 17 $ob = new A(); 21 $arrays = array ("bobk" => "bobv", "val", 6 => "val6", $fp, $ob);
|
/php-src/tests/lang/ |
H A D | engine_assignExecutionOrder_001.phpt | 31 $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-src/ext/pdo/tests/ |
H A D | bug_44861.phpt | 33 $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-src/ext/dom/tests/modern/spec/ |
H A D | CharacterData_substringData_negative_arguments_mod32.phpt | 51 string(2) "ob" 53 string(2) "ob"
|
/php-src/ext/opcache/jit/ir/dynasm/ |
H A D | dasm_x86.h | 198 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-src/ext/hash/tests/ |
H A D | fnv1a64.phpt | 189 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-src/ext/ffi/ |
H A D | ffi.c | 5195 static HashTable *zend_fake_get_gc(zend_object *ob, zval **table, int *n) /* {{{ */ in zend_fake_get_gc() argument
|
Completed in 33 milliseconds