Home
last modified time | relevance | path

Searched refs:handle (Results 301 – 325 of 739) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-7.3/ext/standard/tests/strings/
H A Dvfprintf_basic3.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dvfprintf_basic9.phpt5 /* Prototype : int vfprintf ( resource $handle , string $format , array $args )
H A Dstrncasecmp_variation10.phpt17 /* get resource handle */
96 fclose($file_handle); //closing the file handle
H A Dstrncasecmp_variation4.phpt17 /* get resource handle */
97 fclose($file_handle); //closing the file handle
H A Dsha1_file.phpt13 if (($handle = fopen( "EmptyFile.txt", "w+")) == FALSE)
31 fclose($handle);
/PHP-7.3/ext/standard/tests/dir/
H A Dclosedir_error-win32-mb.phpt34 //successfully close the directory handle so can delete in CLEAN section
H A Dreaddir_variation3-win32-mb.phpt17 * Pass a directory handle pointing to a directory that has a sub-directory
H A Dreaddir_variation3.phpt11 * Pass a directory handle pointing to a directory that has a sub-directory
/PHP-7.3/ext/standard/tests/file/
H A Dfflush_basic.phpt5 /* Prototype: bool fflush ( resource $handle );
H A Dfgetcsv_variation23.phpt6 …Prototype: array fgetcsv ( resource $handle [, int $length [, string $delimiter [, string $enclosu…
H A Dpopen_pclose_error-sunos.phpt14 * Prototype: int pclose ( resource handle );
/PHP-7.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc28 * @param string|resource file contents or open file handle
/PHP-7.3/ext/soap/tests/bugs/
H A Dbug66112.phpt30 $s->handle($HTTP_RAW_POST_DATA);
H A Dbug41566.phpt42 $server->handle($HTTP_RAW_POST_DATA);
56 $server->handle($HTTP_RAW_POST_DATA);
H A Dbug29839.phpt24 $this->server->handle($request);
H A Dbug32776.phpt27 $this->server->handle($request);
H A Dbug34453.phpt24 $this->server->handle($request);
H A Dbug43045.phpt19 $this->server->handle($request);
/PHP-7.3/ext/soap/tests/
H A Dserver014.phpt32 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver022.phpt35 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver003.phpt26 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver005.phpt30 $server->handle($HTTP_RAW_POST_DATA);
H A Dserver026.phpt31 $server->handle($HTTP_RAW_POST_DATA);
/PHP-7.3/ext/standard/
H A Ddir.c273 php_error_docref(NULL, E_WARNING, "%d is not a valid Directory resource", dirp->res->handle); in PHP_FUNCTION()
389 php_error_docref(NULL, E_WARNING, "%d is not a valid Directory resource", dirp->res->handle); in PHP_FUNCTION()
408 php_error_docref(NULL, E_WARNING, "%d is not a valid Directory resource", dirp->res->handle); in PHP_NAMED_FUNCTION()
/PHP-7.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_variable_columncount.phpt71 // Libmysql cannot handle such a stored procedure. You will see leaks with libmysql
102 // Libmysql cannot handle such a stored procedure. You will see leaks with libmysql

Completed in 57 milliseconds

1...<<11121314151617181920>>...30