Home
last modified time | relevance | path

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

12

/PHP-7.4/ext/calendar/
H A Deaster.c31 struct tm te; in _cal_easter() local
100 te.tm_isdst = -1; in _cal_easter()
101 te.tm_year = year-1900; in _cal_easter()
102 te.tm_sec = 0; in _cal_easter()
103 te.tm_min = 0; in _cal_easter()
104 te.tm_hour = 0; in _cal_easter()
107 te.tm_mon = 2; /* March */ in _cal_easter()
108 te.tm_mday = easter+21; in _cal_easter()
110 te.tm_mon = 3; /* April */ in _cal_easter()
111 te.tm_mday = easter-10; in _cal_easter()
[all …]
/PHP-7.4/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.4/ext/oci8/tests/
H A Dlob_temp.phpt34 string(2) "te"
38 string(2) "te"
/PHP-7.4/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.4/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.4/ext/standard/tests/array/
H A Dkrsort_variation5.phpt28 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
163 ["te"]=>
189 ["te"]=>
215 ["te"]=>
H A Dksort_variation5.phpt28 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
179 ["te"]=>
205 ["te"]=>
231 ["te"]=>
/PHP-7.4/ext/standard/tests/streams/
H A Dbug48309.phpt29 te
/PHP-7.4/ext/standard/tests/strings/
H A Dstrrpos_offset.phpt11 var_dump(strrpos(1024, "te", -PHP_INT_MAX));
13 var_dump(strrpos(1024, "te", -PHP_INT_MAX-1));
H A Dstrripos_offset.phpt12 var_dump(strripos(1024, "te", -PHP_INT_MAX));
14 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("te".chr(0)."St", chr(0))) );
H A Dstrrchr_variation6.phpt37 string(3) "te'"
H A Dstristr.phpt14 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
/PHP-7.4/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…
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…

Completed in 26 milliseconds

12