Home
last modified time | relevance | path

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

12345678910>>...28

/php-src/ext/mysqlnd/
H A Dmysqlnd_result.c67 if (set->row_buffers) { in MYSQLND_METHOD()
69 set->row_buffers = NULL; in MYSQLND_METHOD()
468 set->row_count++; in MYSQLND_METHOD()
473 if (set->stmt) { in MYSQLND_METHOD()
559 if (set->current_row < set->row_count) { in MYSQLND_METHOD()
577 if (set->lengths) { in MYSQLND_METHOD()
585 ++set->current_row; in MYSQLND_METHOD()
590 if (set->current_row == set->row_count) { in MYSQLND_METHOD()
591 set->current_row = set->row_count + 1; in MYSQLND_METHOD()
641 set->references = 1; in MYSQLND_METHOD()
[all …]
/php-src/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-src/ext/phar/tests/
H A Dinvalid_setstubalias.phpt2 Phar: invalid set alias or stub via array access
37 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.tar", use setStub
38 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.tar", use setAlias
39 Cannot set stub ".phar/stub.php" directly in phar "%sinvalid_setstubalias.phar.zip", use setStub
40 Cannot set alias ".phar/alias.txt" directly in phar "%sinvalid_setstubalias.phar.zip", use setAlias
/php-src/ext/intl/tests/
H A Dcalendar_getTime_basic.phpt14 $intlcal->set(IntlCalendar::FIELD_YEAR, 2012);
15 $intlcal->set(IntlCalendar::FIELD_MONTH, 1 /* Feb */);
16 $intlcal->set(IntlCalendar::FIELD_DAY_OF_MONTH, 29);
H A Ddateformat_bug71516.phpt2 Bug #71516 IntlDateFormatter losts locale if pattern is set via constructor
16 echo "Formatter with pattern set later: " . $badFormatter2->getLocale() . PHP_EOL;
22 Formatter with pattern set later: ru
/php-src/main/
H A Dphp_network.h234 # define PHP_SAFE_FD_SET(fd, set) FD_SET(fd, set) argument
235 # define PHP_SAFE_FD_CLR(fd, set) FD_CLR(fd, set) argument
236 # define PHP_SAFE_FD_ISSET(fd, set) FD_ISSET(fd, set) argument
239 # define PHP_SAFE_FD_SET(fd, set) do { if (fd < FD_SETSIZE) FD_SET(fd, set); } while(0) argument
240 # define PHP_SAFE_FD_CLR(fd, set) do { if (fd < FD_SETSIZE) FD_CLR(fd, set); } while(0) argument
241 # define PHP_SAFE_FD_ISSET(fd, set) ((fd < FD_SETSIZE) && FD_ISSET(fd, set)) argument
/php-src/ext/xml/tests/
H A Dxml_set_element_handler_errors.phpt48 echo 'Invalid start callable, no object set and string not callable:', PHP_EOL;
54 echo 'Invalid end callable, no object set and string not callable:', PHP_EOL;
61 echo 'Invalid start callable, string non existent method on set object:', PHP_EOL;
68 echo 'Invalid end callable, string non existent method on set object:', PHP_EOL;
88 Invalid start callable, no object set and string not callable:
89 ValueError: xml_set_element_handler(): Argument #2 ($start_handler) an object must be set via xml_s…
90 Invalid end callable, no object set and string not callable:
91 ValueError: xml_set_element_handler(): Argument #3 ($end_handler) an object must be set via xml_set…
92 Invalid start callable, string non existent method on set object:
94 Invalid end callable, string non existent method on set object:
H A Dset_handler_errors.phpt35 echo 'String not callable and no object set:', PHP_EOL;
42 echo 'String non existent method on set object:', PHP_EOL;
58 String not callable and no object set:
59 ValueError: xml_set_processing_instruction_handler(): Argument #2 ($handler) an object must be set
60 String non existent method on set object:
/php-src/docs/
H A Dmake.bat8 set SPHINXBUILD=sphinx-build
10 set SOURCEDIR=source
11 set BUILDDIR=build
17 echo.installed, then set the SPHINXBUILD environment variable to point
/php-src/.github/scripts/windows/
H A Dbuild_task.bat14 set STABILITY=staging
15 set DEPS_DIR=%PHP_BUILD_CACHE_BASE_DIR%\deps-%BRANCH%-%PHP_SDK_VS%-%PHP_SDK_ARCH%
31 if "%THREAD_SAFE%" equ "0" set ADD_CONF=%ADD_CONF% --disable-zts
32 if "%INTRINSICS%" neq "" set ADD_CONF=%ADD_CONF% --enable-native-intrinsics=%INTRINSICS%
36 set CFLAGS=/W1
38 set CFLAGS=/W1 /WX
H A Dbuild.bat6 set SDK_REMOTE=https://github.com/php/php-sdk-binary-tools.git
7 set SDK_BRANCH=%PHP_BUILD_SDK_BRANCH%
8 set SDK_RUNNER=%PHP_BUILD_CACHE_SDK_DIR%\phpsdk-%PHP_BUILD_CRT%-%PLATFORM%.bat
29 for /f "tokens=*" %%a in ('type %PHP_BUILD_CACHE_SDK_DIR%\VERSION') do set GOT_SDK_VER=%%a
/php-src/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-src/ext/dom/tests/
H A DDOMDocument_validate_on_parse_variation.phpt20 echo "validateOnParse set to FALSE: \n";
29 echo "validateOnParse set to TRUE: \n";
36 validateOnParse set to FALSE:
38 validateOnParse set to TRUE:
/php-src/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)
8 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
H A Dgh9590-002.phpt2 Bug GH-9590 002 (stream_select does not abort upon exception or empty valid fd set)
8 die('skip Failed to set POSIX_RLIMIT_NOFILE');
32 It is set to 1024, but you have descriptors numbered at least as high as %d.
33 --enable-fd-setsize=%d is recommended, but you may want to set it
/php-src/ext/opcache/tests/
H A Dbug79665.phpt21 %s: Warning opcache.memory_consumption is set below the required 8MB.
23 %s: Warning opcache.max_accelerated_files is set below the required minimum (200).
25 %s: Warning opcache.max_wasted_percentage must be set between 1 and 50.
/php-src/ext/mysqli/tests/
H A Dmysqli_set_charset.phpt19 die(sprintf("skip Requires character set latin1 or latin2\n"));
32 printf("[008] Cannot determine current character set and collation\n");
39 …printf("[010] Test will fail, because alternative test character set '%s' seems not supported\n", …
41 if (false !== ($ret = mysqli_set_charset($link, "this is not a valid character set")))
42 …printf("[011] Expecting boolean/false because of invalid character set, got %s/%s\n", gettype($ret…
57 … printf("[015] Character set not changed? Expecting %s, got %s\n", $new_charset, $tmp['charset']);
69 printf("[017] Cannot set character set to '%s', [%d] %s\n", $tmp['Charset'],
110 Exception: Variable 'character_set_client' can't be set to the value of 'ucs2'
H A Dgracefull_fail_on_empty_result_set.phpt2 Fail gracefully on empty result set
18 // Returns only one result set
24 // Returns only one result set
/php-src/ext/snmp/tests/
H A Dsnmp-object.phpt53 echo "WALK multiple on single OID, max_repetitions set to 30\n";
62 echo "WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0\n";
71 echo "WALK multiple on single OID, max_oids set to 30\n";
126 $z = $session->set($oid1, 's', $newvalue1);
129 $z = $session->set($oid1, 's', $oldvalue1);
141 $z = $session->set(array($oid1, $oid2), array('s','s'), array($newvalue1, $newvalue2));
145 $z = $session->set(array($oid1, $oid2), array('s','s'), array($oldvalue1, $oldvalue2));
183 WALK multiple on single OID, max_repetitions set to 30
189 WALK multiple on single OID, max_repetitions set to 30, non_repeaters set to 0
195 WALK multiple on single OID, max_oids set to 30
[all …]
/php-src/ext/enchant/tests/
H A Dbug53070.phpt2 Bug #53070 (enchant_broker_get_path crashes if no path is set)
21 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
28 Warning: enchant_broker_get_dict_path(): dict_path not set in %s on line %d
/php-src/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-src/ext/pdo_pgsql/tests/
H A Dresult_memory_size.phpt19 echo 'Result set with only 1 row: ';
24 echo 'Result set with many rows: ';
41 Result set with only 1 row: int(%d)
42 Result set with many rows: int(%d)
/php-src/ext/standard/tests/strings/
H A Dsetlocale_basic1.phpt36 /* Collect existing system locales and set one among them,
38 echo "*** Testing setlocale() : basic functionality - set to a specific locale ***\n";
40 //set of locales to be used
54 //set of currency symbol according to above list of locales
71 // set the system locale to a locale, choose the right locale by
80 // set the found locale as current locale
92 // use localeconv() to get the details of currently set locale
108 *** Testing setlocale() : basic functionality - set to a specific locale ***
/php-src/ext/fileinfo/tests/
H A Dbug77961.magic30 >>&0 der set
34 >>&0 der set
38 >>&0 der set
42 >>&0 der set

Completed in 43 milliseconds

12345678910>>...28