Home
last modified time | relevance | path

Searched refs:create (Results 151 – 175 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/ext/intl/tests/
H A Dtransliterator_get_error_code_basic.phpt8 $t = Transliterator::create("[\p{Bidi_Mirrored}] Hex");
/PHP-5.5/ext/gd/tests/
H A Dimagearc_variation2.phpt17 //create an arc with white color
H A Dimagefilledarc_basic.phpt17 //create an arc and fill it with white color
H A Dimagearc_variation1.phpt17 //create an arc with white color
H A Dimagefilledarc_variation1.phpt17 //create an arc and fill it with white color
H A Dimagefilledarc_variation2.phpt17 //create an arc and fill it with white color
H A Dimagearc_error1.phpt17 //create an arc with white color
/PHP-5.5/ext/sockets/tests/
H A Dsocket_sentto_recvfrom_unix.phpt16 die('Unable to create AF_UNIX socket');
55 Warning: socket_create(): Unable to create socket [%d]: Protocol not supported in %s on line %d
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_multi_statements.phpt23 $create = sprintf('CREATE TABLE %s(id INT)', $table);
24 $db->exec($create);
/PHP-5.5/ext/oci8/tests/
H A Dbug46994.phpt16 "create or replace procedure bug46994_proc1(p1 in out nocopy clob) is
21 "create or replace procedure bug46994_proc2(p1 in out nocopy clob) is
H A Derror2.phpt16 $s = oci_parse($c, "create or replace procedure myproc as begin bogus end;");
/PHP-5.5/ext/standard/tests/dir/
H A Ddir_basic.phpt16 // create the temporary directory
21 // create files within the temporary directory
H A Dgetcwd_basic.phpt16 //create temporary directory for test, removed in CLEAN section
/PHP-5.5/
H A DREADME.namespaces6 to take autoloader's job or create packaging model - only make names
51 The use statement only defines name aliasing. It may create name alias for
104 you can only create class from this namespace or internal PHP class, however
105 using "new \A" you are able to create any class from the global namespace.
124 new B(); // first tries to create object of class "B" defined in namespace "A"
131 new A(); // first tries to create object of class "A" from namespace "A" (A\A)
/PHP-5.5/ext/date/tests/
H A DDateTime_clone_basic1.phpt14 // ..create a clone of it ..Clone
/PHP-5.5/ext/spl/tests/
H A DSplFileObject_ftruncate_error_001.phpt6 //create a basic stream class
H A DSplFileObject_fflush_basic_001.phpt14 //create a basic stream class
/PHP-5.5/tests/output/
H A Dob_start_error_004.phpt20 Notice: ob_start(): failed to create buffer in %s on line 11
/PHP-5.5/ext/curl/tests/
H A Dcurl_multi_select_basic1.phpt18 //create the multiple cURL handle
/PHP-5.5/ext/reflection/tests/
H A Dbug64007.phpt2 Bug #64007 (There is an ability to create instance of Generator by hand)
/PHP-5.5/ext/standard/tests/file/
H A Dtouch_error.phpt20 Warning: touch(): Unable to create file /no/such/file/or/directory because No such file or director…
H A Dcopy_variation11.phpt14 echo "*** Test copy() function: Trying to create a copy of source file as a dir ***\n";
55 *** Test copy() function: Trying to create a copy of source file as a dir ***
/PHP-5.5/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt18 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
/PHP-5.5/ext/standard/tests/streams/
H A Dproc_open_bug51800.phpt36 /* create the proc file */
50 die("couldn't create helper script '$callee'");
/PHP-5.5/ext/phar/tests/
H A Dcreate_new_phar_c.phpt2 Phar: create a completely new phar

Completed in 31 milliseconds

12345678910>>...33