Home
last modified time | relevance | path

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

12

/PHP-8.1/ext/calendar/
H A Deaster.c28 struct tm te; in _cal_easter() local
98 te.tm_isdst = -1; in _cal_easter()
99 te.tm_year = year-1900; in _cal_easter()
100 te.tm_sec = 0; in _cal_easter()
101 te.tm_min = 0; in _cal_easter()
102 te.tm_hour = 0; in _cal_easter()
105 te.tm_mon = 2; /* March */ in _cal_easter()
106 te.tm_mday = easter+21; in _cal_easter()
108 te.tm_mon = 3; /* April */ in _cal_easter()
109 te.tm_mday = easter-10; in _cal_easter()
[all …]
/PHP-8.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-8.1/ext/standard/tests/file/
H A Dftruncate_variation6.phpt293 line of te"
302 line of te"
311 line of te"
320 line of te"
329 line of te"
338 line of te"
347 line of te"
356 line of te"
365 line of te"
374 line of te"
[all …]
H A Dftruncate_variation6-win32.phpt293 line of te"
302 line of te"
311 line of te"
320 line of te"
329 line of te"
347 line of te"
356 line of te"
374 line of te"
383 line of te"
401 line of te"
[all …]
H A Dfgets_variation3.phpt84 string(22) "text text text text te"
132 string(22) "text text text text te"
180 string(22) "text text text text te"
228 string(22) "text text text text te"
276 string(22) "text text text text te"
324 string(22) "text text text text te"
372 string(22) "text text text text te"
420 string(22) "text text text text te"
468 string(22) "text text text text te"
H A Dfgets_basic.phpt68 string(22) "text text text text te"
112 string(22) "text text text text te"
156 string(22) "text text text text te"
200 string(22) "text text text text te"
244 string(22) "text text text text te"
288 string(22) "text text text text te"
/PHP-8.1/ext/oci8/tests/
H A Dlob_temp.phpt36 string(2) "te"
40 string(2) "te"
/PHP-8.1/ext/standard/tests/strings/
H A Dstrrpos_offset.phpt19 strrpos(1024, "te", -PHP_INT_MAX);
31 strrpos(1024, "te", -PHP_INT_MAX-1);
H A Dstrripos_offset.phpt19 strripos(1024, "te", -PHP_INT_MAX);
31 strripos(1024, "te", -PHP_INT_MAX-1);
H A Dstristr.phpt10 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
H A Dstr_contains.phpt10 var_dump(str_contains("te".chr(0)."st", chr(0)));
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.phpt13 var_dump( bin2hex(stristr("te".chr(0)."St", chr(0))) );
H A Dstrrchr_variation6.phpt32 string(3) "te'"
H A Dstripos.phpt10 var_dump(stripos("te".chr(0)."st", chr(0)));
/PHP-8.1/ext/standard/tests/array/
H A Dkrsort_variation5.phpt23 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
158 ["te"]=>
184 ["te"]=>
210 ["te"]=>
H A Dksort_variation5.phpt23 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
174 ["te"]=>
200 ["te"]=>
226 ["te"]=>
/PHP-8.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_getVersion_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_constructor_error.phpt4 Gerrit "Remi" te Sligte <remi@wolerized.com>
/PHP-8.1/ext/standard/tests/streams/
H A Dbug48309.phpt29 te
/PHP-8.1/ext/snmp/tests/
H A Dsnmp-object-setSecurity_error.phpt41 var_dump($session->setSecurity('authNoPriv', 'MD5', 'te'));
69 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…

Completed in 122 milliseconds

12