Home
last modified time | relevance | path

Searched refs:fp (Results 776 – 800 of 909) sorted by relevance

1...<<31323334353637

/PHP-5.5/ext/standard/tests/general_functions/
H A Descapeshellarg_variation1.phpt30 $fp = fopen(__FILE__, "r");
/PHP-5.5/ext/tokenizer/tests/
H A Dtoken_get_all_variation12.phpt27 \$fp = fopen(__FILE__, 'r');
82 string(3) "$fp"
/PHP-5.5/ext/standard/tests/array/
H A Dasort_variation2.phpt22 $fp = fopen(__FILE__, "r");
68 /*19*/ $fp
H A Dkrsort_variation2.phpt21 $fp = fopen(__FILE__, "r");
67 /*19*/ $fp
H A Darsort_variation2.phpt22 $fp = fopen(__FILE__, "r");
68 /*19*/ $fp
H A Dksort_variation2.phpt21 $fp = fopen(__FILE__, "r");
67 /*19*/ $fp
H A Dsort_variation2.phpt21 $fp = fopen(__FILE__, "r");
67 /*19*/ $fp
H A Dusort_variation2.phpt32 $fp = fopen(__FILE__,'r');
79 $fp,
97 fclose($fp);
H A Darray_filter_variation2.phpt31 $fp = fopen(__FILE__, 'r');
78 $fp,
94 fclose($fp);
H A Duasort_variation2.phpt32 $fp = fopen(__FILE__,'r');
79 $fp,
95 fclose($fp);
/PHP-5.5/sapi/litespeed/
H A Dlsapilib.h358 int LSAPI_Init_Prefork_Server( int max_children, fn_select_t fp, int avoidFork );
376 int LSAPI_Init_Env_Parameters( fn_select_t fp );
/PHP-5.5/ext/mcrypt/tests/
H A Dmcrypt_cbc_variation1.phpt56 $fp = fopen(__FILE__, "r");
109 'resource' => $fp
119 fclose($fp);
H A Dmcrypt_encrypt_variation5.phpt57 $fp = fopen(__FILE__, "r");
110 'resource' => $fp
120 fclose($fp);
/PHP-5.5/ext/zlib/
H A Dzlib.c814 ZEND_ARG_INFO(0, fp)
820 ZEND_ARG_INFO(0, fp)
824 ZEND_ARG_INFO(0, fp)
830 ZEND_ARG_INFO(0, fp)
835 ZEND_ARG_INFO(0, fp)
841 ZEND_ARG_INFO(0, fp)
/PHP-5.5/ext/odbc/
H A Dphp_odbc.c1270 int fp; in PHP_FUNCTION() member
1305 params[i].fp = -1; in PHP_FUNCTION()
1314 close(params[i].fp); in PHP_FUNCTION()
1328 close(params[i].fp); in PHP_FUNCTION()
1337 params[i-1].fp = -1; in PHP_FUNCTION()
1343 close(params[i].fp); in PHP_FUNCTION()
1372 close(params[i].fp); in PHP_FUNCTION()
1384 close(params[i].fp); in PHP_FUNCTION()
1418 close(params[i].fp); in PHP_FUNCTION()
1439 int fp, nbytes; in PHP_FUNCTION() local
[all …]
/PHP-5.5/ext/standard/
H A Dfile.c921 FILE *fp; in PHP_FUNCTION() local
939 fp = VCWD_POPEN(command, posix_mode); in PHP_FUNCTION()
940 if (!fp) { in PHP_FUNCTION()
946 stream = php_stream_fopen_from_pipe(fp, mode); in PHP_FUNCTION()
1503 zval *fp; in PHP_NAMED_FUNCTION() local
1511 PHP_STREAM_TO_ZVAL(stream, &fp); in PHP_NAMED_FUNCTION()
1526 zval *fp; in PHP_NAMED_FUNCTION() local
1540 PHP_STREAM_TO_ZVAL(stream, &fp); in PHP_NAMED_FUNCTION()
1824 zval *fp = NULL, *fields = NULL; in PHP_FUNCTION() local
1830 &fp, &fields, &delimiter_str, &delimiter_str_len, in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/dba/
H A Ddba_inifile.c55 …info->dbf = inifile_alloc(info->fp, info->mode == DBA_READER, info->flags&DBA_PERSISTENT TSRMLS_CC… in DBA_OPEN_FUNC()
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_pam_sha256_public_key_ini.phpt52 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
57 if (strlen($key) != fwrite($fp, $key)) {
H A Dmysqli_real_connect.phpt125 if (!$fp = fopen($filename, 'w'))
128 fwrite($fp, '100;z');
129 fclose($fp);
H A Dmysqli_pam_sha256_public_key_option.phpt51 if ((file_exists($file) && !unlink($file)) || !($fp = @fopen($file, "w"))) {
54 if (strlen($row['Value']) != fwrite($fp, $row['Value'])) {
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set_variation1.phpt22 $fp = fopen(__FILE__, "r");
65 /*24*/ $fp
/PHP-5.5/ext/standard/tests/file/
H A D006_variation2.phpt10 $fp = fopen($filename, 'w');
11 fclose($fp);
H A Dsymlink_link_linkinfo_is_link_variation1.phpt33 $fp = fopen($filename, "w");
34 fclose($fp);
/PHP-5.5/Zend/
H A DZend.m4268 FILE *fp;
275 fp = fopen("conftest.zend", "w");
276 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
277 fclose(fp);
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c2318 file_handle.handle.fp = NULL;
2322 file_handle.handle.fp = stdin;
2393 file_handle.handle.fp = fdopen(file_handle.handle.fd, "rb");
2396 if (!file_handle.handle.fp ||
2397 (file_handle.handle.fp == stdin)) {
2400 c = fgetc(file_handle.handle.fp);
2403 c = fgetc(file_handle.handle.fp); /* skip to end of line */
2407 if (fgetc(file_handle.handle.fp) != '\n') {
2408 long pos = ftell(file_handle.handle.fp);
2409 fseek(file_handle.handle.fp, pos - 1, SEEK_SET);
[all …]

Completed in 66 milliseconds

1...<<31323334353637