Home
last modified time | relevance | path

Searched refs:list (Results 101 – 125 of 345) sorted by relevance

12345678910>>...14

/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c2930 list[0] = c; in get_chr_property_list()
2931 list[1] = FALSE; in get_chr_property_list()
2955 list[0] = OP_NOT; in get_chr_property_list()
2963 list[0] = *code; in get_chr_property_list()
2967 c = list[0]; in get_chr_property_list()
2995 list[2] = chr; in get_chr_property_list()
3003 list[2] = chr; in get_chr_property_list()
3078 list[1] = TRUE; in get_chr_property_list()
3124 pcre_uint32 list[8]; in compare_opcodes() local
3253 list_ptr = list; in compare_opcodes()
[all …]
/PHP-5.5/
H A DREADME.SUBMITTING_PATCH32 and discuss it on the development mail list internals@lists.php.net.
35 be found in the EXTENSIONS file in the PHP source. Mail list
59 notification will be sent to the pull request mailing list. Sending a
60 note to PHP Internals list (internals@lists.php.net) may help getting
72 If your change is large, then first discuss it with the mail list
98 and discuss it on the development mail list pecl-dev@lists.php.net.
99 PECL mail list subscription is explained on
180 - Did I send the patch to the right mail list?
181 - Did I review the mail list archives to see if these kind of
H A DREADME.EXTENSIONS17 foo_functions, /* extension function list */
34 foo_functions, /* extension function list */
/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dgreplist7 End of the list of patterns.
/PHP-5.5/tests/lang/
H A Deach_binary_safety.phpt7 while (list($key, $val) = each($arr)) {
/PHP-5.5/ext/mbstring/oniguruma/
H A DCOPYING12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
H A Dregenc.c845 const OnigCodePoint **list = *plist; in resize_property_list() local
848 if (IS_NULL(list)) { in resize_property_list()
849 list = (const OnigCodePoint** )xmalloc(size); in resize_property_list()
852 list = (const OnigCodePoint** )xrealloc((void* )list, size); in resize_property_list()
855 if (IS_NULL(list)) return ONIGERR_MEMORY; in resize_property_list()
857 *plist = list; in resize_property_list()
/PHP-5.5/sapi/fpm/
H A DLICENSE8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in the
/PHP-5.5/ext/opcache/tests/
H A Dbug65510.phpt14 @list($a, $b) = $n;
/PHP-5.5/Zend/tests/
H A Dclosure_004.phpt21 list ($lambda1, $lambda2) = run();
H A Dbug43483.phpt2 Bug #43483 (get_class_methods() does not list all visible methods)
H A Dbug51421.phpt2 Bug #51421 (Abstract __construct constructor argument list not enforced)
H A Dbug29896.phpt2 Bug #29896 (Backtrace argument list out of sync)
/PHP-5.5/ext/pcre/tests/
H A Dbug70345.phpt22 Warning: preg_match(): Get subpatterns list failed in %s on line %d
/PHP-5.5/ext/standard/tests/strings/
H A Dsscanf_basic8.phpt19 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format1);
21 list($arg1, $arg2, $arg3, $arg4, $arg5, $arg6) = sscanf($str, $format2);
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dacinclude.m45 # Standard XMLRPC list
/PHP-5.5/ext/standard/tests/network/
H A Dgethostbynamel_basic1.phpt6 * Description: Get a list of IPv4 addresses corresponding to a given Internet host name
/PHP-5.5/ext/date/tests/
H A Dbug46111.phpt8 # An empty list indicates no errors
/PHP-5.5/ext/spl/tests/
H A DSplDoublyLinkedList_debug-info.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_negative-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_isEmpty_not-empty-with-parameter.phpt10 // Add some items to the list
H A DSplDoublyLinkedList_offsetUnset_parameter-larger-num-elements.phpt10 // Add some items to the list
/PHP-5.5/ext/zip/
H A DLICENSE_libzip8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in
/PHP-5.5/ext/gd/tests/
H A Dimagecopyresampled_basic.phpt39 list($width, $height) = getimagesize($dest_lge);
51 list($width, $height) = getimagesize($dest_sml);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_prepare_native_clear_error.phpt78 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d
82 2 => 'Unknown column \'unknown_column\' in \'field list\'',
94 …ATE[42S22]: Column not found: 1054 Unknown column 'unknown_column' in 'field list' in %s on line %d

Completed in 44 milliseconds

12345678910>>...14