Home
last modified time | relevance | path

Searched refs:content (Results 151 – 175 of 270) sorted by relevance

1234567891011

/PHP-7.4/ext/standard/tests/strings/
H A Dsha1_file.phpt22 $content = "Add this to the file\n";
24 if (fwrite($handle2, $content) === FALSE) {
/PHP-7.4/ext/dom/tests/
H A Ddomelement.phpt56 $element_ns = new DOMElement('newns:myelement', 'default content', 'urn::dummyns');
58 $element_ns = new DOMElement('newns2:myelement', 'second default content', 'urn::dummyns');
/PHP-7.4/ext/openssl/tests/
H A Dbug74720_0.phpt2 Bug #74720 pkcs7_en/decrypt does not work if \x1a is used in content, variant 0
H A Dbug74798.phpt2 Bug #74798 pkcs7_en/decrypt does not work if \x0a is used in content
/PHP-7.4/ext/standard/tests/file/
H A Dbug81145.phpt22 //Create file and append random content at the 4GB boundary
H A D007_variation1.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation17.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation9.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation10.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation18.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation2.phpt31 var_dump($file_handle); //Check for the content of handle
H A Dfile.inc202 permissions. File is filled with content of size specified.
212 $content_type = Specify type of the content to fill in the file.
218 If imporper $content type is specified, file is created as empty
324 permissions.Link is filled with content of size specified.
332 $link_file_content = Type of the content to fill in the file.
337 If imporper $content type is specified, file is created as empty
H A D007_variation13-win32.phpt36 var_dump($file_handle); //Check for the content of handle
H A D007_variation13.phpt36 var_dump($file_handle); //Check for the content of handle
H A D007_variation21.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation5.phpt31 var_dump($file_handle); //Check for the content of handle
H A D007_variation15.phpt29 var_dump($file_handle); //Check for the content of handle
/PHP-7.4/ext/mbstring/tests/
H A Dmb_str_split_jp.phpt41 /* check content */
H A Dmb_str_split_ru.phpt41 /* check content */
/PHP-7.4/ext/dom/
H A Ddocumenttype.c194 smart_str_appendl(&ret_buf, (char *) buff->buffer->content, buff->buffer->use); in dom_documenttype_internal_subset_read()
/PHP-7.4/ext/standard/tests/http/
H A Dbug61548.phpt2 Bug #61548 (content-type must appear at the end of headers)
H A Dserver.inc78 // read content
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_class_mysqli_result_interface.phpt143 $content = ob_get_contents();
145 if (!stristr($content, 'Invalid value for resultmode'))
/PHP-7.4/ext/pdo_mysql/tests/
H A Dbug_44707.phpt2 Bug #44707 (The MySQL PDO driver resets variable content after bindParam on tinyint field)
/PHP-7.4/ext/soap/
H A Dphp_sdl.h171 HashTable *content; /* array of sdlContentModel for sequnce,all,choice*/ member

Completed in 90 milliseconds

1234567891011