Home
last modified time | relevance | path

Searched refs:T (Results 1 – 25 of 180) sorted by last modified time

12345678

/PHP-5.5/win32/build/
H A DMakefile148 -for %T in ($(SAPI_TARGETS)) do $(MAKE) /I /nologo "%T"
149 -for %T in ($(EXT_TARGETS)) do $(MAKE) /I /nologo "%T"
150 -for %T in ($(PECL_TARGETS)) do $(MAKE) /I /nologo "%T"
/PHP-5.5/tests/lang/
H A Dtype_hints_002.phpt8 class T {
15 $o=new T();
H A Dtype_hints_003.phpt7 class T {
H A Dbug30862.phpt5 class T {
8 print_r(T::$a);
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt47 Run: stresstest T c:\php5-source
/PHP-5.5/sapi/fpm/
H A Dphp-fpm.conf.in425 ; %T: time the log has been written (the request has finished)
H A Dconfig.m4685 …BJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\…
/PHP-5.5/sapi/cli/
H A Dconfig.m439 …sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\…
41 …BJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\…
/PHP-5.5/sapi/cgi/
H A Dconfig9.m458 …sed 's/\([A-Za-z0-9_]*\)\.lo/.libs\/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\…
60 …BJS) | sed 's/\([A-Za-z0-9_]*\)\.lo/\1.o/g'\` | \$(AWK) '{ if (((\$\$2 == \"T\") || (\$\$2 == \"D\…
/PHP-5.5/
H A Dltmain.sh927 test -z "$run" && cat > ${libobj}T <<EOF
1005 test -z "$run" && cat >> ${libobj}T <<EOF
1017 test -z "$run" && cat >> ${libobj}T <<EOF
1078 test -z "$run" && cat >> ${libobj}T <<EOF
1086 test -z "$run" && cat >> ${libobj}T <<EOF
4237 …$run eval '(cd $output_objdir && $rm ${realname}T && $mv $realname ${realname}T && $mv "$realname"…
4581 $show "$rm $nlist ${nlist}S ${nlist}T"
4582 $run $rm "$nlist" "${nlist}S" "${nlist}T"
4615 $run eval '$mv "$nlist"T "$nlist"'
4620 $run eval '$mv "$nlist"T "$nlist"'
[all …]
/PHP-5.5/ext/wddx/tests/
H A Dbug37569.phpt97 <wddxPacket version='1.0'><header/><data><string>T</string></data></wddxPacket>
/PHP-5.5/ext/standard/tests/time/
H A Dstrptime_basic.phpt29 $str = strftime("%T %D", $tstamp);
H A Dstrptime_parts.phpt35 $str = strftime("%T %D", $tstamp);
/PHP-5.5/ext/standard/tests/strings/
H A Dwordwrap_variation5.phpt58 string(43) "T e s t i n g w o r d r a p f u n c t i o n"
59 string(64) "T e s t i n g w o r d r a p f u n c t i o n"
H A Duuencode.phpt33 string(36) "6;F]T('9E<GD@<V]P:&ES=&EC871E9```
H A Dsubstr_count_variation_001.phpt16 var_dump( substr_count($str, "T", "") );
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_basic.phpt12 $trans1_arr = array("t" => "T", "e" => "E", "st" => "ST");
13 $trans2_arr = array('t' => 'T', 'e' => 'E', 'st' => 'ST');
19 var_dump( strtr("test strtr", "t", "T") );
20 var_dump( strtr('test strtr', 't', 'T') );
21 var_dump( strtr($heredoc_str, "t", "T") );
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"
H A Dstrrpos_variation2.phpt23 '\T',
H A Dstrripos_variation1.phpt23 "\T", //invalid input
H A Dstrripos_variation2.phpt23 '\T',
H A Dstrrchr_variation1.phpt23 "\T",
H A Dstrrchr_variation2.phpt23 '\T',

Completed in 54 milliseconds

12345678