Home
last modified time | relevance | path

Searched refs:te (Results 1 – 25 of 35) sorted by relevance

12

/PHP-7.1/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-7.1/Zend/tests/closures/
H A Dclosure_from_callable_error.phpt13 catch (\TypeError $te) {
26 catch (\TypeError $te) {
38 catch (\TypeError $te) {
50 catch (\TypeError $te) {
62 catch (\TypeError $te) {
74 catch (\TypeError $te) {
86 catch (\TypeError $te) {
98 catch (\TypeError $te) {
110 catch (\TypeError $te) {
122 catch (\TypeError $te) {
[all …]
/PHP-7.1/ext/oci8/tests/
H A Dlob_temp.phpt34 string(2) "te"
38 string(2) "te"
/PHP-7.1/ext/standard/tests/file/
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 …]
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 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 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"
/PHP-7.1/ext/reflection/tests/
H A DReflectionExtension_getName_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_constructor_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_info_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_export_basic.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
H A DReflectionExtension_constructor_error.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
/PHP-7.1/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-7.1/ext/standard/tests/strings/
H A Dstrrpos_offset.phpt13 var_dump(strrpos(1024, "te", -PHP_INT_MAX));
15 var_dump(strrpos(1024, "te", -PHP_INT_MAX-1));
H A Dstrripos_offset.phpt14 var_dump(strripos(1024, "te", -PHP_INT_MAX));
16 var_dump(strripos(1024, "te", -PHP_INT_MAX-1));
H A Dstrrpos.phpt10 var_dump(strrpos("te".chr(0)."st", chr(0)));
H A Dstrripos.phpt10 var_dump(strripos("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 Dstripos.phpt10 var_dump(stripos("te".chr(0)."st", chr(0)));
H A Dstrrchr_variation6.phpt37 string(3) "te'"
/PHP-7.1/ext/standard/tests/streams/
H A Dbug48309.phpt29 te
/PHP-7.1/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt26 var_dump($session->setSecurity('authNoPriv', 'MD5', 'te'));
51 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
/PHP-7.1/ext/fileinfo/libmagic/
H A Dcompress.c272 int te; in file_pipe2file() local
274 te = errno; in file_pipe2file()
276 errno = te; in file_pipe2file()

Completed in 36 milliseconds

12