/PHP-5.6/Zend/ |
H A D | micro_bench.php | 244 return ($t['sec'] + $t['usec'] / 1000000); 287 $t = end_test($t, 'empty_loop'); variable 290 $t = end_test($t, 'func()', $overhead); variable 294 $t = end_test($t, 'int_func()', $overhead); variable 312 $t = end_test($t, 'self::f()', $overhead); variable 314 $t = end_test($t, 'Foo::f()', $overhead); variable 323 $t = end_test($t, '++$this->x', $overhead); variable 325 $t = end_test($t, '--$this->x', $overhead); variable 327 $t = end_test($t, '$this->x++', $overhead); variable 339 $t = end_test($t, 'new Foo()', $overhead); variable [all …]
|
H A D | bench.php | 386 $t = end_test($t, "simple"); variable 388 $t = end_test($t, "simplecall"); variable 390 $t = end_test($t, "simpleucall"); variable 394 $t = end_test($t, "mandel"); variable 396 $t = end_test($t, "mandel2"); variable 400 $t = end_test($t, "ary(50000)"); variable 404 $t = end_test($t, "ary3(2000)"); variable 406 $t = end_test($t, "fibo(30)"); variable 410 $t = end_test($t, "hash2(500)"); variable 414 $t = end_test($t, "matrix(20)"); variable [all …]
|
/PHP-5.6/ext/standard/tests/strings/ |
H A D | crc32_variation4.phpt | 65 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
|
H A D | crc32_variation2.phpt | 41 '\thello world\t', 60 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
|
H A D | crc32_variation3.phpt | 41 "\thello world\t", 62 /t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t/t
|
H A D | trim.phpt | 10 'ABC' === trim(" \\0\\t\\nABC \\0\\t\\n") 11 "ABC \\0\\t\\n" === ltrim(" \\0\\t\\nABC \\0\\t\\n") 12 " \\0\\t\\nABC" === rtrim(" \\0\\t\\nABC \\0\\t\\n") 13 " \\0\\t\\nABC \\0\\t\\n" === trim(" \\0\\t\\nABC \\0\\t\\n",'') 14 " \\0\\t\\nABC \\0\\t\\n" === ltrim(" \\0\\t\\nABC \\0\\t\\n",'') 15 " \\0\\t\\nABC \\0\\t\\n" === rtrim(" \\0\\t\\nABC \\0\\t\\n",'')
|
H A D | bug55674.phpt | 5 var_dump(str_getcsv("0\t\t\"2\"\n", "\t")); 6 var_dump(str_getcsv("0\t \t'2'\n", "\t", "'")); 8 var_dump(str_getcsv(" \t \t\t\t ", "\t"));
|
H A D | htmlspecialchars_decode_variation7.phpt | 16 foreach ($tests as $t) { 18 if ($t == $dec) { 27 foreach ($tests as $t) { 29 if ($t == $dec) { 38 foreach ($tests as $t) { 40 if ($t == $dec) { 49 foreach ($tests as $t) { 51 if ($t == $dec) { 60 foreach ($tests as $t) { 62 if ($t == $dec) { [all …]
|
H A D | ucwords_variation4.phpt | 20 "t e s t i n g u c w o r d s ", 25 "(t)", 26 " ( t )t", 30 "\"t\"\"t\",test, t", 31 "\'t \'t\',test", 33 "P't'y 't it's ", 77 string(3) "(t)" 79 string(7) " ( T )t" 83 string(14) ""t""t",test, T" 85 string(14) "\'t \'t\',test" [all …]
|
H A D | ucwords_variation3.phpt | 20 't e s t i n g u c w o r d s ', 25 '(t)', 26 ' ( t )t', 30 '"t""t",test, t', 31 '\'t \'t\',test', 41 't@@#$% %test ^test &test *test +test -test', 43 '/test/r\test\ucwords\t\y\y\u\3 \yy\ /uu/', 70 string(3) "(t)" 72 string(7) " ( T )t" 76 string(14) ""t""t",test, T" [all …]
|
H A D | htmlspecialchars_decode_variation4.phpt | 19 …'Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string… 20 '\nRoy's height >\t; Sam's\v height\f', 21 '\r\tRoy's height >\r; Sam\t's height', 46 string(88) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string … 47 string(88) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string … 48 string(98) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v st… 49 string(78) "Roy's height > Sam's height... \t\t 13 < 15...\n\r " double quote\f\v string "" 51 string(48) "\nRoy's height >\t; Sam's\v height\f" 52 string(48) "\nRoy's height >\t; Sam's\v height\f" 54 string(38) "\nRoy's height >\t; Sam's\v height\f" [all …]
|
/PHP-5.6/ext/date/lib/ |
H A D | interval.c | 114 t->have_relative = 1; in timelib_add() 115 t->sse_uptodate = 0; in timelib_add() 123 t->sse += t->z; in timelib_add() 127 t->have_relative = 0; in timelib_add() 129 return t; in timelib_add() 148 t->have_relative = 1; in timelib_sub() 149 t->sse_uptodate = 0; in timelib_sub() 156 t->sse += t->z; in timelib_sub() 161 t->sse += t->z; in timelib_sub() 166 t->have_relative = 0; in timelib_sub() [all …]
|
H A D | unixtime2tm.c | 223 if (t->tz_abbr) { in timelib_set_timezone_from_offset() 226 t->tz_abbr = NULL; in timelib_set_timezone_from_offset() 229 t->have_zone = 1; in timelib_set_timezone_from_offset() 231 t->dst = 0; in timelib_set_timezone_from_offset() 237 if (t->tz_abbr) { in timelib_set_timezone_from_abbr() 243 t->have_zone = 1; in timelib_set_timezone_from_abbr() 262 t->tz_info = tz; in timelib_set_timezone() 263 if (t->tz_abbr) { in timelib_set_timezone() 269 t->have_zone = 1; in timelib_set_timezone() 288 timelib_unixtime2local(t, t->sse); in timelib_apply_localtime() [all …]
|
/PHP-5.6/tests/classes/ |
H A D | interface_doubled.phpt | 47 $t = new class_a(); 48 echo $t->test('if_a'); 49 echo $t->test('if_b'); 50 echo $t->test('if_c'); 51 echo $t->test('if_d'); 64 $t = new class_b(); 81 $t = new class_c(); 98 $t = new class_d(); 115 $t = new class_e(); 132 $t = new class_f(); [all …]
|
/PHP-5.6/ext/fileinfo/libmagic/ |
H A D | cdf_time.c | 111 t /= CDF_TIME_PREC; in cdf_timestamp_to_timespec() 112 tm.tm_sec = (int)(t % 60); in cdf_timestamp_to_timespec() 113 t /= 60; in cdf_timestamp_to_timespec() 115 tm.tm_min = (int)(t % 60); in cdf_timestamp_to_timespec() 116 t /= 60; in cdf_timestamp_to_timespec() 118 tm.tm_hour = (int)(t % 24); in cdf_timestamp_to_timespec() 119 t /= 24; in cdf_timestamp_to_timespec() 125 t -= rdays - 1; in cdf_timestamp_to_timespec() 151 (void)&t; in cdf_timespec_to_timestamp() 161 *t = tm.tm_sec; in cdf_timespec_to_timestamp() [all …]
|
/PHP-5.6/ext/date/tests/ |
H A D | 004.phpt | 13 var_dump(date("w", $t)); 14 var_dump(date("z", $t)); 15 var_dump(date("n", $t)); 16 var_dump(date("t", $t)); 17 var_dump(date("L", $t)); 18 var_dump(date("a", $t)); 19 var_dump(date("B", $t)); 20 var_dump(date("g", $t)); 21 var_dump(date("G", $t)); 22 var_dump(date("Z", $t)); [all …]
|
/PHP-5.6/ext/oci8/tests/ |
H A D | imp_res_get_3.phpt | 90 t 96 t 102 t 108 t 114 t 120 t 126 t 132 t 138 t 144 t [all …]
|
/PHP-5.6/ext/standard/tests/serialize/ |
H A D | bug14293.phpt | 5 class t 7 function t() 19 $t = new t(); 20 $data = serialize($t); 22 $t = unserialize($data); 23 var_dump($t); 30 O:1:"t":2:{s:1:"a";s:5:"hello";s:1:"b";N;} 31 object(t)#%d (2) {
|
/PHP-5.6/Zend/tests/ |
H A D | bug30828.phpt | 9 foreach ($bt as $t) { 10 print $t['class'].$t['type'].$t['function']."\n"; 17 foreach ($bt as $t) { 18 print $t['class'].$t['type'].$t['function']."\n"; 25 foreach ($bt as $t) { 26 print $t['class'].$t['type'].$t['function']."\n";
|
H A D | bug29210.phpt | 22 echo "test_func1 isn't callable from inside\n"; 72 echo "test_func1 isn't callable from outside\n"; 77 echo "test_func2 isn't callable from outside\n"; 82 echo "test_func3 isn't callable from outside\n"; 87 echo "test_func4 isn't callable from outside\n"; 97 test_func1 isn't callable from outside 98 test_func2 isn't callable from outside 99 test_func3 isn't callable from outside 100 test_func4 isn't callable from outside 101 test_func1 isn't callable from child [all …]
|
/PHP-5.6/sapi/continuity/ |
H A D | capi.c | 67 httpTtrans *t; member 192 httpFstart_response(rc->t); in sapi_capi_send_headers() 241 value = lstFset_get(rc->t->vars, "uri"); in sapi_capi_register_server_variables() 248 value = lstFset_get(rc->t->vars, "ccode"); in sapi_capi_register_server_variables() 253 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables() 261 value = lstFset_get(rc->t->req_hdrs, "host"); in sapi_capi_register_server_variables() 278 value = lstFset_get(rc->t->vars, "method"); in sapi_capi_register_server_variables() 283 value = lstFset_get(rc->t->vars, "query"); in sapi_capi_register_server_variables() 288 value = lstFset_get(rc->t->vars, "docroot"); in sapi_capi_register_server_variables() 334 value = lstFset_get(rc->t->vars, "path"); in sapi_capi_register_server_variables() [all …]
|
/PHP-5.6/ext/enchant/tests/ |
H A D | bug13181.phpt | 12 $t = enchant_broker_request_dict($rBroker, 'en'); 13 var_dump($t); 14 return $t; 21 $t = enchant_broker_init(); 22 var_dump($t); 23 return $t; 30 $t = enchant_broker_request_dict($broker, 'en'); 31 var_dump($t); 32 return $t;
|
/PHP-5.6/Zend/tests/traits/ |
H A D | trait_constant_002.phpt | 17 $t = __TRAIT__; 18 var_dump($t); 19 $t = MyClass::test(); 20 var_dump($t); 21 $t = someFun(); 22 var_dump($t);
|
/PHP-5.6/ext/simplexml/tests/ |
H A D | feature55218.phpt | 14 <person id="1" xmlns:t="http://example.org/t" > 15 <t:name>John Doe</t:name> 60 ["t"]=> 61 string(20) "http://example.org/t" 66 ["t"]=> 67 string(20) "http://example.org/t" 72 ["t"]=> 73 string(20) "http://example.org/t" 96 ["t"]=> 100 ["t"]=> [all …]
|
/PHP-5.6/ext/pdo_oci/tests/ |
H A D | pdo_oci_quote1.phpt | 48 ["t"]=> 57 ["t"]=> 66 ["t"]=> 75 ["t"]=> 84 ["t"]=> 93 ["t"]=> 104 ["t"]=> 114 ["t"]=> 123 ["t"]=> 132 ["t"]=> [all …]
|