Home
last modified time | relevance | path

Searched refs:created (Results 151 – 175 of 303) sorted by relevance

12345678910>>...13

/PHP-5.6/ext/standard/tests/file/
H A Dfilesize_variation3.phpt25 // truncate the file created earlier in subdir, the size of the file is 12000bytes
H A Dfopencookie.phpt8 * On systems with fopencookie, a FILE* is created around the user
H A D007_variation14.phpt41 fclose( fopen($file, "a+t") ); //Opening the non-existing file in "a+t" mode, which will be created
H A D007_variation21.phpt42 fclose( fopen($file, "ab") ); //Opening the non-existing file in "ab" mode, which will be created
H A D007_variation22.phpt41 fclose( fopen($file, "a+b") ); //Opening the non-existing file in "a+b" mode, which will be created
H A D007_variation5.phpt42 fclose( fopen($file, "a") ); //Opening the non-existing file in "a" mode, which will be created
H A D007_variation6.phpt41 fclose( fopen($file, "a+") ); //Opening the non-existing file in "a+" mode, which will be created
/PHP-5.6/ext/imap/tests/
H A Dimap_fetch_overview_error.phpt45 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_error.phpt48 .. mailbox '{%s}%s' created
H A Dimap_fetchheader_variation3.phpt54 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_variation4.phpt56 .. mailbox '{%s}%s' created
H A Dimap_bodystruct_basic.phpt80 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_basic.phpt67 .. mailbox '{%s}%s' created
H A Dimap_fetchbody_variation6.phpt47 .. mailbox '{%s}%s' created
H A Dimap_fetchheader_variation5.phpt48 .. mailbox '{%s}%s' created
H A Dimap_clearflag_full_basic.phpt59 .. mailbox '{%s}%s' created
H A Dimap_fetch_overview_basic.phpt55 .. mailbox '{%s}%s' created
H A Dimap_fetch_overview_variation3.phpt59 .. mailbox '{%s}%s' created
H A Dimap_fetchheader_basic.phpt47 .. mailbox '%s.phpttest' created
H A Dimap_append_basic.phpt59 .. mailbox '%s' created
H A Dimap_rfc822_parse_headers_basic.phpt92 .. mailbox '{%s}%s' created
/PHP-5.6/ext/reflection/tests/
H A DReflectionMethod_getClosure_error.phpt6 * Description: Returns a dynamically created closure for the method
/PHP-5.6/ext/mysqli/tests/
H A Dmysqli_debug.phpt39 printf("[003] Trace file '%s' has not been created\n", $trace_file);
/PHP-5.6/ext/pcre/tests/
H A Dpreg_grep_basic.phpt15 …}$@i', $array, PREG_GREP_INVERT)); //same as first example but the array created contains everythi…
/PHP-5.6/ext/spl/internal/
H A Dmultipleiterator.inc33 /** keys are created from sub iterators position */
36 /** keys are created from sub iterators associated infromation */

Completed in 21 milliseconds

12345678910>>...13