Searched refs:file_content (Results 1 – 5 of 5) sorted by relevance
/php-src/ext/standard/tests/file/ |
H A D | file_get_contents_with_large_length.phpt | 9 $file_content = str_repeat('a', 50000); 10 file_put_contents($file_path, $file_content); 14 var_dump($result === $file_content);
|
H A D | file_get_contents_basic001.phpt | 7 $file_content = "Bienvenue au CodeFest a Montreal"; 10 fwrite($handle,$file_content);
|
/php-src/sapi/fpm/tests/ |
H A D | request_parse_body_multipart.phpt | 31 $file_content = file_get_contents($file_path); 36 'file_content' => $file_content, 83 "file_content": "bar",
|
/php-src/ext/mbstring/libmbfl/mbfl/ |
H A D | generate_name_perfect_hash_table.php | 5 $file_content = file_get_contents(__DIR__ . '/mbfl_encoding.c'); 7 preg_match($pattern, $file_content, $matches);
|
/php-src/ext/phar/ |
H A D | phar_object.c | 3747 zend_string *file_content = NULL; in PHP_METHOD() local 3750 && zend_parse_parameters(ZEND_NUM_ARGS(), "PS", &file_name, &file_content) == FAILURE) { in PHP_METHOD() 3776 phar_add_file(&(phar_obj->archive), file_name, file_content, zresource); in PHP_METHOD() 3885 zend_string *file_content = NULL; in PHP_METHOD() local 3887 if (zend_parse_parameters(ZEND_NUM_ARGS(), "PS", &local_name, &file_content) == FAILURE) { in PHP_METHOD() 3893 phar_add_file(&(phar_obj->archive), local_name, file_content, NULL); in PHP_METHOD()
|
Completed in 15 milliseconds