Home
last modified time | relevance | path

Searched refs:list (Results 226 – 250 of 314) sorted by relevance

12345678910>>...13

/PHP-7.4/ext/intl/locale/
H A Dlocale_methods.c107 static int16_t findOffset(const char* const* list, const char* key) in findOffset() argument
109 const char* const* anchor = list; in findOffset()
110 while (*list != NULL) { in findOffset()
111 if (strcmp(key, *list) == 0) { in findOffset()
112 return (int16_t)(list - anchor); in findOffset()
114 list++; in findOffset()
/PHP-7.4/sapi/phpdbg/tests/
H A Dphpdbg_get_executable_stream_wrapper.phpt38 list($scheme, $path) = explode('://', $path, 2);
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug78438.phpt17 list($this->childs) = $data;
/PHP-7.4/ext/standard/tests/general_functions/
H A Dget_defined_vars_basic.phpt6 Description: This function returns a multidimensional array containing a list of all defined
/PHP-7.4/ext/standard/tests/http/
H A Dserver.inc61 list($r, $w, $e) = array(array($sock), null, null);
/PHP-7.4/ext/mysqli/tests/
H A Dmysqli_ssl_set.phpt46 'A list of allowable ciphers to use for SSL encryption.')))
H A Dmysqli_class_mysqli_result_interface.phpt58 printf("Dumping list of missing methods.\n");
62 printf("Dumping list of unexpected methods.\n");
H A Dmysqli_stmt_datatype_change.phpt83 string(34) "Unknown column 'a' in 'field list'"
H A Dmysqli_fetch_field_flags.phpt168list($missing_flags, $unexpected_flags, $flags_found) = checkFlags($field->flags, $expected_flags,…
208list($missing_flags, $unexpected_flags, $flags_found) = checkFlags($field->flags, $expected_flags[…
H A Dmysqli_stmt_bind_param_many_columns.phpt32 list($old_max_allowed_packet) = $link->query("SELECT @@max_allowed_packet")->fetch_row();
/PHP-7.4/Zend/
H A DREADME.md62 You can see the conformity of new macros to old code in the following list:
124 `zend_vm_opcodes.h` and `zend_vm_execute.h`. The first file is a list of opcode
H A Dzend_types.h393 uintptr_t list; member
396 #define ZEND_PROPERTY_INFO_SOURCE_FROM_LIST(list) (0x1 | (uintptr_t) (list)) argument
397 #define ZEND_PROPERTY_INFO_SOURCE_TO_LIST(list) ((zend_property_info_list *) ((list) & ~0x1)) argument
398 #define ZEND_PROPERTY_INFO_SOURCE_IS_LIST(list) ((list) & 0x1) argument
/PHP-7.4/Zend/tests/grammar/
H A Dsemi_reserved_005.phpt39 const LIST = 'list';
194 list
/PHP-7.4/Zend/tests/
H A Dclosure_061.phpt82 foreach ($tests as list($fn, $bindings)) {
97 foreach ($bindings as list($obj, $scope)) {
/PHP-7.4/ext/sodium/tests/
H A Dphp_password_verify.phpt11 list(, $algo) = explode('$', $hash, 3);
/PHP-7.4/ext/intl/tests/
H A Dcollator_sort_with_sort_keys.phpt17 * Sort arrays in the given list using specified locale.
H A Dcollator_sort_with_sort_keys_variant2.phpt17 * Sort arrays in the given list using specified locale.
H A Dcollator_sort.phpt17 * Sort arrays in the given list using specified locale.
H A Dcollator_sort_variant2.phpt17 * Sort arrays in the given list using specified locale.
/PHP-7.4/
H A DREADME.md99 to the official PHP developer mailing list internals@lists.php.net.
133 For the list of people who've put work into PHP, please see the
/PHP-7.4/win32/build/
H A Dmkdist.php131 function copy_file_list($source_dir, $dest_dir, $list) argument
135 foreach ($list as $item) {
/PHP-7.4/ext/openssl/tests/
H A Dstream_server_reneg_limit.phpt77 list($stdin, $stdout, $stderr) = $pipes;
/PHP-7.4/ext/soap/
H A Dphp_encoding.c2970 smart_str list = {0}; in to_xml_list() local
2976 if (list.s && ZSTR_LEN(list.s) != 0) { in to_xml_list()
2986 smart_str_0(&list); in to_xml_list()
2987 if (list.s) { in to_xml_list()
2988 xmlNodeSetContentLen(ret, BAD_CAST(ZSTR_VAL(list.s)), ZSTR_LEN(list.s)); in to_xml_list()
2992 smart_str_free(&list); in to_xml_list()
2996 smart_str list = {0}; in to_xml_list() local
3018 if (list.s && ZSTR_LEN(list.s) != 0) { in to_xml_list()
3030 smart_str_0(&list); in to_xml_list()
3031 if (list.s) { in to_xml_list()
[all …]
/PHP-7.4/main/
H A Dfastcgi.c197 fcgi_hash_bucket *list; member
259 h->list = NULL; in fcgi_hash_init()
291 h->list = NULL; in fcgi_hash_clean()
357 p->list_next = h->list; in fcgi_hash_set()
358 h->list = p; in fcgi_hash_set()
405 fcgi_hash_bucket *p = h->list; in fcgi_hash_apply()
1170 q = req->env.list; in fcgi_read_request()
/PHP-7.4/ext/mbstring/libmbfl/
H A DREADME.md18 * Since 2017, it is forked and bundled in the php-src repository. For the list

Completed in 118 milliseconds

12345678910>>...13