/PHP-8.0/ext/phar/ |
H A D | gdbhelp | 11 set $ht = $arg0 12 set $p = $ht.pListHead 15 set $i = $ind 18 set $i = $i - 1 32 set $p = $p->pListNext 37 set $ind = 1 56 set $p = $ht.pListHead 57 set $fpcount = 0 89 set $p = $ht.pListHead 90 set $done = 0 [all …]
|
/PHP-8.0/.github/scripts/windows/ |
H A D | test_task.bat | 3 set NO_INTERACTION=1 4 set REPORT_EXIT_STATUS=1 5 set SKIP_IO_CAPTURE_TESTS=1 9 set STABILITY=stable 11 set BRANCH=master 12 set STABILITY=staging 23 set MYSQL_TEST_USER=root 35 set PGUSER=postgres 44 set ODBC_TEST_USER=sa 62 set OPENSSL_CONF= [all …]
|
/PHP-8.0/ |
H A D | .gdbinit | 2 set $tsrm_ls = $arg0 40 set $cv_idx = 0 88 set $arg = 0 153 set $ind = 1 302 set $ind = 1 329 set $i = 0 372 set $ind = 0 381 set $ind = 0 390 set $ind = 0 399 set $ind = 0 [all …]
|
/PHP-8.0/ext/intl/tests/ |
H A D | locale_set_default.phpt | 99 root: set locale 'root' 101 Hindi: set locale 'Hindi' 102 de: set locale 'de' 103 fr: set locale 'fr' 104 ja: set locale 'ja' 106 zh-Hant: set locale 'zh-Hant' 117 de-DE: set locale 'de-DE' 118 en-US: set locale 'en-US' 119 es-419: set locale 'es-419' 122 zh-min: set locale 'zh-min' [all …]
|
H A D | calendar_set_error.phpt | 2 IntlCalendar::set(): bad arguments 16 $c->set(1, 2, 3, 4, 5, 6, 7); 22 $c->set(1, 2, 3, 4); 28 var_dump($c->set(-1, 2)); 46 IntlCalendar::set() expects at most 6 arguments, 7 given 47 IntlCalendar::set() has no variant with exactly 4 parameters 48 IntlCalendar::set(): Argument #1 ($year) must be a valid field
|
H A D | calendar_get_setSkippedWallTimeOption_basic.phpt | 17 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 18 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30); 27 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 28 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30); 37 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 38 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
|
H A D | calendar_set_variation1.phpt | 2 IntlCalendar::set() argument variations 16 var_dump($intlcal->set(2012, 1, 29)); 21 var_dump($intlcal->set(2012, 1, 29, 23, 58)); 25 var_dump($intlcal->set(2012, 1, 29, 23, 58, 31));
|
/PHP-8.0/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 55 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *methods); 61 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) *methods); 67 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) *methods); 73 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) *methods); 79 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) *methods); 85 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered) *methods); 91 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * methods); 109 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * methods); 115 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * methods); 121 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * methods); [all …]
|
H A D | mysqlnd_result.c | 583 set->data_cursor == set->data || in MYSQLND_METHOD() 608 if (set->current_row > set->row_count || set->current_row == 0) { in MYSQLND_METHOD() 1070 if (set->data_cursor && (set->data_cursor - set->data) < (set->row_count * field_count)) { in MYSQLND_METHOD() 1158 if (set->current_row < set->row_count) { in MYSQLND_METHOD() 1178 if (!ZEND_BIT_TEST(set->initialized, set->current_row)) { in MYSQLND_METHOD() 1179 set->initialized[set->current_row >> 3] |= (1 << (set->current_row & 7)); /* mark initialized */ in MYSQLND_METHOD() 1237 if (set->current_row == set->row_count) { in MYSQLND_METHOD() 1238 set->current_row = set->row_count + 1; in MYSQLND_METHOD() 1466 set->data_cursor = set->data; in MYSQLND_METHOD() 1550 set->data_cursor = set->data + row * result->field_count; in MYSQLND_METHOD() [all …]
|
/PHP-8.0/Zend/tests/type_declarations/ |
H A D | typed_properties_061.phpt | 16 echo "set($y)\n"; 45 set(2) 47 set(11) 49 set(1e50) 51 set(0) 53 set(0) 55 set(9.2233720368548E+18) 57 set(9.2233720368548E+18)
|
/PHP-8.0/ext/standard/tests/file/ |
H A D | fgets_variation4-win32-mb.phpt | 44 var_dump( feof($file_handle) ); // ensure if eof set 51 var_dump( feof($file_handle) ); // ensure if eof set 74 -- fgets() with location set by fseek() with length = 20 -- 87 -- fgets() with location set by fseek() with length = 20 -- 101 -- fgets() with location set by fseek() with length = 20 -- 115 -- fgets() with location set by fseek() with length = 20 -- 130 -- fgets() with location set by fseek() with length = 20 -- 143 -- fgets() with location set by fseek() with length = 20 -- 157 -- fgets() with location set by fseek() with length = 20 -- 171 -- fgets() with location set by fseek() with length = 20 -- [all …]
|
H A D | fgets_variation4-win32.phpt | 44 var_dump( feof($file_handle) ); // ensure if eof set 51 var_dump( feof($file_handle) ); // ensure if eof set 74 -- fgets() with location set by fseek() with length = 20 -- 87 -- fgets() with location set by fseek() with length = 20 -- 101 -- fgets() with location set by fseek() with length = 20 -- 115 -- fgets() with location set by fseek() with length = 20 -- 130 -- fgets() with location set by fseek() with length = 20 -- 143 -- fgets() with location set by fseek() with length = 20 -- 157 -- fgets() with location set by fseek() with length = 20 -- 171 -- fgets() with location set by fseek() with length = 20 -- [all …]
|
H A D | fgets_variation4.phpt | 44 var_dump( feof($file_handle) ); // ensure if eof set 51 var_dump( feof($file_handle) ); // ensure if eof set 74 -- fgets() with location set by fseek() with length = 20 -- 87 -- fgets() with location set by fseek() with length = 20 -- 101 -- fgets() with location set by fseek() with length = 20 -- 115 -- fgets() with location set by fseek() with length = 20 -- 130 -- fgets() with location set by fseek() with length = 20 -- 143 -- fgets() with location set by fseek() with length = 20 -- 157 -- fgets() with location set by fseek() with length = 20 -- 171 -- fgets() with location set by fseek() with length = 20 -- [all …]
|
/PHP-8.0/Zend/ |
H A D | zend_bitset.h | 127 return ZEND_BIT_TEST(set, n); 142 memset(set, 0, len * ZEND_BITSET_ELM_SIZE); 149 if (set[i]) { 158 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE); 233 if (set[i]) { 246 if (set[i]) { 248 zend_ulong x = set[i]; 260 zend_bitset _set = (set); \ 270 zend_bitset _set = (set); \ 287 int i = zend_bitset_first(set, len); [all …]
|
/PHP-8.0/ext/opcache/Optimizer/ |
H A D | zend_dfg.h | 35 #define DFG_BITSET(set, set_size, block_num) \ argument 36 ((set) + ((block_num) * (set_size))) 38 #define DFG_SET(set, set_size, block_num, var_num) \ argument 39 zend_bitset_incl(DFG_BITSET(set, set_size, block_num), (var_num)) 41 #define DFG_ISSET(set, set_size, block_num, var_num) \ argument 42 zend_bitset_in(DFG_BITSET(set, set_size, block_num), (var_num))
|
/PHP-8.0/Zend/tests/nullsafe_operator/ |
H A D | 016.phpt | 10 function set(&$ref, $value) { 16 set($foo?->bar, 'bar'); 32 set(): Argument #1 ($ref) cannot be passed by reference 33 set(): Argument #1 ($ref) cannot be passed by reference 34 set(): Argument #1 ($ref) cannot be passed by reference 35 set(): Argument #1 ($ref) cannot be passed by reference
|
/PHP-8.0/Zend/tests/ |
H A D | bug60362.phpt | 8 echo "sub-key 'non_existent' is set: "; 11 echo "sub-key 'non_existent' is not set.\n"; 14 echo "sub-key 1 is set: "; 17 echo "sub-key 1 is not set.\n"; 22 echo "sub-key 'sub_sub' is set: "; 28 echo "sub-sub-key 0 is set: "; 31 echo "sub-sub-key 0 is not set.\n"; 64 sub-key 'non_existent' is not set. 65 sub-key 1 is set: string(1) "o" 67 sub-sub-key 'sub_sub' is not set. [all …]
|
H A D | overloaded_prop_assign_op_refs.phpt | 17 echo "set($name, $value)\n"; 32 set(a, 1) 35 set(b, 1) 38 set(c, 1)
|
/PHP-8.0/ext/dom/tests/ |
H A D | bug54601.phpt | 9 <!DOCTYPE set PUBLIC "-//OASIS//DTD DocBook XML V5.0//EN" "http://www.docbook.org/xml/5.0/dtd/docbo… 13 <set>&foo;&bar;</set> 26 <set><foo>footext</foo><bar>bartext</bar></set>
|
/PHP-8.0/sapi/phpdbg/ |
H A D | .gdbinit | 4 set $tsrm_ls = ts_resource_ex(0, 0) 6 set $phpdbg = ((zend_phpdbg_globals*) (*((void ***) $tsrm_ls))[phpdbg_globals_id-1]) 8 set $phpdbg = phpdbg_globals
|
/PHP-8.0/sapi/fpm/fpm/ |
H A D | fpm_atomic.h | 37 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 42 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set() 63 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 68 "=a" (res) : "m" (*lock), "a" (old), "r" (set) : "memory"); in atomic_cmp_set() 106 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 108 return (atomic_cas_64(lock, old, set)==old); in atomic_cmp_set() 123 static inline atomic_uint_t atomic_cmp_set(atomic_t *lock, atomic_uint_t old, atomic_uint_t set) /*… in atomic_cmp_set() argument 125 return (atomic_cas_32(lock, old, set)==old); in atomic_cmp_set()
|
/PHP-8.0/ext/oci8/tests/ |
H A D | conn_attr_1.phpt | 73 Value of MODULE has been set successfully 75 Value of ACTION has been set successfully 77 Value of CLIENT_INFO has been set successfully 79 Value of CLIENT_IDENTIFIER has been set successfully 82 Value of MODULE has been set successfully 84 Value of ACTION has been set successfully 86 Value of CLIENT_INFO has been set successfully 88 Value of CLIENT_IDENTIFIER has been set successfully 91 Value of MODULE has been set successfully 93 Value of ACTION has been set successfully [all …]
|
/PHP-8.0/ext/mysqli/tests/ |
H A D | mysqli_options_openbasedir.phpt | 17 printf("[002] Can not set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n"); 21 printf("[002] Can set MYSQLI_OPT_LOCAL_INFILE although open_basedir is set!\n");
|
/PHP-8.0/ext/imap/tests/ |
H A D | imap_close_variation4.phpt | 20 $stream_id = setup_test_mailbox('imapclosevar4', 3, $mailbox); // set up temp mailbox with 3 messag… 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-8.0/ext/curl/tests/ |
H A D | bug46739.phpt | 17 echo (array_key_exists('content_type', $info)) ? "set" : "not set"; 20 set
|