Home
last modified time | relevance | path

Searched refs:t (Results 1501 – 1525 of 1568) sorted by relevance

1...<<616263

/PHP-5.5/ext/standard/tests/file/
H A Dfscanf_variation20.phpt48 "\t%c", "\n%c", "%4c",
H A Dfscanf_variation33.phpt54 "\t%x", "\n%x", "%4x",
H A Dfscanf_variation39.phpt51 $unsigned_formats = array( "%u", "%hu", "%lu", "%Lu", " %u", "%u ", "% u", "\t%u", "\n%u", "%4u", "…
H A Dfscanf_variation45.phpt45 $scientific_formats = array( "%e", "%he", "%le", "%Le", " %e", "%e ", "% e", "\t%e", "\n%e", "%4e",…
H A Dfscanf_variation9.phpt52 $float_formats = array( "%f", "%hf", "%lf", "%Lf", " %f", "%f ", "% f", "\t%f", "\n%f", "%4f", "%30…
H A Dfile.inc435 file_not_found if file doesn't exist
551 echo "Error: stat[$key] doesn't match with stat[$str_key]\n";
H A Dfscanf_variation14.phpt71 "\t%s", "\n%s", "%4s",
/PHP-5.5/
H A DREADME.namespaces97 namespace A\B\foo() and if it doesn't exist PHP tries to call internal
H A DREADME.RELEASE_PROCESS157 Don't forget to update NEWS manually in an extra commit then.
223 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A DREADME.REDIST.BINS78 the public domain as well, but I don't require that in order to let
94 Blowfish library (I can't be sure if I would think of something if I
95 hadn't seen his code).
H A DREADME.TESTING160 for us. You don't have to write complete script, just give us test
/PHP-5.5/sapi/cgi/
H A DREADME.FastCGI70 Don't load mod_php, by the way. Make sure it is commented out!
/PHP-5.5/ext/standard/tests/strings/
H A Dhtml_entity_decode_macroman.phpt137 echo "Special test for &#x7F; (shouldn't decode):\n";
153 Special test for &#x7F; (shouldn't decode):
H A Dhtml_entity_decode_win1251.phpt137 echo "Special test for &#x98; (shouldn't decode):\n";
153 Special test for &#x98; (shouldn't decode):
H A Dstrcspn_variation12.phpt39 "\t",
40 "t\ ",
41 "\t\i\100\xa"
H A Dstr_replace.phpt87 '\t',
88 "\t",
/PHP-5.5/ext/bcmath/libbcmath/
H A Dconfigure1274 char *t;
1277 *t++ = 0;
/PHP-5.5/ext/imap/
H A Dphp_imap.c1632 char *t; in PHP_FUNCTION() local
1668 mail_fetchsubject(t = tmp + strlen(tmp), imap_le_struct->imap_stream, msgno, (long)25); in PHP_FUNCTION()
1669 snprintf(t += strlen(t), sizeof(tmp) - strlen(tmp), " (%ld chars)", cache->rfc822_size); in PHP_FUNCTION()
3482 char *tmp=NULL, *mystring=NULL, *t=NULL, *tempstring=NULL, *str_copy = NULL; in PHP_FUNCTION() local
3839 t = tmp; in PHP_FUNCTION()
3842 *t = '\0'; in PHP_FUNCTION()
3843 rfc822_write_body_header(&t, &part->body); in PHP_FUNCTION()
/PHP-5.5/ext/session/
H A Dsession.c1369 time_t t;
1372 t = tv.tv_sec + PS(cookie_lifetime);
1374 if (t > 0) {
1375 date_fmt = php_format_date("D, d-M-Y H:i:s T", sizeof("D, d-M-Y H:i:s T")-1, t, 0 TSRMLS_CC);
/PHP-5.5/tests/lang/
H A D024.phpt115 echo "hmm, this shouldn't be displayed #1\n";
123 echo "damn, this shouldn't be displayed\n";
131 echo "this isn't supposed to be displayed\n";
138 echo "and this too shouldn't be displayed\n";
145 echo "hmm, this shouldn't be displayed #2\n";
152 echo "damn, this shouldn't be displayed\n";
166 echo "and this too shouldn't be displayed\n";
193 echo "and this too shouldn't be displayed\n";
203 echo "This shouldn't be displayed\n";
205 echo "This shouldn't be displayed either\n";
[all …]
/PHP-5.5/ext/mysql/tests/
H A Dmysql_pconn_max_links.phpt26 die(sprintf("skip Can't check if old_passwords = ON"));
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_affected_rows.phpt251 Warning: mysqli_stmt_affected_rows(): Couldn't fetch mysqli_stmt in %s on line %d
/PHP-5.5/ext/ftp/tests/
H A Dftp_nb_continue.phpt15 if (!$ftp) die("Couldn't connect to the server");
/PHP-5.5/ext/oci8/tests/
H A Dbug51291_1.phpt2 Bug #51291 (oci_error() doesn't report last error when called two times)
/PHP-5.5/Zend/
H A Dzend_alloc.c980 unsigned char t; in zend_mm_random() local
1027 t = (unsigned char)getpid(); in zend_mm_random()
1030 buf[i] = ((unsigned char)rand()) ^ t; in zend_mm_random()
1032 t = buf[i++] << 1; in zend_mm_random()

Completed in 61 milliseconds

1...<<616263