Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-5.3/ext/spl/tests/
H A DSplFileObject_fflush_basic_001.phpt14 //create a basic stream class
/PHP-5.3/ext/gd/tests/
H A Dimagearc_error1.phpt17 //create an arc with white color
H A Dimagefilledarc_error1.phpt17 //create an arc and fill it with white color
/PHP-5.3/ext/xsl/tests/
H A Dxsltprocessor_setparameter-errorquote.phpt18 Warning: XSLTProcessor::transformToXml(): Cannot create XPath expression (string contains both quot…
/PHP-5.3/ext/standard/tests/file/
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.3/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.3/ext/standard/tests/dir/
H A Dgetcwd_basic.phpt16 //create temporary directory for test, removed in CLEAN section
/PHP-5.3/ext/phar/tests/
H A Dcreate_new_phar_c.phpt2 Phar: create a completely new phar
H A Dphar_dotted_path.phpt2 Phar: create new Phar with broken.dirname in path
/PHP-5.3/ext/curl/tests/
H A Dcurl_copy_handle_basic.phpt14 // create a new cURL resource
H A Dcurl_multi_init_basic.phpt19 //create the multiple cURL handle
/PHP-5.3/
H A DREADME.SUBMITTING_PATCH26 create a bug or identify an existing bug at http://bugs.php.net/. A
30 If your change is large then create a Request For Comment (RFC) page
56 If you are fixing incorrect PHP documentation first create a bug or
80 If you are fixing broken functionality in a PECL extension then create
85 If your change is large then create a Request For Comment (RFC) page
115 How to create your PHP, PHP Documentation or PECL patch
135 After testing is finished, create a patch file using the command:
/PHP-5.3/ext/zip/tests/
H A Dbug14962.phpt20 die('failed to create the archive');
/PHP-5.3/ext/pgsql/tests/
H A D05large_object.phpt12 echo "create/write/close LO\n";
74 create/write/close LO
/PHP-5.3/ext/oci8/tests/
H A Dbind_empty.phpt14 $create = "CREATE table bind_empty_tab(name VARCHAR(10))";
15 $statement = oci_parse($c, $create);
H A Ddrcp_functions.inc70 $create_package_stmt = "create or replace package drcp_test_package as
78 $package_body = "create or replace package body drcp_test_package as
H A Dpassword.phpt18 "create user testuser identified by testuserpwd",
19 "grant connect, create session to testuser"
H A Dpassword_2.phpt18 "create user testuser identified by testuserpwd",
19 "grant connect, create session to testuser"
H A Dlob_022.phpt17 $create = "CREATE table lob_test(mykey NUMBER, lob_1 CLOB)";
18 $statement = oci_parse($c, $create);
H A Ddefine.phpt14 "create table define_tab (string varchar(10))",
H A Ddefine_old.phpt14 "create table define_old_tab (string varchar(10))",
H A Dbug26133.phpt14 "create table bug26133_tab (id number, value number)",
/PHP-5.3/tests/classes/
H A Dproperty_recreate_private.phpt36 $d->p = 'this will create a public property';
69 %unicode|string%(34) "this will create a public property"
/PHP-5.3/ext/pdo_firebird/tests/
H A Dtestdb.inc18 ibase_query($tr,"create table test1 (i integer, c varchar(100))");
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt21 printf("[001] Wonderful, I can create new PDO drivers!\n");

Completed in 49 milliseconds

12345678910>>...32