Home
last modified time | relevance | path

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

12345678910>>...28

/PHP-7.4/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-7.4/ext/imap/tests/
H A Dimap_close_variation4.phpt25 $stream_id = setup_test_mailbox('', 3, $mailbox); // set up temp mailbox with 3 messages
38 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE
42 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count
46 echo "CL_EXPUNGE was not set, $num_msg msgs in mailbox\n";
48 echo "CL_EXPUNGE was set\n";
50 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty
73 CL_EXPUNGE was not set, 3 msgs in mailbox
77 CL_EXPUNGE was set
/PHP-7.4/main/
H A Dphp_network.h212 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
213 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
214 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
217 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
218 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
219 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
/PHP-7.4/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-7.4/ext/intl/tests/
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;
24 Formatter with pattern set later: ru
/PHP-7.4/ext/xmlreader/tests/
H A DsetSchema_error.phpt25 Warning: XMLReader::setSchema(): Unable to set schema. This must be set prior to reading or schema …
28 Warning: XMLReader::setSchema(): Unable to set schema. This must be set prior to reading or schema …
/PHP-7.4/ext/enchant/tests/
H A Dbug53070.phpt2 Bug #53070 (enchant_broker_get_path crashes if no path is set)
15 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
18 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
/PHP-7.4/ext/phar/tests/
H A Dinvalid_setstubalias.phpt2 Phar: invalid set alias or stub via array access
43 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
44 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
45 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
46 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
/PHP-7.4/ext/spl/tests/
H A Diterator_045.phpt26 echo "set($k,$v)\n";
110 set(0,25)
111 set(1,42)
112 set(3,FooBar)
145 set(0,25)
146 set(1,42)
147 set(3,FooBar)
/PHP-7.4/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)
25 …omething wrong with your system - please check that ORACLE_HOME and %s are set and point to the ri…
/PHP-7.4/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-7.4/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-7.4/appveyor/
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
H A Dbuild.bat3 set SDK_REMOTE=https://github.com/Microsoft/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-7.4/ext/mysqli/tests/
H A Dgracefull_fail_on_empty_result_set.phpt2 Fail gracefully on empty result set
14 // Returns only one result set
20 // Returns only one result set
/PHP-7.4/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt26 Returns : set of locale as array
47 /* Collect existing system locales and set one among them,
49 echo "*** Testing setlocale() : basic functionality - set to a specific locale ***\n";
51 //set of locales to be used
65 //set of currency symbol according to above list of locales
82 // set the system locale to a locale, choose the right locale by
91 // set the found locale as current locale
103 // use localeconv() to get the details of currently set locale
119 *** Testing setlocale() : basic functionality - set to a specific locale ***
/PHP-7.4/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-7.4/ext/phar/tests/zip/
H A Dgetalias.phpt19 // existing phar.zip, no alias set
28 // existing phar.zip, alias set
32 // check that alias can't be set manually
56 Cannot set alias ".phar/alias.txt" directly in phar "%sgetalias.phar.zip", use setAlias
/PHP-7.4/ext/fileinfo/tests/
H A Dbug77961.magic30 >>&0 der set
34 >>&0 der set
38 >>&0 der set
42 >>&0 der set
/PHP-7.4/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…
H A Dpdo_mysql_errorinfo.phpt27 printf("[%03d] Driver-specific error code not set\n", $offset);
29 printf("[%03d] Driver-specific error message.not set\n", $offset);
106 [015] Driver-specific error code not set
107 [015] Driver-specific error message.not set
108 [016] Driver-specific error code not set
109 [016] Driver-specific error message.not set
/PHP-7.4/sapi/cli/tests/
H A Dcli_set_process_title_basic.phpt17 echo "Successfully set title\n";
21 Successfully set title

Completed in 49 milliseconds

12345678910>>...28