Home
last modified time | relevance | path

Searched refs:b (Results 526 – 550 of 2383) sorted by relevance

1...<<21222324252627282930>>...96

/PHP-5.5/ext/spl/tests/
H A Dregexiterator_getregex.phpt20 $regexIterator = new RegexIterator($iterator, '|\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b|');
29 string(43) "|\b[A-Z0-9._%-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b|"
H A Dspl_autoload_bug48541.phpt19 $b = function ($class) {
21 echo "b called\n";
25 spl_autoload_register($b);
37 b called
H A Drecursive_tree_iterator_006.phpt15 "b",
68 [1] => |-b
78 [ |-1] => b
88 [1] => b
98 [ |-1] => |-b
108 [ |-1] => |-b
H A Dspl_pq_top_error_corrupt.phpt11 public function compare($a, $b){
12 if ($b == 2) {
15 return parent::compare($a, $b);
25 $priorityQueue->insert("b", 2);
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug14293.phpt15 return array('a','b');
29 Notice: serialize(): "b" returned as member variable from __sleep() but does not exist in %sbug1429…
30 O:1:"t":2:{s:1:"a";s:5:"hello";s:1:"b";N;}
34 ["b"]=>
/PHP-5.5/ext/standard/tests/assert/
H A Dassert03.phpt16 function b($file,$line,$myev)
18 echo "assertion failed - b - $line,\"$myev\"\n";
31 ini_set("assert.callback", "b");
38 assertion failed - b - %d,"$a != 0"
/PHP-5.5/ext/standard/tests/array/
H A Darray_chunk_variation22.phpt5 $array = array ("b" => 1, "c" => 2);
17 ["b"]=>
43 ["b"]=>
78 ["b"]=>
H A D003.phpt9 function cmp ($a, $b) {
12 is_array ($b)
13 and $b = array_sum ($b);
14 return strcmp ($a, $b);
/PHP-5.5/Zend/tests/
H A Dbug30791.phpt15 function __call($a,$b) {
20 $b = new a;
21 echo $b,"\n";
22 $c = unserialize(serialize($b));
H A D024.phpt9 var_dump($a + $b);
11 var_dump(++$b);
12 var_dump($a->$b);
13 var_dump($a->$b);
14 var_dump($a->$b->$c[1]);
37 Notice: Undefined variable: b in %s on line %d
H A Dbug67985.phpt8 $b = $a;
10 $b[] = 'three';
12 var_dump($a === $b);
/PHP-5.5/ext/xmlreader/tests/
H A D005.phpt18 $b = $reader->getParserProperty(XMLReader::LOADDTD);
20 if (!$a && !$b) {
25 $b = $reader->getParserProperty(XMLReader::SUBST_ENTITIES);
27 if ($a && $b) {
/PHP-5.5/tests/classes/
H A Dinheritance_007.phpt15 $b = new B();
16 $b->a();
17 $b->b();
/PHP-5.5/tests/lang/
H A D006.phpt6 $b=2;
13 if($b==1) {
15 } elseif($b==2) {
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_fetch_all.phpt349 [%u|b%"id"]=>
360 [%u|b%"id"]=>
372 [%u|b%"id"]=>
379 [%u|b%"id"]=>
392 [%u|b%"id"]=>
399 [%u|b%"id"]=>
414 [%u|b%"a"]=>
420 [%u|b%"c"]=>
424 [%u|b%"C"]=>
428 [%u|b%"d"]=>
[all …]
H A Dmysqli_fetch_all_oo.phpt351 [%u|b%"id"]=>
362 [%u|b%"id"]=>
374 [%u|b%"id"]=>
381 [%u|b%"id"]=>
393 [%u|b%"id"]=>
400 [%u|b%"id"]=>
414 [%u|b%"a"]=>
420 [%u|b%"c"]=>
424 [%u|b%"C"]=>
428 [%u|b%"d"]=>
[all …]
/PHP-5.5/ext/json/
H A DREADME29 $arr = array("a"=>1,"b"=>2,"c"=>3,"d"=>4,"e"=>5);
32 ---> {"a":1,"b":2,"c":3,"d":4,"e":5}
34 $json = '{"a":1,"b":2,"c":3,"d":4,"e":5}';
40 ["b"]=>
50 $json = '{"a":1,"b":2,"c":3,"d":4,"e":5}';
56 ["b"]=>
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2472 /(?<=aaa|b{0,3})b/
1595 /a(?(1)b..|b..)(.)/I
2542 /^(aa(b(b))?)+$/I
2553 /^(?:aa(b(b))?)+$/I
2563 /^(?:aa(b(?:b))?)+$/I
2590 /^(?:aa(?:b(b))?)+$/I
9333 /(?(?=.*b)b|^)/CI
9374 /(?(?=b).*b|^d)/I
10139 /(a|b\1)(a|b\1)/SI
11733 /\btype\b\W*?\btext\b\W*?\bjavascript\b/IS
[all …]
H A Dtestoutput911 /a\x{100}*b/8
15 0: a\x{100}b
19 /a\x{100}+b/8
53 /X\b/8
79 0: b
101 /a.b/8
975 0: a\x{0b}b
999 0: a\x{0b}b
1017 0: a\x{0b}b
1151 0: a\x{0b}b
[all …]
/PHP-5.5/ext/soap/tests/
H A Dtypemap008.phpt18 public $b="c";
23 …ma-instance"><a xsi:type="xsd:string">'.$book->a.'!</a><b xsi:type="xsd:string">'.$book->b.'!</b><…
38 $book->b = "bar";
45 …tance" xsi:type="ns1:book"><a xsi:type="xsd:string">foo!</a><b xsi:type="xsd:string">bar!</b></boo…
/PHP-5.5/ext/pdo_sqlite/tests/
H A Dbug35336.phpt16 $a->query ("CREATE TABLE test (a integer primary key, b text)");
17 $b = $a->prepare("insert into test (b) values (?)");
18 $b->execute(array (5));
/PHP-5.5/ext/pdo_oci/tests/
H A Dpdo_oci_quote1.phpt22 $a = array(null, "", "a", "ab", "abc", "ab'cd", "a\b\n", "'", "''", "a'", "'z", "a''b", '"');
97 Unquoted : string(4) "a\b
99 Quoted : string(6) "'a\b
105 string(4) "a\b
145 Unquoted : string(4) "a''b"
146 Quoted : string(8) "'a''''b'"
151 string(4) "a''b"
/PHP-5.5/ext/standard/tests/file/
H A D007_variation22.phpt2 Test fopen and fclose() functions - usage variations - "a+b" mode
17 /* Test fopen() and fclose(): Opening the file in "a+b" mode,
29 echo "*** Test fopen() & fclose() functions: with 'a+b' mode ***\n";
30 $file_handle = fopen($file, "a+b"); //opening the file "a+b" mode
41 fclose( fopen($file, "a+b") ); //Opening the non-existing file in "a+b" mode, which will be created
49 *** Test fopen() & fclose() functions: with 'a+b' mode ***
H A D007_variation24.phpt2 Test fopen and fclose() functions - usage variations - "x+b" mode
17 /* Test fopen() and fclose(): Opening the file in "x+b" mode,
20 checking for the warning msg when trying to open an existing file in "x+b" mode,
27 echo "*** Test fopen() & fclose() functions: with 'x+b' mode ***\n";
28 $file_handle = fopen($file, "x+b"); //opening the non-existing file in "x+b" mode, file will be cr…
39 $file_handle = fopen($file, "x+b"); //Opening the existing data file in "x+b" mode to check for th…
46 *** Test fopen() & fclose() functions: with 'x+b' mode ***
/PHP-5.5/ext/xmlrpc/tests/
H A Dbug61264.phpt10 <b>foo</b>
17 ["b"]=>

Completed in 74 milliseconds

1...<<21222324252627282930>>...96