Home
last modified time | relevance | path

Searched refs:set (Results 26 – 50 of 657) sorted by relevance

12345678910>>...27

/PHP-8.0/ext/intl/tests/
H A Dcalendar_get_setRepeatedWallTimeOption_basic.phpt18 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
19 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
27 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2);
28 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
H A Dcalendar_getTime_basic.phpt16 $intlcal->set(IntlCalendar::FIELD_YEAR, 2012);
17 $intlcal->set(IntlCalendar::FIELD_MONTH, 1 /* Feb */);
18 $intlcal->set(IntlCalendar::FIELD_DAY_OF_MONTH, 29);
H A Ddateformat_bug71516.phpt2 Bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
17 echo "Formatter with pattern set later: " . $badFormatter2->getLocale() . PHP_EOL;
23 Formatter with pattern set later: ru
/PHP-8.0/ext/curl/tests/
H A Dcurl_setopt_basic004.phpt15 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1\n";
28 echo "*** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0\n";
42 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 1
44 *** curl_setopt() call with CURLOPT_RETURNTRANSFER set to 0
/PHP-8.0/ext/spl/tests/
H A Diterator_045.phpt26 echo "set($k,$v)\n";
95 set(0,25)
96 set(1,42)
97 set(3,FooBar)
130 set(0,25)
131 set(1,42)
132 set(3,FooBar)
/PHP-8.0/main/
H A Dphp_network.h229 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
230 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
231 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
234 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
235 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
236 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
/PHP-8.0/ext/pdo_oci/tests/
H A Dpdo_oci_attr_prefetch_1.phpt29 echo "Test set 102\n";
40 echo "Test set -1: (Uses 0)\n";
51 echo "Test set PHP_INT_MAX: (Uses default)\n";
69 Test set 102
72 Test set -1: (Uses 0)
75 Test set PHP_INT_MAX: (Uses default)
/PHP-8.0/ext/phar/tests/
H A Dinvalid_setstubalias.phpt2 Phar: invalid set alias or stub via array access
42 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
43 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
44 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
45 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
/PHP-8.0/.github/scripts/windows/
H A Dbuild_task.bat30 set BRANCH=%APPVEYOR_REPO_BRANCH:~4,3%
32 set BRANCH=master
34 set STABILITY=staging
35 set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
51 if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
52 if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
54 set EXT_EXCLUDE_FROM_TEST=snmp,oci8_12c,pdo_oci,pdo_firebird,ldap,imap,ftp
55 if "%OPCACHE%" equ "0" set EXT_EXCLUDE_FROM_TEST=%EXT_EXCLUDE_FROM_TEST%,opcache
57 set CFLAGS=/W1 /WX
H A Dbuild.bat3 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
4 set SDK_BRANCH=%PHP_BUILD_SDK_BRANCH%
5 set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
26 for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
/PHP-8.0/Zend/tests/
H A Dbug30889.phpt14 print "set $name = $value ($name was ".$this->values[$name].")\n";
29 set a = 1 (a was 0)
31 set a = 2 (a was 1)
H A Dlist_keyed_evaluation_order_nested.phpt63 Offset B set to offset value for A.
67 Offset D set to offset value for 0.
69 Offset E set to offset value for 1.
74 Offset H set to offset value for G.
77 Offset J set to offset value for I.
/PHP-8.0/ext/oci8/tests/
H A Dedition_2.phpt171 The value of edition has been successfully set
182 The value of edition has been successfully set
194 The value of edition has been successfully set
198 The value of edition has been successfully set
201 The value of edition has been successfully set
205 The value of edition has been successfully set
215 The value of edition has been successfully set
219 The value of edition has been successfully set
220 The value of edition has been successfully set
226 The value of edition has been successfully set
[all …]
H A Dpecl_bug16035.phpt2 PECL Bug #16035 (Crash with Oracle 10.2 connecting with a character set but ORACLE_HOME is not set)
23 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
/PHP-8.0/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt22 echo "validateOnParse set to FALSE: \n";
31 echo "validateOnParse set to TRUE: \n";
38 validateOnParse set to FALSE:
40 validateOnParse set to TRUE:
/PHP-8.0/ext/standard/tests/streams/
H A Dgh9590-001.phpt2 Bug GH-9590 001 (stream_select does not abort upon exception or empty valid fd set)
6 die('skip Failed to set POSIX_RLIMIT_NOFILE');
28 It is set to 1024, but you have descriptors numbered at least as high as %d.
29 --enable-fd-setsize=%d is recommended, but you may want to set it
H A Dgh9590-002.phpt2 Bug GH-9590 002 (stream_select does not abort upon exception or empty valid fd set)
6 die('skip Failed to set POSIX_RLIMIT_NOFILE');
30 It is set to 1024, but you have descriptors numbered at least as high as %d.
31 --enable-fd-setsize=%d is recommended, but you may want to set it
/PHP-8.0/ext/mysqli/tests/
H A Dgracefull_fail_on_empty_result_set.phpt2 Fail gracefully on empty result set
13 // Returns only one result set
19 // Returns only one result set
/PHP-8.0/ext/enchant/tests/
H A Dbug53070.phpt2 Bug #53070 (enchant_broker_get_path crashes if no path is set)
20 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
27 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
/PHP-8.0/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt35 /* Collect existing system locales and set one among them,
37 echo "*** Testing setlocale() : basic functionality - set to a specific locale ***\n";
39 //set of locales to be used
53 //set of currency symbol according to above list of locales
70 // set the system locale to a locale, choose the right locale by
79 // set the found locale as current locale
91 // use localeconv() to get the details of currently set locale
107 *** Testing setlocale() : basic functionality - set to a specific locale ***
/PHP-8.0/ext/snmp/tests/
H A Dsnmp-object.phpt51 echo "WALK multiple on single OID, max_repetitions set to 30\n";
60 echo "WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0\n";
69 echo "WALK multiple on single OID, max_oids set to 30\n";
124 $z = $session->set($oid1, 's', $newvalue1);
127 $z = $session->set($oid1, 's', $oldvalue1);
139 $z = $session->set(array($oid1, $oid2), array('s','s'), array($newvalue1, $newvalue2));
143 $z = $session->set(array($oid1, $oid2), array('s','s'), array($oldvalue1, $oldvalue2));
181 WALK multiple on single OID, max_repetitions set to 30
187 WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0
193 WALK multiple on single OID, max_oids set to 30
[all …]
/PHP-8.0/ext/phar/tests/zip/
H A Dgetalias.phpt20 // existing phar.zip, no alias set
29 // existing phar.zip, alias set
33 // check that alias can't be set manually
56 Cannot set alias ".phar/alias.txt" directly in phar "%sgetalias.phar.zip", use setAlias
/PHP-8.0/.github/actions/test-macos/
H A Daction.yml11 set -x
20 --set-timeout 120
/PHP-8.0/ext/fileinfo/tests/
H A Dbug77961.magic30 >>&0 der set
34 >>&0 der set
38 >>&0 der set
42 >>&0 der set
/PHP-8.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_connect_charset.phpt17 /* Make sure that we don't attempt to set the current character set to make this case useful */
20 …/* Done with the original connection, create a second link to test the character set being defined…

Completed in 53 milliseconds

12345678910>>...27