Home
last modified time | relevance | path

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

/PHP-5.5/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.5/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.5/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.5/ext/gd/
H A Dgd_ctx.c77 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.c130 static gdImagePtr _php_image_create_from_string (zval **Data, char *tn, gdImagePtr (*ioctx_func_p)(…
131 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP…
132 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p…
2252 gdImagePtr _php_image_create_from_string(zval **data, char *tn, gdImagePtr (*ioctx_func_p)() TSRMLS… in _php_image_create_from_string() argument
2265 php_error_docref(NULL TSRMLS_CC, E_WARNING, "Passed data is not in '%s' format", tn); in _php_image_create_from_string()
2346 static void _php_image_create_from(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, gdImageP… in _php_image_create_from() argument
2450 php_error_docref(NULL TSRMLS_CC, E_WARNING, "'%s' is not a valid %s file", file, tn); in _php_image_create_from()
2548 static void _php_image_output(INTERNAL_FUNCTION_PARAMETERS, int image_type, char *tn, void (*func_p… in _php_image_output() argument
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic17855 # From: Ossama Othman <othman@astrosun.tn.cornell.edu

Completed in 55 milliseconds