Home
last modified time | relevance | path

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

12345678910>>...32

/PHP-5.3/ext/spl/tests/
H A DarrayObject_exchangeArray_basic1.phpt7 $cowRef = $swapIn; // create a copy-on-write ref to $swapIn
/PHP-5.3/ext/intl/doc/
H A Dmsgfmt_api.php29 public static function create($locale, $pattern) {} function in MessageFormatter
/PHP-5.3/ext/curl/tests/
H A Dcurl_copy_handle_variation1.phpt14 // create a new cURL resource
/PHP-5.3/ext/date/tests/
H A DDateTimeZone_clone_basic1.phpt14 // ..create a clone of it ..Clone
/PHP-5.3/ext/shmop/tests/
H A D001.phpt15 echo "shm open for create: ";
81 shm open for create: ok
/PHP-5.3/ext/mysql/tests/
H A Dbug53649.phpt17 die(sprintf("skip Failed to create data file\n"));
40 printf("[004] Failed to create data file\n");
/PHP-5.3/ext/mysqli/tests/
H A D061.phpt32 /* create temporary file */
41 printf("Cannot create table: [%d] %s\n", mysqli_errno($link), mysqli_error($link));
/PHP-5.3/ext/standard/tests/file/
H A Dcopy_variation16-win32.phpt15 /* Test copy() function: Trying to create copy of source file
48 echo "\n--- Now applying copy() on source file to create copies ---";
88 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation16.phpt15 /* Test copy() function: Trying to create copy of source file
48 echo "\n--- Now applying copy() on source file to create copies ---";
87 --- Now applying copy() on source file to create copies ---
H A Dcopy_variation6-win32.phpt15 /* Test copy() function: Trying to create copy of source file
46 echo "\n-- Now applying copy() on source file to create copies --";
88 -- Now applying copy() on source file to create copies --
H A Dcopy_variation6.phpt15 /* Test copy() function: Trying to create copy of source file
46 echo "\n-- Now applying copy() on source file to create copies --";
86 -- Now applying copy() on source file to create copies --
/PHP-5.3/
H A DREADME.SELF-CONTAINED-EXTENSIONS7 the PHP source. To create such an extension, two things are
13 We will describe now how to create these and how to put things
32 Just to show you how easy it is to create a self-contained
125 This will automatically copy the necessary build files and create
/PHP-5.3/ext/pgsql/tests/
H A Dskipif.inc6 // * we have create/drop privileges on the entire "test"
/PHP-5.3/ext/phar/tests/
H A Dbug46032.phpt30 Fatal error: Uncaught exception 'UnexpectedValueException' with message 'Cannot create phar '000000…
/PHP-5.3/ext/oci8/tests/
H A Dbug32325.phpt16 "create or replace type bug32325_t as table of number"
H A Dbind_long_raw.phpt13 $stmt = oci_parse($c, "create table phptestlngraw( id number(10), fileimage long raw)");
H A Dbind_raw.phpt13 $stmt = oci_parse($c, "create table phptestrawtable( id number(10), fileimage raw(1000))");
H A Ddefault_prefetch.phpt16 "create table default_prefetch_tab (id number, value number)",
/PHP-5.3/ext/ldap/tests/
H A Dldap_connect_error.phpt27 Warning: ldap_connect(): Could not create session handle: %s in %s on line %d
/PHP-5.3/ext/sockets/tests/
H A Dsocket_set_option_error_socket_option.phpt20 die('Unable to create AF_INET socket [socket]');
H A Dsocket_set_option_rcvtimeo.phpt16 die('Unable to create AF_INET socket [socket]');
H A Dsocket_set_option_sndtimeo.phpt16 die('Unable to create AF_INET socket [socket]');
/PHP-5.3/ext/pdo/tests/
H A Dpdo_027.phpt17 $db->exec('create table test (id int, name varchar(10))');
/PHP-5.3/ext/sqlite/tests/
H A Dsqlite_popen_basic.phpt8 …* Description: Opens a persistent handle to a SQLite database. Will create the database if it does…
H A Dsqlite_popen_error.phpt8 …* Description: Opens a persistent handle to a SQLite database. Will create the database if it does…

Completed in 42 milliseconds

12345678910>>...32