Home
last modified time | relevance | path

Searched refs:te (Results 1 – 25 of 33) sorted by path

12

/PHP-5.5/ext/calendar/
H A Deaster.c32 struct tm te; in _cal_easter() local
101 te.tm_isdst = -1; in _cal_easter()
102 te.tm_year = year-1900; in _cal_easter()
103 te.tm_sec = 0; in _cal_easter()
104 te.tm_min = 0; in _cal_easter()
105 te.tm_hour = 0; in _cal_easter()
108 te.tm_mon = 2; /* March */ in _cal_easter()
109 te.tm_mday = easter+21; in _cal_easter()
111 te.tm_mon = 3; /* April */ in _cal_easter()
112 te.tm_mday = easter-10; in _cal_easter()
[all …]
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcompress.c262 int te; in file_pipe2file() local
264 te = errno; in file_pipe2file()
266 errno = te; in file_pipe2file()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregexec.c1159 static struct timeval ts, te; variable
1161 #define TIMEDIFF(te,ts) (((te).tv_usec - (ts).tv_usec) + \ argument
1162 (((te).tv_sec - (ts).tv_sec)*1000000))
1167 static struct tms ts, te; variable
1169 #define TIMEDIFF(te,ts) ((te).tms_utime - (ts).tms_utime) argument
1187 GETTIME(te);\
1188 OpTime[OpCurr] += TIMEDIFF(te, ts);\
/PHP-5.5/ext/oci8/tests/
H A Dlob_temp.phpt34 string(2) "te"
38 string(2) "te"
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput71223 1: te\x{301}r
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_constructor_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_constructor_error.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_export_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_getName_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_getVersion_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_info_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt26 var_dump($session->setSecurity('authNoPriv', 'MD5', 'te'));
52 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
H A Dsnmp3-error.phpt24 var_dump(snmp3_get($hostname, $community, 'authNoPriv', 'MD5', 'te', '', '', '.1.3.6.1.2.1.1.1.0'));
54 Warning: snmp3_get(): Error generating a key for authentication pass phrase 'te': Generic error (Th…
/PHP-5.5/ext/standard/tests/array/
H A Dkrsort_variation5.phpt33 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
168 ["te"]=>
194 ["te"]=>
220 ["te"]=>
H A Dksort_variation5.phpt33 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
184 ["te"]=>
210 ["te"]=>
236 ["te"]=>
/PHP-5.5/ext/standard/tests/file/
H A Dfgets_basic.phpt73 string(22) "text text text text te"
117 string(22) "text text text text te"
161 string(22) "text text text text te"
205 string(22) "text text text text te"
249 string(22) "text text text text te"
293 string(22) "text text text text te"
H A Dfgets_variation3.phpt89 string(22) "text text text text te"
137 string(22) "text text text text te"
185 string(22) "text text text text te"
233 string(22) "text text text text te"
281 string(22) "text text text text te"
329 string(22) "text text text text te"
377 string(22) "text text text text te"
425 string(22) "text text text text te"
473 string(22) "text text text text te"
H A Dftruncate_variation6-win32.phpt298 line of te"
307 line of te"
316 line of te"
325 line of te"
334 line of te"
352 line of te"
361 line of te"
379 line of te"
388 line of te"
406 line of te"
[all …]
H A Dftruncate_variation6.phpt298 line of te"
307 line of te"
316 line of te"
325 line of te"
334 line of te"
343 line of te"
352 line of te"
361 line of te"
370 line of te"
379 line of te"
[all …]
/PHP-5.5/ext/standard/tests/streams/
H A Dbug48309.phpt29 te
/PHP-5.5/ext/standard/tests/strings/
H A Dstr_split_variation4.phpt83 string(2) "te"
H A Dstripos.phpt10 var_dump(stripos("te".chr(0)."st", chr(0)));
H A Dstristr.phpt14 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
H A Dstristr_basic.phpt16 var_dump( bin2hex(stristr(b"te".chr(0).b"St", chr(0))) );
H A Dstrpos.phpt17 var_dump( strpos("te".chr(0)."st", chr(0)) );

Completed in 94 milliseconds

12