/PHP-5.5/ext/mbstring/tests/ |
H A D | mb_split_variation1.phpt | 19 $string = 'a b c d e f g'; 107 string(13) "a b c d e f g" 113 string(13) "a b c d e f g" 119 string(13) "a b c d e f g" 125 string(13) "a b c d e f g" 131 string(13) "a b c d e f g" 137 string(13) "a b c d e f g" 143 string(13) "a b c d e f g" 149 string(13) "a b c d e f g" 155 string(13) "a b c d e f g" [all …]
|
H A D | mb_ereg2.phpt | 8 $a = -1; $b = -1; $c = -1; 9 mbereg($a, $b, $c); 10 var_dump($a, $b, $c); 12 mberegi($a, $b, $c); 13 var_dump($a, $b, $c); 15 mbereg_search_init($a, $b, $c); 16 var_dump($a, $b, $c);
|
/PHP-5.5/Zend/tests/ |
H A D | bug39127.phpt | 7 class b extends a {} 9 $b = new b; 10 var_dump(is_callable(array($b,"a"))); 11 var_dump(is_callable(array($b,"b"))); 12 var_dump(is_callable(array($b,"__construct")));
|
H A D | clone_002.phpt | 6 $a = clone clone $b = new stdClass; 7 var_dump($a == $b); 10 $c = clone clone clone $b = new stdClass; 11 var_dump($a == $b, $b == $c); 15 $d = clone $a = $b = new foo; 16 var_dump($a == $d, $b == $d, $c == $a);
|
H A D | list_005.phpt | 8 list($a, $b, $c) = $a; 10 var_dump($a, $b, $c); 16 list($a, $b, $c) = $a; 18 var_dump($a, $b, $c); 24 list($a, $b, $c) = $a; 26 var_dump($a, $b, $c); 32 list($a, $b, $c) = $a; 34 var_dump($a, $b, $c);
|
H A D | bug35163_2.phpt | 6 $b = 'a'; 7 ${$b}[] =& $$b; 8 ${$b}[] =& $$b; 9 ${$b}[0] = 2;
|
/PHP-5.5/ext/standard/tests/class_object/ |
H A D | get_object_vars_basic_001.phpt | 14 public static function test($b) { 16 var_dump(get_object_vars($b)); 28 var_dump(get_object_vars($b)); 37 var_dump(get_object_vars($b)); 44 var_dump(get_object_vars($b)); 49 $b = new B; 51 var_dump(get_object_vars($b)); 53 B::test($b); 55 C::test($b); 57 A::test($b); [all …]
|
/PHP-5.5/ext/phar/tests/files/ |
H A D | frontcontroller12.phar | 9 var_dump($_SERVER[b"SCRIPT_NAME"]); 10 var_dump($_SERVER[b"SCRIPT_FILENAME"]); 11 var_dump($_SERVER[b"REQUEST_URI"]); 12 var_dump($_SERVER[b"PHAR_PHP_SELF"]); 13 var_dump($_SERVER[b"PHAR_SCRIPT_NAME"]); 14 var_dump($_SERVER[b"PHAR_SCRIPT_FILENAME"]); 15 var_dump($_SERVER[b"PHAR_REQUEST_URI"]);
|
/PHP-5.5/ext/phar/tests/cache_list/files/ |
H A D | frontcontroller12.phar | 9 var_dump($_SERVER[b"SCRIPT_NAME"]); 10 var_dump($_SERVER[b"SCRIPT_FILENAME"]); 11 var_dump($_SERVER[b"REQUEST_URI"]); 12 var_dump($_SERVER[b"PHAR_PHP_SELF"]); 13 var_dump($_SERVER[b"PHAR_SCRIPT_NAME"]); 14 var_dump($_SERVER[b"PHAR_SCRIPT_FILENAME"]); 15 var_dump($_SERVER[b"PHAR_REQUEST_URI"]);
|
/PHP-5.5/Zend/tests/bug67436/ |
H A D | bug67436_nohandler.phpt | 11 if (in_array($classname, array('a','b','c'))) { 18 $b = new b(); 19 $b->test(); 22 Strict Standards: Declaration of b::test() should be compatible with a::test($arg = c::TESTCONSTANT… 23 b::test()
|
/PHP-5.5/ext/pdo_mysql/tests/ |
H A D | pdo_mysql_attr_case.phpt | 97 [%u|b%"id"]=> 105 [%u|b%"label"]=> 112 [%u|b%"id"]=> 120 [%u|b%"label"]=> 129 [%u|b%"id"]=> 137 [%u|b%"label"]=> 141 [%u|b%"mixed"]=> 152 [%u|b%"id"]=> 177 [%u|b%"ID"]=> 202 [%u|b%"id"]=> [all …]
|
/PHP-5.5/ext/mysqli/tests/ |
H A D | mysqli_kill.phpt | 98 [%u|b%"errno"]=> 100 [%u|b%"error"]=> 106 [%u|b%"errno"]=> 110 [%u|b%"error"]=> 116 [%u|b%"host_info"]=> 118 [%u|b%"info"]=> 120 [%u|b%"insert_id"]=> 126 [%u|b%"stat"]=> 128 [%u|b%"sqlstate"]=> 132 [%u|b%"thread_id"]=> [all …]
|
/PHP-5.5/ext/hash/ |
H A D | hash_tiger.c | 39 bb = b; \ 52 b *= mul; 84 b -= bb; \ 89 pass(a,b,c,5) \ 91 pass(c,a,b,7) \ 93 pass(b,c,a,9) \ 96 pass(a,b,c,9) \ 97 tmpa=a; a=c; c=b; b=tmpa; \ 126 b = state[1]; \ 134 state[1] = b; \ [all …]
|
/PHP-5.5/tests/basic/ |
H A D | 018.phpt | 4 a[][]=1&a[][]=3&b[a][b][c]=1&b[a][b][d]=1 8 var_dump($_POST['b']); 26 ["b"]=>
|
/PHP-5.5/ext/standard/tests/general_functions/ |
H A D | bug69646.phpt | 12 $b = 'b -c d\\'; 14 var_dump( $b, escapeshellarg($b) ); 27 $cmd = PHP_BINARY . " " . $script . " " . escapeshellarg($a) . " " . escapeshellarg($b); 36 string(7) "b -c d\" 37 string(10) ""b -c d\\"" 45 string(7) "b -c d\"
|
H A D | parse_ini_string_002.phpt | 96 [%u|b%"test"]=> 108 [%u|b%"test"]=> 113 [%u|b%"test"]=> 117 [%u|b%"section"]=> 119 [%u|b%"test"]=> 124 [%u|b%"test"]=> 150 [%u|b%"test"]=> 156 [%u|b%"name"]=> 161 [%u|b%"foo"]=> 163 [%u|b%"_foo"]=> [all …]
|
/PHP-5.5/ext/simplexml/tests/ |
H A D | bug66084_1.phpt | 8 echo json_encode(simplexml_load_string('<a><b/><c><x/></c></a>')), "\n"; 9 echo json_encode(simplexml_load_string('<a><b/><d/><c><x/></c></a>')), "\n"; 10 echo json_encode(simplexml_load_string('<a><b/><c><d/><x/></c></a>')), "\n"; 11 echo json_encode(simplexml_load_string('<a><b/><c><d><x/></d></c></a>')), "\n"; 14 {"b":{},"c":{"x":{}}} 15 {"b":{},"d":{},"c":{"x":{}}} 16 {"b":{},"c":{"d":{},"x":{}}} 17 {"b":{},"c":{"d":{"x":{}}}}
|
/PHP-5.5/ext/phar/tests/ |
H A D | open_for_write_newfile.phpt | 16 $files['b.php'] = '<?php echo "This is b\n"; ?>'; 17 $files['b/c.php'] = '<?php echo "This is b/c\n"; ?>'; 20 $fp = fopen($pname . '/b/new.php', 'wb'); 21 fwrite($fp, b'extra'); 23 include $pname . '/b/c.php'; 24 include $pname . '/b/new.php'; 31 This is b/c
|
H A D | 030.phpt | 14 $files['a.php'] = '<?php echo "This is a\n"; include \''.$pname.'/b.php\'; ?>'; 15 $files['b.php'] = '<?php echo "This is b\n"; include \''.$pname.'/b/c.php\'; ?>'; 16 $files['b/c.php'] = '<?php echo "This is b/c\n"; include \''.$pname.'/b/d.php\'; ?>'; 17 $files['b/d.php'] = '<?php echo "This is b/d\n"; include \''.$pname.'/e.php\'; ?>'; 42 This is b 43 This is b/c 44 This is b/d
|
/PHP-5.5/ext/standard/tests/array/ |
H A D | bug45312.phpt | 10 static function comp_func_cr($a, $b) { 11 if ($a->priv_member === $b->priv_member) return 0; 12 return ($a->priv_member > $b->priv_member) ? 1 : -1; 14 static function comp_func_cr2($a, $b) { 16 if ($a->priv_member === $b->priv_member) return 0; 17 return ($a->priv_member < $b->priv_member) ? 1 : -1; 24 $b = array("0.2" => new cr(9), "0.5" => new cr(22), 0 => new cr(3), 1 => new cr(4), 2 => new cr(-15… 25 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr")); 29 $result = array_udiff_assoc($a, $b, array("cr", "comp_func_cr2"));
|
/PHP-5.5/ext/session/tests/ |
H A D | rfc1867_cleanup.phpt | 57 [%u|b%"file1"]=> 59 [%u|b%"name"]=> 61 [%u|b%"type"]=> 63 [%u|b%"tmp_name"]=> 65 [%u|b%"error"]=> 67 [%u|b%"size"]=> 70 [%u|b%"file2"]=> 72 [%u|b%"name"]=> 74 [%u|b%"type"]=> 78 [%u|b%"error"]=> [all …]
|
H A D | rfc1867_sid_only_cookie_2.phpt | 53 [%u|b%"file1"]=> 55 [%u|b%"name"]=> 57 [%u|b%"type"]=> 59 [%u|b%"tmp_name"]=> 61 [%u|b%"error"]=> 63 [%u|b%"size"]=> 66 [%u|b%"file2"]=> 68 [%u|b%"name"]=> 70 [%u|b%"type"]=> 74 [%u|b%"error"]=> [all …]
|
/PHP-5.5/sapi/fpm/fpm/ |
H A D | fpm_log.c | 102 char *s, *b; in fpm_log_write() local 146 b = buffer; in fpm_log_write() 173 *b = '%'; in fpm_log_write() 237 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", env ? env : "-"); in fpm_log_write() 264 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%zu", proc.memory); in fpm_log_write() 334 *b = '-'; in fpm_log_write() 397 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", tmp); in fpm_log_write() 404 len2 = snprintf(b, FPM_LOG_BUFFER - len, "%s", proc.auth_user); in fpm_log_write() 448 b += len2; in fpm_log_write() 461 *b = *s; in fpm_log_write() [all …]
|
/PHP-5.5/ext/reflection/tests/ |
H A D | ReflectionClass_getProperty_003.phpt | 100 [%u|b%"name"]=> 102 [%u|b%"class"]=> 108 [%u|b%"name"]=> 110 [%u|b%"class"]=> 118 [%u|b%"name"]=> 126 [%u|b%"name"]=> 136 [%u|b%"name"]=> 144 [%u|b%"name"]=> 152 [%u|b%"name"]=> 162 [%u|b%"name"]=> [all …]
|
H A D | ReflectionClass_getProperty_004.phpt | 100 [%u|b%"name"]=> 102 [%u|b%"class"]=> 108 [%u|b%"name"]=> 110 [%u|b%"class"]=> 118 [%u|b%"name"]=> 126 [%u|b%"name"]=> 136 [%u|b%"name"]=> 144 [%u|b%"name"]=> 152 [%u|b%"name"]=> 162 [%u|b%"name"]=> [all …]
|