Home
last modified time | relevance | path

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

12345678

/PHP-7.3/ext/date/tests/
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"));
H A Dbug33532.phpt21 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
30 print "datestr " . date ("H:i:s A F j Y T", $tStamp) . "\n";
H A Ddate_timestamp_set.phpt16 var_dump(date_format($dtms021, 'B => (U) => T Y-M-d H:i:s'));
/PHP-7.3/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.3/Zend/tests/
H A Dconstant_expressions_exceptions.inc2 const T = array(1,2) - array(0);
H A Dbug76667.phpt6 class T {
18 $x = new T;
H A Dconstant_expressions_exceptions_001.phpt5 const T = array(1,2) - array(0);
/PHP-7.3/ext/mbstring/oniguruma/doc/
H A DCALLOUTS.BUILTIN.ja37 例: "(?:(*COUNT[T]{X})a)*(?:(*MAX{T})c)*"
/PHP-7.3/ext/opcache/Optimizer/
H A Dpass3.c251 znode_op T = opline->result; in zend_optimizer_pass3() local
273 SAME_VAR(target->op1, T)) { in zend_optimizer_pass3()
279 SAME_VAR(target->op1, T) && in zend_optimizer_pass3()
280 SAME_VAR(target->result, T)) { in zend_optimizer_pass3()
286 SAME_VAR(target->op1, T)) { in zend_optimizer_pass3()
306 SAME_VAR(target->op1, T)) { in zend_optimizer_pass3()
312 SAME_VAR(target->op1, T) && in zend_optimizer_pass3()
313 SAME_VAR(target->result, T)) { in zend_optimizer_pass3()
/PHP-7.3/ext/pgsql/tests/
H A Dbug71062.phpt16 // ISO 8601 (with 'T' between date and time)
19 // ISO 8601 with the 'T' removed
/PHP-7.3/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 …]
H A Dinclude_path.phar9 include "file1.php";���Ob�YN�1c��T�ʸ/���GBMB
/PHP-7.3/tests/lang/
H A Dtype_hints_003.phpt5 class T {
/PHP-7.3/ext/standard/tests/file/
H A Dfscanf_variation24.phpt153 string(1) "T"
228 string(1) "T"
303 string(1) "T"
378 string(1) "T"
447 string(1) "T"
522 string(1) "T"
648 string(1) "T"
717 string(1) "T"
/PHP-7.3/ext/pcre/pcre2lib/sljit/
H A DsljitNativeMIPS_common.c89 #define T(t) (reg_map[t] << 16) macro
631 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); in sljit_emit_enter()
636 FAIL_IF(push_inst(compiler, STACK_STORE | base | T(i) | IMM(offs), MOVABLE_INS)); in sljit_emit_enter()
693 FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i))); in sljit_emit_return()
699 FAIL_IF(push_inst(compiler, STACK_LOAD | base | T(i) | IMM(offs), DR(i))); in sljit_emit_return()
831 FAIL_IF(push_inst(compiler, ADDU_W | S(base) | T(TMP_REG3) | DA(tmp_ar), tmp_ar)); in getput_arg()
880 FAIL_IF(push_inst(compiler, ADDU_W | S(TMP_REG3) | T(base) | DA(tmp_ar), tmp_ar)); in getput_arg()
1120 return push_inst(compiler, PREFX | S(src & REG_MASK) | T(TMP_REG1), MOVABLE_INS); in emit_prefetch()
1127 return push_inst(compiler, PREFX | S(src & REG_MASK) | T(TMP_REG1), MOVABLE_INS); in emit_prefetch()
1329 return push_inst(compiler, MFC1 | flags | T(dst) | FS(TMP_FREG1), MOVABLE_INS); in sljit_emit_fop1_conv_sw_from_f64()
[all …]
/PHP-7.3/ext/standard/tests/array/
H A Darsort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
190 ["T"]=>
218 ["T"]=>
246 ["T"]=>
H A Dasort_variation5.phpt34 'T' => "TTTT", 't' => "ttt", 'w' => "ww", 'x' => "x", 'X' => "X", 'o' => "oraNGe",
176 ["T"]=>
204 ["T"]=>
232 ["T"]=>
H A Dkrsort_variation5.phpt34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
178 ["T"]=>
204 ["T"]=>
230 ["T"]=>
H A Dksort_variation5.phpt34 't' => "TTTT", 'T' => "ttt", 'W' => "ww", 'X' => "x", 'x' => "X", 'O' => "oraNGe",
174 ["T"]=>
200 ["T"]=>
226 ["T"]=>
/PHP-7.3/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 57 milliseconds

12345678