Home
last modified time | relevance | path

Searched refs:set (Results 126 – 150 of 618) sorted by relevance

12345678910>>...25

/PHP-5.5/ext/spl/tests/
H A DSplQueue_setIteratorMode.phpt2 Check that SplQueue can't be set to LIFO
H A DSplStack_setIteratorMode.phpt2 Check that SplStack can't be set to FIFO
/PHP-5.5/ext/intl/tests/
H A Dcalendar_get_basic.phpt13 $intlcal->set(IntlCalendar::FIELD_DAY_OF_MONTH, 4);
H A Dcalendar_isSet_basic.phpt16 $intlcal->set(IntlCalendar::FIELD_MINUTE, 0);
/PHP-5.5/ext/date/tests/
H A Ddate_default_timezone_set-1.phpt25 …he timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to se…
27 …he timezone identifier. We selected the timezone 'UTC' for now, but please set date.timezone to se…
H A Ddate_default_timezone_get-1-win32.phpt20 …the timezone identifier. We selected the timezone '%s' for now, but please set date.timezone to se…
23 …the timezone identifier. We selected the timezone '%s' for now, but please set date.timezone to se…
/PHP-5.5/ext/pdo_pgsql/tests/
H A Dconfig.inc3 # user set them from their shell
/PHP-5.5/ext/pcntl/tests/
H A Dpcntl_exec_2.phpt7 …UTABLE") || !is_executable(getenv("TEST_PHP_EXECUTABLE"))) die("skip TEST_PHP_EXECUTABLE not set");
/PHP-5.5/ext/curl/tests/
H A Dbug67643.phpt2 Bug #67643 (curl_multi_getcontent returns '' when RETURNTRANSFER isn't set)
H A Dcurl_setopt_CURLOPT_FOLLOWLOCATION_open_basedir.phpt20 Warning: curl_setopt(): CURLOPT_FOLLOWLOCATION cannot be activated when an open_basedir is set in %…
/PHP-5.5/ext/phar/tests/
H A Dphar_offset_check.phpt72 Cannot set stub ".phar/stub.php" directly in phar "%sphar_offset_check.phar.php", use setStub
75 Cannot set alias ".phar/alias.txt" directly in phar "%sphar_offset_check.phar.php", use setAlias
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_next_result.phpt39 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
55 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
84 …if (!preg_match('@Strict Standards: mysqli_next_result\(\): There is no next result set@ismU', $tm…
H A Dlocal_infile_tools.inc12 return "Cannot check if Server variable 'local_infile' is set to 'ON'";
17 … return sprintf("Server variable 'local_infile' seems not set to 'ON', found '%s'", $row['Value']);
96 printf("[%03d] Cannot set infile handler to '%s'\n", $offset, $handler);
99 printf("Callback set to '%s'\n", $handler);
H A Dmysqli_stmt_error.phpt34 // set after error server?
50 // set after client error
H A Dmysqli_stmt_errno.phpt34 // set after error server?
50 // set after client error
/PHP-5.5/ext/pcntl/
H A Dpcntl.c75 ZEND_ARG_INFO(0, set)
80 ZEND_ARG_INFO(0, set)
85 ZEND_ARG_INFO(0, set)
922 sigset_t set, oldset; in PHP_FUNCTION() local
943 if (sigaddset(&set, signo) != 0) { in PHP_FUNCTION()
951 if (sigprocmask(how, &set, &oldset) != 0) { in PHP_FUNCTION()
982 sigset_t set; in pcntl_sigwaitinfo() local
998 if (sigemptyset(&set) != 0) { in pcntl_sigwaitinfo()
1012 if (sigaddset(&set, signo) != 0) { in pcntl_sigwaitinfo()
1023 signo = sigtimedwait(&set, &siginfo, &timeout); in pcntl_sigwaitinfo()
[all …]
/PHP-5.5/ext/session/tests/
H A Dbug68063.phpt8 // Could also be set with a cookie like "PHPSESSID=; path=/"
/PHP-5.5/ext/pgsql/tests/
H A Dconfig.inc4 // values can be set to meet your environment with the
/PHP-5.5/ext/standard/tests/assert/
H A Dassert_basic.phpt2 assert() - basic - check that assert runs when assert.active is set to 1.
/PHP-5.5/ext/zlib/tests/
H A Dzlib_filter_deflate2.phpt2 zlib.deflate (with level parameter set)
/PHP-5.5/sapi/tests/
H A Dtest002.phpt4 Apache likes to set SCRIPT_FILENAME to the php executable
/PHP-5.5/ext/pdo/tests/
H A Dpdo_022.phpt46 // Retrieve column metadata for a result set returned by explicit SELECT
55 // Retrieve column metadata for a result set returned by a function
/PHP-5.5/ext/standard/tests/misc/
H A Dget_browser_error.phpt36 /* Some wrong parameters, no HTTP_USER_AGENT set */
117 Warning: get_browser(): HTTP_USER_AGENT variable is not set, cannot determine user agent name in %s…
/PHP-5.5/ext/standard/tests/strings/
H A Dconvert_cyr_string_basic.phpt7 * Description: Convert from one Cyrillic character set to another
13 $str = "Convert from one Cyrillic character set to another.";
/PHP-5.5/ext/mysql/tests/
H A Dmysql_set_charset.phpt9 die('skip set character set not functional with PHP 6 (fomerly PHP 6 && unicode.semantics=On)');

Completed in 49 milliseconds

12345678910>>...25