Home
last modified time | relevance | path

Searched refs:T (Results 51 – 75 of 184) sorted by relevance

12345678

/PHP-7.4/tests/lang/
H A Dbug30862.phpt5 class T {
8 print_r(T::$a);
H A Dtype_hints_003.phpt5 class T {
/PHP-7.4/Zend/tests/type_declarations/
H A Dtyped_properties_059.phpt5 trait T {
11 use T;
/PHP-7.4/ext/date/tests/
H A Dbug26090.phpt8 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
11 echo date('Y-m-d H:i:s T', strtotime($t)) . "\n";
H A Dbug26198.phpt6 echo gmdate("F Y (Y-m-d H:i:s T)\n", strtotime("Oct 2001"));
7 echo gmdate("M Y (Y-m-d H:i:s T)\n", strtotime("2001 Oct"));
H A Dbug20382-1.phpt8 echo "tStamp=". date("l Y-m-d H:i:s T", $tStamp). "\n";
11 echo "result=". date("l Y-m-d H:i:s T", $strtotime_timestamp). "\n";
H A Dgmdate_variation10.phpt34 var_dump( gmdate('T') );
35 var_dump( gmdate('T', $timestamp) );
38 var_dump( gmdate('T') );
39 var_dump( gmdate('T', $timestamp) );
H A Dexamine_diff.inc41 $start_date = $start->format('Y-m-d H:i:s T');
48 $end_date = $end->format('Y-m-d H:i:s T');
69 $result_end_date = $start->format('Y-m-d H:i:s T');
75 $result_start_date = $end->format('Y-m-d H:i:s T');
H A Dbug28024.phpt8 echo date("Y-m-d H:i:s T", strtotime("17:00 2004-01-01"));
/PHP-7.4/Zend/tests/
H A Dclass_alias_013.phpt13 $alias1 = __NAMESPACE__ .'\T';
19 var_dump(new \test\baz\foo, new \test\baz\T\BAR);
H A Dparent_class_name_without_parent.phpt6 trait T {
13 use T;
H A Dconstant_expressions_exceptions.inc2 const T = array(1,2) - array(0);
H A Dconstant_expressions_exceptions_001.phpt5 const T = array(1,2) - array(0);
H A Dbug76667.phpt6 class T {
18 $x = new T;
/PHP-7.4/build/
H A Dphp_cxx_compile_stdcxx.m4140 template <typename T>
201 struct is_same<T, T>
386 template<typename T>
389 template<typename T>
392 template<typename T>
509 struct is_same<T, T>
874 template<typename T>
876 f(T*, T*);
889 template<class T> void f(T)
892 template<class T> inline T g(T)
[all …]
/PHP-7.4/ext/standard/tests/strings/
H A Ducwords_variation3.phpt64 string(30) "T E S T I N G U C W O R D S "
72 string(7) " ( T )t"
76 string(14) ""t""t",test, T"
90 string(42) "T@@#$% %test ^test &test *test +test -test"
H A Ducwords_variation4.phpt71 string(30) "T E S T I N G U C W O R D S "
79 string(7) " ( T )t"
83 string(14) ""t""t",test, T"
118 string(42) "T@@#$% %test ^test &test *test +test -test"
H A Dstrtr_variation3.phpt50 $replace_pairs = array("\n" => "t", "\r\n" => "T", "\n\r\t\\" => "TEST");
96 string(10) "T$variable"
99 string(8) "T"quotes"
/PHP-7.4/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c105 #define T(t) (reg_map[t] << 16) macro
479 inst[0] = LUI | T(reg) | IMM(addr >> 16); in put_label_set()
483 inst[0] = LUI | T(reg) | IMM(addr >> 32); in put_label_set()
484 inst[1] = ORI | S(reg) | T(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
485 inst[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in put_label_set()
489 inst[0] = LUI | T(reg) | IMM(addr >> 48); in put_label_set()
490 inst[1] = ORI | S(reg) | T(reg) | IMM((addr >> 32) & 0xffff); in put_label_set()
491 inst[2] = DSLL | T(reg) | D(reg) | SH_IMM(16); in put_label_set()
492 inst[3] = ORI | S(reg) | T(reg) | IMM((addr >> 16) & 0xffff); in put_label_set()
493 inst[4] = DSLL | T(reg) | D(reg) | SH_IMM(16); in put_label_set()
[all …]
/PHP-7.4/ext/pgsql/tests/
H A Dbug71062.phpt16 // ISO 8601 (with 'T' between date and time)
19 // ISO 8601 with the 'T' removed
/PHP-7.4/ext/opcache/Optimizer/
H A Dpass3.c216 znode_op T = opline->result; in zend_optimizer_pass3() local
238 SAME_VAR(target->op1, T)) { in zend_optimizer_pass3()
244 SAME_VAR(target->op1, T) && in zend_optimizer_pass3()
245 SAME_VAR(target->result, T)) { in zend_optimizer_pass3()
251 SAME_VAR(target->op1, T)) { in zend_optimizer_pass3()
271 SAME_VAR(target->op1, T)) { in zend_optimizer_pass3()
277 SAME_VAR(target->op1, T) && in zend_optimizer_pass3()
278 SAME_VAR(target->result, T)) { in zend_optimizer_pass3()
/PHP-7.4/ext/phar/tests/files/
H A Dstuboflength1041.phar1 <?php
2 /***stub of length 1041 including the halt compiler*********************************************
3 ************************************************************************************************
4 ************************************************************************************************
5 ************************************************************************************************
6 ************************************************************************************************
7 ************************************************************************************************
8 ************************************************************************************************
9 ************************************************************************************************
10 ************************************************************************************************
[all …]
/PHP-7.4/ext/standard/tests/array/
H A Dkrsort_variation5.phpt29 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
173 ["T"]=>
199 ["T"]=>
225 ["T"]=>
H A Dksort_variation5.phpt29 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
169 ["T"]=>
195 ["T"]=>
221 ["T"]=>
/PHP-7.4/ext/phar/tests/cache_list/files/
H A Dwrite16.phar8 …t������H������E�������<?php __HALT_COMPILER();<?php __HALT_COMPILER();X^*ٖO�i���T�S�܀\���GBMB

Completed in 44 milliseconds

12345678