Searched refs:setup (Results 1 – 25 of 37) sorted by relevance
12
/PHP-7.4/ext/phar/tests/ |
H A D | bug65028.phpt | 43 "modules/cmt/setup/config.xml", 45 "modules/meta/setup/config.xml", 51 "modules/brd/setup/config.xml", 53 "modules/auth/setup/config.xml", 56 "modules/bwd/setup/config.xml", 61 "modules/nws/setup/config.xml", 66 "modules/gmp/setup/config.xml", 71 "modules/mul/setup/config.xml", 77 "modules/cat/setup/config.xml", 85 "modules/sty/setup/config.xml", [all …]
|
/PHP-7.4/ext/date/tests/ |
H A D | bug73858.phpt | 6 In the "verbose setup method" I'm trying setup the DateTime object myself 18 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method 19 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method 27 $s = (new DateTime(null))->setTimestamp(strtotime($ss)); // verbose setup method 33 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method 42 $e = (new DateTime(null))->setTimestamp(strtotime($es)); // verbose setup method
|
/PHP-7.4/ |
H A D | .appveyor.yml | 28 # ext and env setup for tests 47 # the setup scripts have to be touched, once some other db version is used
|
H A D | .travis.yml | 90 - ./travis/setup-mysql.sh 91 - ./travis/setup-pgsql.sh
|
/PHP-7.4/azure/ |
H A D | setup.yml | 11 - script: ./azure/setup-slapd.sh
|
H A D | job.yml | 20 - template: setup.yml
|
H A D | coverage_job.yml | 23 - template: setup.yml
|
/PHP-7.4/tests/basic/ |
H A D | bug71273.phpt | 2 Bug #71273 A wrong ext directory setup in php.ini leads to crash
|
/PHP-7.4/ext/ldap/tests/ |
H A D | README.md | 3 To ease testing LDAP-Setups we've created a vagrant-setup. 17 $setup = <<<SETUP 49 config.vm.provision "shell", inline: $setup 72 CAVEAT: The current setup does not (yet) test secure connections.
|
/PHP-7.4/ext/mysqli/tests/ |
H A D | mysqli_ssl_set.phpt | 50 If SSL setup is incorrect my_mysqli_real_connect() 53 ... and the above SSL setup should be always incorrect.
|
H A D | mysqli_report_new.phpt | 39 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
|
H A D | 001.phpt | 38 /* temporary addition for Kent's setup, Win32 box */
|
H A D | mysqli_kill.phpt | 70 …mysqli_change_user($link, "This might work if you accept anonymous users in your setup", "password…
|
/PHP-7.4/appveyor/ |
H A D | test_task.bat | 20 rem setup MySQL related exts 34 rem setup PostgreSQL related exts 43 rem setup ODBC related exts
|
/PHP-7.4/Zend/tests/generators/ |
H A D | yield_from_backtrace.phpt | 2 Exceptions in linear yield from setup
|
H A D | basic_yield_from_exception_handling.phpt | 2 Exceptions in linear yield from setup
|
/PHP-7.4/main/ |
H A D | mergesort.c | 67 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… 131 setup(list1, list2, nmemb, size, cmp); in php_mergesort() 263 static void setup(u_char *list1, u_char *list2, size_t n, size_t size, int (*cmp)(const void *, con… in setup() function
|
/PHP-7.4/ext/pdo_dblib/tests/ |
H A D | batch_stmt_ins_exec.phpt | 14 // creating a proc need to be a statement in it's own batch, so we need to do a little setup first
|
/PHP-7.4/sapi/phpdbg/ |
H A D | .phpdbginit | 39 If readline is loaded, you might want to setup completion:
|
/PHP-7.4/ext/imap/tests/ |
H A D | imap_fetchheader_basic.phpt | 18 $stream_id = setup_test_mailbox('', 1, $mailbox, 'multiPart'); // setup temp mailbox with 1 msg
|
H A D | imap_fetch_overview_variation6.phpt | 22 $stream_id = setup_test_mailbox('', 0, $mailbox); // setup temp mailbox
|
H A D | imap_include.inc | 34 * setup instructions in ext/imap/tests/README.md
|
/PHP-7.4/sapi/cgi/ |
H A D | config9.m4 | 7 dnl CGI setup.
|
/PHP-7.4/ext/pdo_odbc/tests/ |
H A D | common.phpt | 10 die('skip - either PDOTEST_DSN or com_dotnet extension is needed to setup the connection');
|
/PHP-7.4/TSRM/ |
H A D | threads.m4 | 65 dnl Check whether the current setup can use POSIX threads calls.
|
Completed in 60 milliseconds
12