Home
last modified time | relevance | path

Searched refs:source (Results 26 – 50 of 231) sorted by relevance

12345678910

/php-src/ext/standard/tests/file/
H A Dcopy_variation6-win32.phpt10 /* Test copy() function: Trying to create copy of source file
26 echo "Size of source file => ";
57 echo "Size of source file => ";
80 Size of source file => int(0)
87 Size of source file => int(0)
94 Size of source file => int(0)
101 Size of source file => int(0)
108 Size of source file => int(0)
115 Size of source file => int(0)
122 Size of source file => int(0)
[all …]
H A Dcopy_variation3.phpt33 echo "Size of the source file before copy operation => ";
37 echo "\n-- Now applying copy() on source file to create copies --";
54 echo "Size of source file => ";
75 Size of the source file before copy operation => int(1500)
77 -- Now applying copy() on source file to create copies --
82 Size of source file => int(1500)
89 Size of source file => int(1500)
96 Size of source file => int(1500)
103 Size of source file => int(1500)
H A Dcopy_variation5.phpt29 echo "Size of the source file before copy operation => ";
33 echo "\n-- Now applying copy() on source file to create copies --";
50 echo "Size of source file => ";
75 Size of the source file before copy operation => int(1500)
77 -- Now applying copy() on source file to create copies --
82 Size of source file => int(1500)
89 Size of source file => int(1500)
96 Size of source file => int(1500)
H A Dcopy_variation10.phpt5 /* Test copy(): Try copying source file to desntination file, where destination file name is identi…
9 echo "*** Test copy(): Trying to create a copy of file with the same source name ***\n";
26 *** Test copy(): Trying to create a copy of file with the same source name ***
H A Dcopy_variation5-win32.phpt30 echo "Size of the source file before copy operation => ";
34 echo "\n-- Now applying copy() on source file to create copies --";
51 echo "Size of source file => ";
77 Size of the source file before copy operation => int(1500)
79 -- Now applying copy() on source file to create copies --
84 Size of source file => int(1500)
91 Size of source file => int(1500)
98 Size of source file => int(1500)
H A Dcopy_variation11.phpt9 echo "*** Test copy() function: Trying to create a copy of source file as a dir ***\n";
18 echo "Size of source before copy operation => ";
19 var_dump( filesize($file) ); //size of source before copy
37 var_dump( filesize($file) ); //size of source after copy
48 *** Test copy() function: Trying to create a copy of source file as a dir ***
49 Size of source before copy operation => int(300)
H A Dcopy_variation4.phpt36 echo "Size of the source file before copy operation => ";
40 echo "\n-- Now applying copy() on source file to create copies --";
59 echo "Size of source file => ";
81 Size of the source file before copy operation => int(1500)
83 -- Now applying copy() on source file to create copies --
91 Size of source file => int(1500)
103 Size of source file => int(1500)
115 Size of source file => int(1500)
127 Size of source file => int(1500)
137 Size of source file => int(1500)
[all …]
H A Dcopy_variation3-win32.phpt33 echo "Size of the source file before copy operation => ";
37 echo "\n-- Now applying copy() on source file to create copies --";
55 echo "Size of source file => ";
76 Size of the source file before copy operation => int(1500)
78 -- Now applying copy() on source file to create copies --
83 Size of source file => int(1500)
90 Size of source file => int(1500)
H A Dmove_uploaded_file_basic.phpt40 echo "Non-uploaded source file\n";
41 $source = __FILE__;
43 var_dump(move_uploaded_file($source, $destination3));
60 Non-uploaded source file
/php-src/ext/dom/lexbor/patches/
H A D0001-Shrink-size-of-static-binary-search-tree.patch8 source/lexbor/core/sbst.h | 10 +++++-----
9 source/lexbor/html/tokenizer/state.c | 2 +-
15 diff --git a/source/lexbor/core/sbst.h b/source/lexbor/core/sbst.h
17 --- a/source/lexbor/core/sbst.h
18 +++ b/source/lexbor/core/sbst.h
37 diff --git a/source/lexbor/html/tokenizer/state.c b/source/lexbor/html/tokenizer/state.c
39 --- a/source/lexbor/html/tokenizer/state.c
40 +++ b/source/lexbor/html/tokenizer/state.c
97 - "../../../source/lexbor/html/tokenizer_res.h",
98 + "../../../source/lexbor/html/tokenizer/res.h",
/php-src/ext/tokenizer/tests/
H A Dtoken_get_all_variation18.phpt8 * Testing token_get_all() with source string containing HTML code with PHP
12 echo "*** Testing token_get_all() : 'source' string with HTML tags ***\n";
14 $source = '
24 var_dump( token_get_all($source));
29 *** Testing token_get_all() : 'source' string with HTML tags ***
H A Dtoken_get_all_variation14.phpt8 * Testing token_get_all() with 'source' string containing invalid/unknown token value
16 $source = '<?php
22 var_dump( token_get_all($source));
24 // with invalid open tag for testing entire source to be unknown token
26 $source = '<pli
28 var_dump( token_get_all($source));
32 $source = '<PDP display $a; <';
33 var_dump( token_get_all($source));
H A Dtoken_get_all_variation7.phpt8 * Passing 'source' argument with different increment/decrement operators to test them for token
13 echo "*** Testing token_get_all() : 'source' string with different increment/decrement operators **…
16 $source = '<?php
22 var_dump(token_get_all($source));
27 *** Testing token_get_all() : 'source' string with different increment/decrement operators ***
/php-src/ext/sockets/tests/
H A Dmcast_ipv4_recv.phpt87 echo "blocking source\n";
91 "source" => $sblock,
100 echo "unblocking source\n";
104 "source" => $sblock,
123 echo "joining source group\n";
127 "source" => $sblock,
138 "source" => $sblock,
180 blocking source
185 unblocking source
194 joining source group
[all …]
/php-src/ext/
H A Dext_skel.php239 $source = file_get_contents($file);
241 if ($source === false) {
245 $source = str_replace('%EXTNAME%', $options['ext'], $source);
246 $source = str_replace('%EXTNAMECAPS%', strtoupper($options['ext']), $source);
282 $source = str_replace('%HEADER%', $header, $source);
285 if (!file_put_contents($file, $source)) {
/php-src/ext/opcache/
H A Dzend_shared_alloc.h151 void *zend_shared_memdup_get_put_free(void *source, size_t size);
152 void *zend_shared_memdup_put_free(void *source, size_t size);
153 void *zend_shared_memdup_free(void *source, size_t size);
154 void *zend_shared_memdup_get_put(void *source, size_t size);
155 void *zend_shared_memdup_put(void *source, size_t size);
156 void *zend_shared_memdup(void *source, size_t size);
H A Dzend_shared_alloc.c397 int zend_shared_memdup_size(void *source, size_t size) in zend_shared_memdup_size() argument
400 zend_ulong key = (zend_ulong)source; in zend_shared_memdup_size()
407 zend_hash_index_add_new_ptr(&ZCG(xlat_table), key, source); in zend_shared_memdup_size()
417 key = (zend_ulong)source; in _zend_shared_memdup()
426 memcpy(retval, source, size); in _zend_shared_memdup()
429 key = (zend_ulong)source; in _zend_shared_memdup()
435 efree(source); in _zend_shared_memdup()
450 void *zend_shared_memdup_free(void *source, size_t size) in zend_shared_memdup_free() argument
455 void *zend_shared_memdup_get_put(void *source, size_t size) in zend_shared_memdup_get_put() argument
460 void *zend_shared_memdup_put(void *source, size_t size) in zend_shared_memdup_put() argument
[all …]
/php-src/ext/intl/tests/
H A Duconverter_oop_callback.phpt11 * Called during conversion from source encoding to internal UChar representation
13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
15 return parent::toUCallback($reason, $source, $codeUnits, $error);
21 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null {
23 return parent::fromUCallback($reason, $source, $codePoint, $error);
H A Duconverter_oop_callback2.phpt11 * Called during conversion from source encoding to internal UChar representation
13 public function toUCallback($reason, $source, $codeUnits, &$error): string|int|array|null {
15 return parent::toUCallback($reason, $source, $codeUnits, $error);
21 public function fromUCallback($reason, $source, $codePoint, &$error): string|int|array|null {
23 return parent::fromUCallback($reason, $source, $codePoint, $error);
/php-src/ext/gd/tests/
H A Dbug73281.phpt17 echo "truecolor source\n";
27 echo "\npalette source\n";
34 truecolor source
40 palette source
/php-src/ext/ffi/tests/
H A Dgh11934b.phpt25 $source = $ffi->new('int');
26 $source->cdata = 31;
27 $ffi->gh11934b_ffi_var_test_cdata = $source;
/php-src/sapi/cli/
H A Dgenerate_mime_type_map.php6 $source = count($argv) > 1 ? $argv[1] : 'https://cdn.jsdelivr.net/gh/jshttp/mime-db@v1.52.0/db.json… variable
21 $source = $info['source'] ?? 'custom'; variable
/php-src/ext/xmlreader/
H A Dphp_xmlreader.c196 source += 8; in _xmlreader_get_valid_file_path()
198 source += 7; in _xmlreader_get_valid_file_path()
203 source += 17; in _xmlreader_get_valid_file_path()
205 source += 16; in _xmlreader_get_valid_file_path()
210 file_dest = source; in _xmlreader_get_valid_file_path()
213 if (!VCWD_REALPATH(source, resolved_path) && !expand_filepath(source, resolved_path)) { in _xmlreader_get_valid_file_path()
434 char *source; in php_xmlreader_set_relaxng_schema() local
440 if (source != NULL && !source_len) { in php_xmlreader_set_relaxng_schema()
449 if (source) { in php_xmlreader_set_relaxng_schema()
801 char *source, *valid_file = NULL; in PHP_METHOD() local
[all …]
/php-src/ext/sockets/
H A Dmulticast.h87 struct sockaddr *source,
96 struct sockaddr *source,
105 struct sockaddr *source,
114 struct sockaddr *source,
/php-src/ext/dom/tests/modern/html/serializer/
H A DHTMLDocument_serialize_void_elements.phpt23 "source",
59 source: string(8) "<source>"
87 <source>
88 <x:source><inner></inner></x:source>

Completed in 39 milliseconds

12345678910