Home
last modified time | relevance | path

Searched refs:and (Results 101 – 125 of 3081) sorted by relevance

12345678910>>...124

/PHP-7.2/
H A DINSTALL81 need no server and no browser.
91 Unix and Windows with server module interfaces and CGI executables. You
457 path and run:
595 For both error and directory listing pages the original URI and
614 CGI and command line setups
674 modules, and each can be installed and removed independently from the
906 versions are created to fix bugs and add features and PHP being is no
943 .html and .inc)
1072 easiest and preferred way.
1222 PHP extensions directory. You'll need to and adjust php.ini and add an
[all …]
H A DREADME.GIT-RULES11 Collaboration is a Good Thing(tm), and Git lets us do this. Thus, following
17 b. Keep the changes consistently well documented and easily trackable.
27 2. Discuss any significant changes on the list before committing and get
42 and the --enable-maintainer-zts switch to ensure your code handles
43 TSRM correctly and doesn't break for those who need that.
53 stable version and is open for bugfixes only.
56 stable version and is open for bugfixes only.
83 news about a bug fix which went into PHP-5.4, PHP-5.5 and master
84 should be noted in both PHP-5.4/NEWS and PHP-5.5/NEWS but
88 modified several unrelated files, commit each group separately and
[all …]
/PHP-7.2/ext/zip/
H A DLICENSE_libzip1 Copyright (C) 1999-2014 Dieter Baron and Thomas Klausner
5 Redistribution and use in source and binary forms, with or without
10 notice, this list of conditions and the following disclaimer.
13 notice, this list of conditions and the following disclaimer in
14 the documentation and/or other materials provided with the
/PHP-7.2/ext/standard/tests/strings/
H A Dvfprintf_variation15.phpt15 * Test vfprintf() when different unsigned formats and unsigned values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vfprintf() : unsigned formats and unsigned values ***\n";
46 // and with signed and other types of values from the above $args_array array
63 *** Testing vfprintf() : unsigned formats and unsigned values ***
H A Dvfprintf_variation15_64bit.phpt15 * Test vfprintf() when different unsigned formats and unsigned values
16 * are passed to the '$format' and '$args' arguments of the function
19 echo "*** Testing vfprintf() : unsigned formats and unsigned values ***\n";
46 // and with signed and other types of values from the above $args_array array
63 *** Testing vfprintf() : unsigned formats and unsigned values ***
H A Dvprintf_variation17.phpt11 * Test vprintf() when different scientific formats and scientific values
12 * are passed to the '$format' and '$args' arguments of the function
15 echo "*** Testing vprintf() : scientific formats and scientific values ***\n";
37 // and with signed and other types of values from the above $args_array array
50 *** Testing vprintf() : scientific formats and scientific values ***
H A Dstrncasecmp_variation7.phpt10 /* Test strncasecmp() function with null terminated strings and binary values passed to 'str1' & 's…
12 echo "*** Test strncasecmp() function: with null terminated strings and binary inputs ***\n";
14 /* A binary function should not expect a null terminated string, and it should treat input as a raw…
24 *** Test strncasecmp() function: with null terminated strings and binary inputs ***
H A Dchunk_split_variation7.phpt13 * here 'chunklen' is set to 5 and 'ending' is "????"
31 "This is string with \0 and ".chr(0)."null chars", //for binary safe
33 "Testing invalid \k and \m escape char",
34 "This is to check with \\n and \\t" //to ignore \n and \t results
65 string(69) "This ????is st????ring ????with ????� and???? �nul????l cha????rs????"
71 string(59) "This ????is to???? chec????k wit????h \n ????and \????t????"
H A Dvfprintf_variation17.phpt11 * Test vfprintf() when different scientific formats and scientific values
12 * are passed to the '$format' and '$args' arguments of the function
15 echo "*** Testing vfprintf() : scientific formats and scientific values ***\n";
42 // and with signed and other types of values from the above $args_array array
58 *** Testing vfprintf() : scientific formats and scientific values ***
/PHP-7.2/tests/lang/
H A Dengine_assignExecutionOrder_002.phpt22 // the f++++ makes f into 2, so $e 0 and 1 should both be 30
53 // expect $x and $y to be null - this fails on php.net 5.2.1 (invalid opcode) - fixed in 5.2.3
55 echo "O=$o and P=$p\n";
58 // list of lists with blanks and nulls expect 10 20 40 50 60 70 80
68 // expect y and z to be undefined
72 // expect h to be defined and be 10
76 // expect cc and dd to be 10 and 30
116 O= and P=
/PHP-7.2/ext/standard/tests/file/
H A Dreadlink_realpath_variation1.phpt2 Test readlink() and realpath() functions: usage variation - linkname/filename stored in object(Bug …
18 echo "*** Testing readlink() and realpath() : usage variations ***\n";
23 echo "\n*** Testing readlink() and realpath() with linkname stored inside a object ***\n";
38 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an object --\n";
51 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an object --\n";
76 *** Testing readlink() and realpath() : usage variations ***
78 *** Testing readlink() and realpath() with linkname stored inside a object ***
80 -- Testing readlink() and realpath() with softlink, linkname stored inside an object --
88 -- Testing readlink() and realpath() with hardlink, linkname stored inside an object --
H A Dcopy_variation18.phpt10 /* Test copy(): checking stat of file before and after after copy operation */
16 echo "*** Test copy() function: stat of file before and after copy ***\n";
40 echo "Comparing the stats of file before and after copy operation => ";
51 *** Test copy() function: stat of file before and after copy ***
53 Comparing the stats of file before and after copy operation => bool(true)
H A Dreadlink_realpath_variation2.phpt2 Test readlink() and realpath() functions: usage variation - linkname/filename stored in array(Bug #…
18 echo "*** Testing readlink() and realpath() : usage variations ***\n";
27 echo "\n*** Testing readlink() and realpath() with linkname stored in an array ***\n";
33 echo "\n-- Testing readlink() and realpath() with softlink, linkname stored inside an array --\n";
46 echo "\n-- Testing readlink() and realpath() with hardlink, linkname stored inside an array --\n";
71 *** Testing readlink() and realpath() : usage variations ***
73 *** Testing readlink() and realpath() with linkname stored in an array ***
75 -- Testing readlink() and realpath() with softlink, linkname stored inside an array --
89 -- Testing readlink() and realpath() with hardlink, linkname stored inside an array --
/PHP-7.2/ext/spl/tests/
H A DSplFileObject_fputcsv_variation14.phpt6 /* Testing fputcsv() to write to a file when default enclosure value and delimiter
7 of two chars is provided and file is opened in read only mode */
9 echo "*** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode …
25 *** Testing fputcsv() : with enclosure & delimiter of two chars and file opened in read mode ***
/PHP-7.2/Zend/
H A DOBJECTS2_HOWTO11 The function should create a new zval, create new object and get the
12 handle for it, set handle and handler table as needed. Note that the
22 new object and get the handle for it, set handle and handler table as
23 needed, and also provide constructor method that would handle
57 Otherwise this handler should be NULL and the engine will use
58 read_property and write_property instead.
63 proxy object and handle it via get and set methods (see below).
81 should set right type, function name and parameter mask for the
97 and only if it's really the same object. Note that objects from
109 Objects - data structures and handlers
[all …]
/PHP-7.2/ext/standard/tests/dir/
H A Ddir_variation5.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
19 * and checking if proper warning message is generated.
H A Ddir_variation6.phpt13 * Description: Directory class with properties, handle and class and methods read, rewind and close
19 * and checking to see if proper warning message is output.
32 // remove directory and try to open the same(non-existent) directory again
/PHP-7.2/ext/oci8/tests/
H A Ddrcp_newconnect.phpt24 // rn1 and rn2 should be different.
27 echo "First and second connections share a resource: Not OK\n";
29 echo "First and second connections are different OK\n";
41 First and second connections are different OK
/PHP-7.2/ext/intl/doc/
H A DTutorial.txt50 Following is a list of the names for each level and an example usage:
69 difference between large and small Kana. A tertiary difference is ignored when there is
74 13, an additional level can be used to distinguish words with and without punctuation
86 both incremental comparison and sort key generation (as well as increasing the sort
97 keys, and slower string comparison performance for equal strings.
111 difference in string comparison performance and/or sort key length.
114 for RFC4646 locale naming, and RFC 4647 lookup algorithm.
125 and the values of the ICU Collation Service attributes.
183 values are Uppercase_First (U) and Lowercase_First (L), plus the standard Default and Off.
220 a Strength of 4. For more information and examples, see
[all …]
/PHP-7.2/ext/fileinfo/libmagic/
H A DLICENSE10 Department of Commerce, and may be exported to any country or planet.
12 Redistribution and use in source and binary forms, with or without
18 this list of conditions, and the following disclaimer.
21 notice, this list of conditions and the following disclaimer in the
22 documentation and/or other materials provided with the distribution.
/PHP-7.2/ext/pcre/pcrelib/
H A DHACKING25 expected in Unix and Perl-style regular expressions.
52 Support for 16-bit and 32-bit data strings
106 The "traditional", and original, matching function is called pcre_exec(), and
162 and 32-bit modes.
298 OP_PROP and OP_NOTPROP are used for positive and negative matches of a
307 three units: OP_PROP or OP_NOTPROP, and then the desired property type and
367 Repeating character classes and back references
389 followed by the minimum and maximum repeat counts.
392 Brackets and alternation
443 OP_KETRMAX, and if so, to break the loop.
[all …]
/PHP-7.2/sapi/fpm/
H A DLICENSE4 Redistribution and use in source and binary forms, with or without
8 notice, this list of conditions and the following disclaimer.
10 notice, this list of conditions and the following disclaimer in the
11 documentation and/or other materials provided with the distribution.
/PHP-7.2/ext/imap/tests/
H A DREADME1 …a mail server to be running, if there is no mail server the test will skip and warn, see skipif.in…
3 To make the tests run parameters in the skipif.inc and imap_include.inc file will need to be change…
6 The tests have been checked using dovecot (on Linux 32 and 64 bit systems) and hMailServer on Windo…
19 ## Mailbox locations and namespaces
/PHP-7.2/ext/mbstring/oniguruma/
H A DCOPYING8 * Redistribution and use in source and binary forms, with or without
12 * notice, this list of conditions and the following disclaimer.
14 * notice, this list of conditions and the following disclaimer in the
15 * documentation and/or other materials provided with the distribution.
/PHP-7.2/ext/mbstring/tests/
H A Dmb_strtolower_variation3.phpt2 Test mb_strtolower() function : usage variations - pass mixed ASCII and non-ASCII strings
16 * Pass a Japanese string and a mixed Japanese and ASCII string to mb_strtolower
26 echo "\n-- Mixed string (mulitbyte and ASCII characters) --\n";
49 -- Mixed string (mulitbyte and ASCII characters) --

Completed in 37 milliseconds

12345678910>>...124