/php-src/ext/calendar/ |
H A D | easter.c | 33 struct tm te; in _cal_easter() local 126 te.tm_isdst = -1; in _cal_easter() 127 te.tm_year = year-1900; in _cal_easter() 128 te.tm_sec = 0; in _cal_easter() 129 te.tm_min = 0; in _cal_easter() 130 te.tm_hour = 0; in _cal_easter() 133 te.tm_mon = 2; /* March */ in _cal_easter() 134 te.tm_mday = easter+21; in _cal_easter() 136 te.tm_mon = 3; /* April */ in _cal_easter() 137 te.tm_mday = easter-10; in _cal_easter() [all …]
|
/php-src/ext/mbstring/tests/ |
H A D | qprint_encoding.phpt | 23 …oyen, et te trompant ainsi sur la route à suivre les voilà bientôt qui te dégradent, car si leur m… 24 …te 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 D | closure_from_callable_error.phpt | 13 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 D | ftruncate_variation6.phpt | 293 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 D | ftruncate_variation6-win32.phpt | 293 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 D | fgets_variation3.phpt | 84 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 D | fgets_basic.phpt | 68 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 D | strripos_offset.phpt | 19 strripos(1024, "te", -PHP_INT_MAX); 31 strripos(1024, "te", -PHP_INT_MAX-1);
|
H A D | strrpos_offset.phpt | 19 strrpos(1024, "te", -PHP_INT_MAX); 31 strrpos(1024, "te", -PHP_INT_MAX-1);
|
H A D | stristr.phpt | 10 var_dump(md5(stristr("te".chr(0)."st", chr(0))));
|
H A D | str_contains.phpt | 10 var_dump(str_contains("te".chr(0)."st", chr(0)));
|
H A D | stristr_basic.phpt | 13 var_dump( bin2hex(stristr("te".chr(0)."St", chr(0))) );
|
H A D | strripos.phpt | 10 var_dump(strripos("te".chr(0)."st", chr(0)));
|
H A D | strrpos.phpt | 10 var_dump(strrpos("te".chr(0)."st", chr(0)));
|
H A D | strrchr_variation6.phpt | 32 string(3) "te'"
|
/php-src/ext/filter/tests/ |
H A D | ghsa-w8qr-v226-r27w.phpt | 19 test("http://te[st@2001:db8:3333:4444:5555:6666:1.2.3.4]"); 20 test("http://te[st@2001:db8:3333:4444:5555:6666:1.2.3.4");
|
/php-src/ext/standard/tests/array/ |
H A D | ksort_variation5.phpt | 23 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test", 174 ["te"]=> 200 ["te"]=> 226 ["te"]=>
|
H A D | krsort_variation5.phpt | 23 array ( 'Lemon' => "lemoN", 'o' => "Orange", 'B' => "banana", 'Apple' => "apple", 'te' => "Test", 158 ["te"]=> 184 ["te"]=> 210 ["te"]=>
|
/php-src/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_getVersion_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_constructor_error.phpt | 4 Gerrit "Remi" te Sligte <remi@wolerized.com>
|
/php-src/ext/standard/tests/streams/ |
H A D | bug48309.phpt | 29 te
|
/php-src/ext/snmp/tests/ |
H A D | snmp-object-setSecurity_error.phpt | 41 var_dump($session->setSecurity('authNoPriv', 'MD5', 'te')); 69 Warning: SNMP::setSecurity(): Error generating a key for authentication pass phrase 'te': Generic e…
|