/PHP-8.3/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.3/ |
H A D | .gdbinit | 2 set $tsrm_ls = $arg0 17 set $eg_ptr = $eg 40 set $cv_idx = 0 88 set $arg = 0 153 set $ind = 1 302 set $ind = 1 330 set $i = 0 382 set $ind = 0 391 set $ind = 0 400 set $ind = 0 [all …]
|
/PHP-8.3/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 14 $c->set(1, 2, 3, 4, 5, 6, 7); 20 $c->set(1, 2, 3, 4); 26 var_dump($c->set(-1, 2)); 44 IntlCalendar::set() expects at most 6 arguments, 7 given 45 IntlCalendar::set() has no variant with exactly 4 parameters 46 IntlCalendar::set(): Argument #1 ($year) must be a valid field
|
H A D | calendar_get_setSkippedWallTimeOption_basic.phpt | 15 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 16 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30); 25 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 26 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30); 35 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 36 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
|
H A D | calendar_set_variation1.phpt | 2 IntlCalendar::set() argument variations 14 var_dump($intlcal->set(2012, 1, 29)); 19 var_dump($intlcal->set(2012, 1, 29, 23, 58)); 23 var_dump($intlcal->set(2012, 1, 29, 23, 58, 31));
|
H A D | calendar_get_setRepeatedWallTimeOption_basic.phpt | 16 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 17 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30); 25 $intlcal->set(IntlCalendar::FIELD_HOUR_OF_DAY, 2); 26 $intlcal->set(IntlCalendar::FIELD_MINUTE, 30);
|
/PHP-8.3/ext/mysqlnd/ |
H A D | mysqlnd_ext_plugin.h | 53 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_object_factory) *methods); 59 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn) *methods); 65 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_conn_data) *methods); 71 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_res) *methods); 77 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_unbuffered) *methods); 83 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_result_buffered) *methods); 89 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_stmt) * methods); 107 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_vio) * methods); 113 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_error_info) * methods); 119 void (*set)(MYSQLND_CLASS_METHODS_TYPE(mysqlnd_command) * methods); [all …]
|
/PHP-8.3/.github/scripts/windows/ |
H A D | test_task.bat | 8 set NO_INTERACTION=1 9 set REPORT_EXIT_STATUS=1 10 set SKIP_IO_CAPTURE_TESTS=1 14 set STABILITY=stable 16 set STABILITY=staging 27 set MYSQL_TEST_USER=root 29 set MYSQL_TEST_PORT=3306 39 set PGUSER=postgres 49 set ODBC_TEST_USER=sa 89 set OPENSSL_CONF= [all …]
|
H A D | find-target-branch.bat | 3 for /f "usebackq tokens=3" %%i in (`findstr PHP_MAJOR_VERSION main\php_version.h`) do set BRANCH=%%i 4 for /f "usebackq tokens=3" %%i in (`findstr PHP_MINOR_VERSION main\php_version.h`) do set BRANCH=%B… 7 set BRANCH=master
|
/PHP-8.3/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.3/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.3/Zend/ |
H A D | zend_bitset.h | 134 return ZEND_BIT_TEST(set, n); 149 memset(set, 0, len * ZEND_BITSET_ELM_SIZE); 156 if (set[i]) { 165 memset(set, 0xff, len * ZEND_BITSET_ELM_SIZE); 240 if (set[i]) { 253 if (set[i]) { 255 zend_ulong x = set[i]; 267 zend_bitset _set = (set); \ 277 zend_bitset _set = (set); \ 294 int i = zend_bitset_first(set, len); [all …]
|
/PHP-8.3/Zend/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.3/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.3/Zend/tests/nullsafe_operator/ |
H A D | 016.phpt | 10 function set(&$ref, $value) { 16 set($foo?->bar, 'bar'); 32 set(): Argument #1 ($ref) could not be passed by reference 33 set(): Argument #1 ($ref) could not be passed by reference 34 set(): Argument #1 ($ref) could not be passed by reference 35 set(): Argument #1 ($ref) could not be passed by reference
|
/PHP-8.3/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.3/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.3/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.3/ext/oci8/tests/ |
H A D | conn_attr_1.phpt | 77 Value of MODULE has been set successfully 79 Value of ACTION has been set successfully 81 Value of CLIENT_INFO has been set successfully 83 Value of CLIENT_IDENTIFIER has been set successfully 86 Value of MODULE has been set successfully 88 Value of ACTION has been set successfully 90 Value of CLIENT_INFO has been set successfully 92 Value of CLIENT_IDENTIFIER has been set successfully 95 Value of MODULE has been set successfully 97 Value of ACTION has been set successfully [all …]
|
/PHP-8.3/ext/imap/tests/ |
H A D | imap_close_variation4.phpt | 22 $stream_id = setup_test_mailbox('imapclosevar4', 3, $mailbox); // set up temp mailbox with 3 messag… 40 // check that imap_close was successful, if not call imap_close and explicitly set CL_EXPUNGE 44 // if imap_close was successful test whether CL_EXPUNGE was set by doing a message count 48 echo "CL_EXPUNGE was not set, $num_msg msgs in mailbox\n"; 50 echo "CL_EXPUNGE was set\n"; 52 // call imap_close with CL_EXPUNGE explicitly set in case mailbox not empty 75 CL_EXPUNGE was not set, 3 msgs in mailbox 79 CL_EXPUNGE was set
|
/PHP-8.3/ext/curl/tests/ |
H A D | bug46739.phpt | 15 echo (array_key_exists('content_type', $info)) ? "set" : "not set"; 18 set
|