Home
last modified time | relevance | path

Searched refs:run (Results 251 – 275 of 469) sorted by relevance

1...<<111213141516171819

/PHP-5.3/ext/ereg/regex/
H A DREADME20 program, and run regression tests on them. No output is good output.
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_fetch_array_large.phpt37 /* buffered result set - let's hope we do not run into PHP memory limit... */
122 /* try to respect php.ini but make run time a soft limit */
H A Dmysqli_debug.phpt32 // table.inc will create a database connection and run some SQL queries, therefore
H A Dmysqli_real_escape_string_eucjpms.phpt6 die("skip Test cannot be run in unicode mode");
H A Dmysqli_real_escape_string_euckr.phpt6 die("skip Test cannot be run in unicode mode");
H A Dmysqli_real_escape_string_gb2312.phpt6 die("skip Test cannot be run in unicode mode");
H A Dmysqli_get_connection_stats.phpt73 // assuming the test is run in a plain-vanilla CLI environment
H A Dmysqli_fetch_assoc.phpt56 printf("[007] Cannot run query, [%d] %s\n", mysqli_errno($link), mysqli_error($link));
H A Dmysqli_fetch_assoc_oo.phpt43 printf("[007] Cannot run query, [%d] %s\n", $mysqli->errno, $mysqli->error);
/PHP-5.3/ext/mysql/
H A Dconfig.m417 /var/run/mysqld/mysqld.sock \
19 /var/run/mysql/mysql.sock \
/PHP-5.3/ext/oci8/tests/
H A Ddrcp_privileged.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Ddriver_name.phpt7 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dconn_attr_5.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dpassword.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
H A Dpassword_2.phpt8 if (strcasecmp($user, "system") && strcasecmp($user, "sys")) die("skip needs to be run as a DBA use…
/PHP-5.3/ext/pdo/tests/
H A Dpdo_test.inc43 // on a previous run
/PHP-5.3/sapi/isapi/stresstest/
H A Dnotes.txt7 2: run the php test scripts bundled with the source code
/PHP-5.3/ext/standard/tests/dir/
H A Ddir_variation3.phpt8 // Skip if being run by root (files are always readable, writeable and executable)
14 die('skip...cannot be run as root\n');
/PHP-5.3/ext/standard/tests/array/
H A Darray_walk_variation7.phpt11 * Passing anonymous(run-time) callback function with following variations:
H A Darray_walk_recursive_variation7.phpt11 * Passing anonymous(run-time) callback function with following variations:
/PHP-5.3/
H A DREADME.namespaces95 in current namespace are resolved at run-time. The call to function foo()
101 5) unqualified class names are resolved at run-time. E.q. "new Exception()"
106 6) Calls to qualified functions are resolved at run-time. Call to
H A DREADME.RELEASE_PROCESS51 2. run the "scripts/dev/credits" script in php-src and commit the changes in the
81 11. run: ``PHPROOT=. ./makedist 5.4.2RC2``, this will export the tree, create configure
108 Derick) run the following commands for you:
149 4. run the "scripts/dev/credits" script in php-src and commit the changes in the
161 9. run: ``PHPROOT=. ./makedist php 5.4.1``, this will export the tag, create configure
/PHP-5.3/ext/standard/tests/file/
H A Dpopen_pclose_basic-win32.phpt37 // remove variables_order= from PHP.ini (setting it in run-test's
H A Dtempnam_variation3-win32.phpt6 die("skip run only on Windows");
/PHP-5.3/ext/phar/phar/
H A Dclicommand.inc34 } elseif (!isset($this->cmds[$argv[1]]['run'])) {
87 call_user_func(array($this, $this->cmds[$command]['run']), $this->args);
138 return self::getSubFuncs($cmdclass, 'cli_cmd_', array('arg','inf','run'));

Completed in 141 milliseconds

1...<<111213141516171819