Home
last modified time | relevance | path

Searched refs:create (Results 176 – 200 of 824) sorted by relevance

12345678910>>...33

/PHP-5.5/Zend/tests/
H A Ddereference_014.phpt2 Trying to create an object from dereferencing uninitialized variable
/PHP-5.5/ext/gd/tests/
H A Dimagefilledarc_error1.phpt17 //create an arc and fill it with white color
/PHP-5.5/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
H A Dcurl_multi_init_param.phpt18 //create the multiple cURL handle
H A Dcurl_copy_handle_variation1.phpt14 // create a new cURL resource
/PHP-5.5/
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
67 If you are fixing incorrect PHP documentation first create a bug or
91 If you are fixing broken functionality in a PECL extension then create
96 If your change is large then create a Request For Comment (RFC) page
126 How to create your PHP, PHP Documentation or PECL patch
146 After testing is finished, create a patch file using the command:
/PHP-5.5/ext/intl/tests/
H A Dtransliterator_get_error_message_basic.phpt8 $t = Transliterator::create("[\p{Bidi_Mirrored}] Hex");
/PHP-5.5/ext/zip/tests/
H A Dbug14962.phpt20 die('failed to create the archive');
/PHP-5.5/ext/pgsql/tests/
H A D05large_object.phpt12 echo "create/write/close LO\n";
74 create/write/close LO
/PHP-5.5/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 Dbug26133.phpt14 "create table bug26133_tab (id number, value number)",
H A Ddefine_old.phpt14 "create table define_old_tab (string varchar(10))",
H A Ddefine.phpt14 "create table define_tab (string varchar(10))",
/PHP-5.5/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.5/ext/intl/doc/
H A Dmsgfmt_api.php29 public static function create($locale, $pattern) {} function in MessageFormatter
/PHP-5.5/ext/phar/tests/
H A Dphar_dotted_path.phpt2 Phar: create new Phar with broken.dirname in path
/PHP-5.5/ext/pdo_firebird/tests/
H A Dtestdb.inc18 ibase_query($tr,"create table test1 (i integer, c varchar(100))");
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_driver_name.phpt21 printf("[001] Wonderful, I can create new PDO drivers!\n");
/PHP-5.5/ext/spl/tests/
H A DarrayObject_exchangeArray_basic1.phpt7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
/PHP-5.5/ext/mysqli/tests/
H A D061.phpt32 /* create temporary file */
41 printf("Cannot create table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));

Completed in 28 milliseconds

12345678910>>...33