Home
last modified time | relevance | path

Searched refs:b (Results 701 – 725 of 2383) sorted by relevance

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

/PHP-5.5/ext/phar/tests/
H A D021.phpt11 $file = b"<?php
17 $files['b/a'] = 'b';
18 $files['b/c/d'] = 'c';
/PHP-5.5/ext/pcre/tests/
H A Dinvalid_utf8_offset.phpt12 $string = b"\xc3\xa9 uma string utf8 bem formada";
14 var_dump(preg_match(b'~.*~u', $string, $m, 0, 1));
18 var_dump(preg_match(b'~.*~u', $string, $m, 0, 2));
/PHP-5.5/ext/standard/tests/general_functions/
H A Derror_get_last.phpt10 $a = $b;
32 Notice: Undefined variable: b in %s on line %d
37 string(21) "Undefined variable: b"
/PHP-5.5/Zend/tests/
H A Dbug64966.phpt13 public function b() {
20 $a->b();
28 #3 %sbug64966.php(17): A->b()
H A Dcall_static_006.phpt10 static function __callstatic($a, $b) {
17 $b = 'AA';
18 foo::$b();
H A Ddereference_012.phpt14 public function b() {
27 $foo->b()[] = new stdClass;
29 $h = $foo->b();
H A Dbug45178.phpt18 $b =& new Bar();
19 $b->_rme2 = 0;
20 var_dump($b);
H A Ddereference_014.phpt16 static public function b() {
25 $h = foo::b()[1]->b;
H A Dget_class_vars_004.phpt10 private $b = 3;
42 ["b"]=>
56 ["b"]=>
/PHP-5.5/main/
H A Dwin95nt.h47 #define mkdir(a, b) _mkdir(a) argument
52 # define getcwd(a, b) _getcwd(a, b) argument
/PHP-5.5/tests/classes/
H A Dproperty_override_protected_private.phpt27 $b = new B;
28 $b->showA();
29 $b->showB();
/PHP-5.5/ext/soap/tests/
H A Dtypemap001.phpt21 <b xsi:type=\"xsd:string\">bar</b>
32 $obj->b = (string)$sxe->b;
39 return "Object: ".$classname. "(".$book->a.",".$book->b.")";
45 public $b="c";
/PHP-5.5/ext/standard/tests/file/
H A D007_variation18.phpt2 Test fopen and fclose() functions - usage variations - "r+b" mode
17 /* Test fopen() and fclose(): Opening the file in "r+b" mode,
29 echo "*** Test fopen() & fclose() functions: with 'r+b' mode ***\n";
30 $file_handle = fopen($file, "r+b"); //opening the file in "r+b" mode
46 *** Test fopen() & fclose() functions: with 'r+b' mode ***
/PHP-5.5/ext/standard/
H A Dexec.c108 char *b, *d=NULL; in php_exec() local
135 b = buf; in php_exec()
139 if (b[bufl - 1] != '\n' && !php_stream_eof(stream)) { in php_exec()
140 if (buflen < (bufl + (b - buf) + EXEC_INPUT_BUF)) { in php_exec()
141 bufl += b - buf; in php_exec()
144 b = buf + bufl; in php_exec()
146 b += bufl; in php_exec()
149 } else if (b != buf) { in php_exec()
150 bufl += b - buf; in php_exec()
168 b = buf; in php_exec()
[all …]
/PHP-5.5/ext/standard/tests/array/
H A Darray_combine_variation3.phpt54 …array("a\v\f","aaaa\r","b","b\tbbb","c","\[\]\!\@\#\$\%\^\&\*\(\)\{\}"), // with double quoted st…
55 …array('a\v\f','aaaa\r','b','b\tbbb','c','\[\]\!\@\#\$\%\^\&\*\(\)\{\}'), // with single quoted st…
126 ["b"]=>
127 string(1) "b"
128 ["b bbb"]=>
129 string(5) "b bbb"
141 ["b"]=>
142 string(1) "b"
143 ["b\tbbb"]=>
144 string(6) "b\tbbb"
H A Dbug40709.phpt5 function CommaSeparatedList($a, $b) {
7 return $b;
9 return $a.','.$b;
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_unbuffered_2050.phpt124 [%u|b%"id"]=>
126 [%u|b%"label"]=>
133 [%u|b%"id"]=>
135 [%u|b%"label"]=>
151 [%u|b%"id"]=>
153 [%u|b%"label"]=>
160 [%u|b%"id"]=>
162 [%u|b%"label"]=>
169 [%u|b%"id"]=>
171 [%u|b%"label"]=>
[all …]
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation8.phpt23 $a = 1, $b = 10.5
24 $c = (int)$b + $a;
25 $d = (float)$a + $b;
26 $e = (string)$a.(string)$b;
31 $b = (unset)$a;
113 string(2) "$b"
199 string(2) "$b"
316 string(2) "$b"
395 string(2) "$b"
517 string(2) "$b"
[all …]
/PHP-5.5/tests/basic/
H A D010.phpt4 <?php $a=8; $b=4; $c=8; echo $a|$b&$c?>
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.c425 register char b; in verifyHeader() local
507 register char b; in swapIntEndian() local
508 b = p[0]; in swapIntEndian()
510 p[3] = b; in swapIntEndian()
511 b = p[1]; in swapIntEndian()
513 p[2] = b; in swapIntEndian()
538 register char b; in fixHeaderIndexEndian() local
540 b = p[0]; in fixHeaderIndexEndian()
542 p[1] = b; in fixHeaderIndexEndian()
3433 b = buf[1]; in lsapi_MD5Transform()
[all …]
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_rijndael128_256BitKey.phpt36 $data = b'This is the secret message which must be encrypted';
40 b'12345678901234567890',
41 b'123456789012345678901234',
42 b'123456789012345678901234567890',
43 b'12345678901234567890123456789012',
44 b'1234567890123456789012345678901234567890'
47 $iv = b'1234567890123456';
/PHP-5.5/tests/lang/
H A D009.phpt5 function test ($a,$b) {
6 echo $a+$b;
H A D026.phpt4 <?php echo "\"\t\\'" . '\n\\\'a\\\b\\' ?>
6 " \'\n\'a\\b\
/PHP-5.5/ext/standard/tests/file/windows_links/
H A Dbug48746_3.phpt28 file_put_contents("junction\\b.php", "<?php echo \"I am included.\n\" ?>");
30 require_once "junction\\b.php";
33 unlink("junction\\b.php");
49 [3] => b.php
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput336 /[\b]/
37 \b
44 /[\b]/Lfr_FR
45 \b
62 /(.+)\b(.+)/
68 /(.+)\b(.+)/Lfr_FR
97 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z
106 Q R S T U V W X Y Z _ a b c d e f g h i j k l m n o p q r s t u v w x y z

Completed in 57 milliseconds

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