Home
last modified time | relevance | path

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

12

/php-src/ext/calendar/
H A Deaster.c33 struct tm te; in _cal_easter() local
120 te.tm_isdst = -1; in _cal_easter()
121 te.tm_year = year-1900; in _cal_easter()
122 te.tm_sec = 0; in _cal_easter()
123 te.tm_min = 0; in _cal_easter()
124 te.tm_hour = 0; in _cal_easter()
127 te.tm_mon = 2; /* March */ in _cal_easter()
128 te.tm_mday = easter+21; in _cal_easter()
130 te.tm_mon = 3; /* April */ in _cal_easter()
131 te.tm_mday = easter-10; in _cal_easter()
[all …]
/php-src/ext/mbstring/tests/
H A Dqprint_encoding.phpt23 …oyen, et te trompant ainsi sur la route à suivre les voilà bientôt qui te dégradent, car si leur m…
24te trompant ainsi sur la route =C3=A0 suivre les voi=\r\nl=C3=A0 bient=C3=B4t qui te d=C3=A9graden…
/php-src/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-src/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-src/ext/standard/tests/strings/
H A Dstrripos_offset.phpt19 strripos(1024, "te", -PHP_INT_MAX);
31 strripos(1024, "te", -PHP_INT_MAX-1);
H A Dstrrpos_offset.phpt19 strrpos(1024, "te", -PHP_INT_MAX);
31 strrpos(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 Dstristr_basic.phpt13 var_dump( bin2hex(stristr("te".chr(0)."St", chr(0))) );
H A Dstrripos.phpt10 var_dump(strripos("te".chr(0)."st", chr(0)));
H A Dstrrpos.phpt10 var_dump(strrpos("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-src/ext/standard/tests/array/
H A Dksort_variation5.phpt23 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
174 ["te"]=>
200 ["te"]=>
226 ["te"]=>
H A Dkrsort_variation5.phpt23 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test",
158 ["te"]=>
184 ["te"]=>
210 ["te"]=>
/php-src/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-src/ext/standard/tests/streams/
H A Dbug48309.phpt29 te
/php-src/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 44 milliseconds

12