Home
last modified time | relevance | path

Searched refs:tn (Results 1 – 6 of 6) sorted by relevance

/PHP-5.6/ext/standard/tests/file/
H A Dbug27508.phpt49 $tn = (binary) tempnam($tmp_dir, 'foo');
50 if (!$tn) {
54 $fp = fopen("myFile://" . urlencode($tn), "w+");
72 unlink($tn);
/PHP-5.6/ext/oci8/tests/
H A Dlob_030.phpt14 function insert_verify($c, $tn, $id, $length)
18 ".$tn." (id, clob)
33 $select_sql = "SELECT clob FROM ".$tn." where id = ".$id;
/PHP-5.6/sapi/isapi/stresstest/
H A Dstresstest.cpp309 char *tn = _tempnam(temppath,"pht."); in ParseTestFile() local
311 FILE *ft = fopen(tn, "wb+"); in ParseTestFile()
364 IsapiFileList.Add(tn); in ParseTestFile()
369 free(tn); in ParseTestFile()
374 free(tn); in ParseTestFile()
/PHP-5.6/ext/gd/
H A Dgd_ctx.c87 static void _php_image_output_ctx(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*fu… in _php_image_output_ctx() argument
H A Dgd.c141 static gdImagePtr _php_image_create_from_string (zval **Data, char *tn, gdImagePtr (*ioctx_func_p)(…
142 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP…
143 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p…
2298 gdImagePtr _php_image_create_from_string(zval **data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS… in _php_image_create_from_string() argument
2311 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Passed data is not in '%s' format", tn); in _php_image_create_from_string()
2392 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… in _php_image_create_from() argument
2496 php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid %s file", file, tn); in _php_image_create_from()
2594 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… in _php_image_output() argument
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic19001 # From: Ossama Othman <othman@astrosun.tn.cornell.edu

Completed in 59 milliseconds