/PHP-7.0/ext/calendar/ |
H A D | easter.c | 32 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.0/ext/oci8/tests/ |
H A D | lob_temp.phpt | 34 string(2) "te" 38 string(2) "te"
|
/PHP-7.0/ext/standard/tests/file/ |
H A D | ftruncate_variation6.phpt | 298 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 D | ftruncate_variation6-win32.phpt | 298 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 D | fgets_variation3.phpt | 89 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 D | fgets_basic.phpt | 73 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.0/ext/reflection/tests/ |
H A D | ReflectionExtension_getName_basic.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
H A D | ReflectionExtension_constructor_basic.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
H A D | ReflectionExtension_info_basic.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
H A D | ReflectionExtension_getVersion_basic.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
H A D | ReflectionExtension_export_basic.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
H A D | ReflectionExtension_constructor_error.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
/PHP-7.0/ext/standard/tests/array/ |
H A D | krsort_variation5.phpt | 33 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test", 168 ["te"]=> 194 ["te"]=> 220 ["te"]=>
|
H A D | ksort_variation5.phpt | 33 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test", 184 ["te"]=> 210 ["te"]=> 236 ["te"]=>
|
/PHP-7.0/ext/standard/tests/strings/ |
H A D | strrpos_offset.phpt | 13 var_dump(strrpos(1024, "te", -PHP_INT_MAX)); 15 var_dump(strrpos(1024, "te", -PHP_INT_MAX-1));
|
H A D | strripos_offset.phpt | 14 var_dump(strripos(1024, "te", -PHP_INT_MAX)); 16 var_dump(strripos(1024, "te", -PHP_INT_MAX-1));
|
H A D | strrpos.phpt | 10 var_dump(strrpos("te".chr(0)."st", chr(0)));
|
H A D | strripos.phpt | 10 var_dump(strripos("te".chr(0)."st", chr(0)));
|
H A D | stristr_basic.phpt | 16 var_dump( bin2hex(stristr(b"te".chr(0).b"St", chr(0))) );
|
H A D | stripos.phpt | 10 var_dump(stripos("te".chr(0)."st", chr(0)));
|
H A D | strrchr_variation6.phpt | 37 string(3) "te'"
|
/PHP-7.0/ext/standard/tests/streams/ |
H A D | bug48309.phpt | 29 te
|
/PHP-7.0/ext/snmp/tests/ |
H A D | snmp-object-setSecurity_error.phpt | 26 var_dump($session->setSecurity('authNoPriv', 'MD5', 'te')); 52 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
|
H A D | snmp3-error.phpt | 24 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-7.0/ext/fileinfo/libmagic/ |
H A D | compress.c | 272 int te; in file_pipe2file() local 274 te = errno; in file_pipe2file() 276 errno = te; in file_pipe2file()
|