Home
last modified time | relevance | path

Searched refs:file_content (Results 1 – 5 of 5) sorted by relevance

/php-src/ext/standard/tests/file/
H A Dfile_get_contents_with_large_length.phpt9 $file_content = str_repeat('a', 50000);
10 file_put_contents($file_path, $file_content);
14 var_dump($result === $file_content);
H A Dfile_get_contents_basic001.phpt7 $file_content = "Bienvenue au CodeFest a Montreal";
10 fwrite($handle,$file_content);
/php-src/sapi/fpm/tests/
H A Drequest_parse_body_multipart.phpt31 $file_content = file_get_contents($file_path);
36 'file_content' => $file_content,
83 "file_content": "bar",
/php-src/ext/mbstring/libmbfl/mbfl/
H A Dgenerate_name_perfect_hash_table.php5 $file_content = file_get_contents(__DIR__ . '/mbfl_encoding.c');
7 preg_match($pattern, $file_content, $matches);
/php-src/ext/phar/
H A Dphar_object.c3747 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 28 milliseconds