Home
last modified time | relevance | path

Searched refs:destination (Results 1 – 25 of 42) sorted by path

12

/php-src/Zend/tests/
H A Dgh11138.phpt17 $destination = __DIR__ . '/gh11138.tmp';
18 var_dump(move_uploaded_file($_FILES['file']['tmp_name'], $destination));
19 echo file_get_contents($destination), "\n";
/php-src/Zend/
H A Dzend_API.h2548 zval *arg, zend_class_entry **destination, bool allow_null in zend_parse_arg_obj_or_class_name() argument
2551 *destination = zend_lookup_class(Z_STR_P(arg)); in zend_parse_arg_obj_or_class_name()
2553 return *destination != NULL; in zend_parse_arg_obj_or_class_name()
2555 *destination = Z_OBJ_P(arg)->ce; in zend_parse_arg_obj_or_class_name()
2557 *destination = NULL; in zend_parse_arg_obj_or_class_name()
/php-src/ext/dom/tests/
H A DDOMDocument_importNode_attribute_prefix_conflict.phpt8 echo "--- Non-default namespace test case without a default namespace in the destination ---\n";
21 echo "--- Non-default namespace test case with a default namespace in the destination ---\n";
53 --- Non-default namespace test case without a default namespace in the destination ---
58 --- Non-default namespace test case with a default namespace in the destination ---
/php-src/ext/fileinfo/tests/
H A Dmagic14656 # really le32 operation,destination,payloadsize (but quite predictable)
41015 >40 byte x destination GUID: %02X
41045 >47 byte x destination GUID: %02X
H A Dmagic私はガラスを食べられます14656 # really le32 operation,destination,payloadsize (but quite predictable)
41015 >40 byte x destination GUID: %02X
41045 >47 byte x destination GUID: %02X
/php-src/ext/ftp/tests/
H A Dserver.inc484 fputs($s, "350 File or directory exists, ready for destination name\r\n");
/php-src/ext/gd/tests/
H A Dimagecopyresampled_variation1.phpt26 /* create the destination image */
/php-src/ext/intl/tests/
H A Duconverter_oop_callback.phpt19 * Called during conversion from internal UChar to destination encoding
H A Duconverter_oop_callback2.phpt19 * Called during conversion from internal UChar to destination encoding
H A Duconverter_oop_callback_return.phpt21 * Called during conversion from internal UChar to destination encoding
/php-src/ext/phar/
H A Dtar.c1235 # define PHAR_SET_32(destination, source) do { \ in phar_tar_flush() argument
1240 memcpy(destination, &swapped, 4); \ in phar_tar_flush()
1243 # define PHAR_SET_32(destination, source) memcpy(destination, &source, 4) in phar_tar_flush() argument
/php-src/ext/phar/tests/
H A Dbug70019.phpt2 Bug #70019 Files extracted from archive may be placed outside of destination directory
H A Dphar_extract.phpt149 Cannot extract to "aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa...", destination directory is…
/php-src/ext/sockets/tests/
H A Dsocket_bind.phpt21 // Connect to destination address
H A Dsocket_getpeername.phpt14 // Connect to destination address
H A Dsocket_getsockname.phpt14 // Connect to destination address
/php-src/ext/sqlite3/
H A Dsqlite3.stub.php315 …public function backup(SQLite3 $destination, string $sourceDatabase = "main", string $destinationD… argument
H A Dsqlite3_arginfo.h46 ZEND_ARG_OBJ_INFO(0, destination, SQLite3, 0)
/php-src/ext/standard/
H A Dbasic_functions.stub.php1989 function error_log(string $message, int $message_type = 0, ?string $destination = null, ?string $ad… argument
H A Dbasic_functions_arginfo.h439 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, destination, IS_STRING, 1, "null")
/php-src/ext/standard/tests/file/
H A Dbug65701.phpt2 Test for bug #65701: copy() doesn't work when destination filename is created by tempnam()
H A Dcopy_basic.phpt5 echo "*** Testing copy() function: to copy file from source to destination --\n";
39 *** Testing copy() function: to copy file from source to destination --
H A Dcopy_variation1.phpt16 /* array of destination file names */
56 echo "Size of destination file => ";
81 Size of destination file => int(1500)
88 Size of destination file => int(1500)
95 Size of destination file => int(1500)
102 Size of destination file => int(1500)
109 Size of destination file => int(1500)
116 Size of destination file => int(1500)
123 Size of destination file => int(1500)
130 Size of destination file => int(1500)
[all …]
H A Dcopy_variation10.phpt5 /* Test copy(): Try copying source file to desntination file, where destination file name is identi…
H A Dcopy_variation11.phpt2 Test copy() function: usage variations - existing dir as destination
5 /* Test copy(): Trying to copy the file to a destination, where destination is an existing dir */
21 echo "Size of destination before copy operation => ";
22 var_dump( filesize($dir) ); //size of destination before copy
38 var_dump( filesize($dir) ); //size of destination after copy
50 Size of destination before copy operation => int(%d)

Completed in 240 milliseconds

12