Home
last modified time | relevance | path

Searched refs:A (Results 1 – 25 of 1323) sorted by path

12345678910>>...53

/PHP-5.5/
H A DCODING_STANDARDS114 A family of 'foo' functions, for example:
221 4. When indenting, use the tab character. A tab is expected to represent
H A DINSTALL141 * A web server
204 restart apache for the new module to take effect. A recompile of
437 A recompile of Apache is not needed.
827 A server deployed in CGI mode is open to several possible
1171 5. Set the php.ini location or use the default A typical default
1179 the browser. A typical default path is /Library/WebServer/Documents
1198 version of this PHP binary. A call to phpinfo() will also reveal this
1261 * SVN Most PECL extensions also reside in SVN. A web-based view may
1307 benefit from your time. A nice side effect is that you give them a good
1425 A successful install will have created extname.so and put it into the
[all …]
H A DLICENSE46 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
H A DNEWS884 . Fixed bug #67633 (A foreach on an array returned from a function not doing
1273 . Fixed bug #66873 (A reproductible crash in UConverter when given invalid
2953 . Fixed bug #61755 (A parsing bug in the prepared statements can lead to
3115 . Fixed bug #61287 (A particular string fails to decompress). (Mike)
3242 A constant class name may be used as a direct operand of ZEND_FETCH_*
3599 . Fixed bug #61755 (A parsing bug in the prepared statements can lead to
6949 - Fixed bug #44200 (A crash in PDO when no bound targets exists and yet bound parameters are presen…
7194 (Andrey A. Belashkov, Tony)
7301 pattern '(A|a) .+'). (Derick)
7969 - Fixed bug #39606 (Use of com.typelib_file in PHP.ini STILL causes A/V). (Rob)
[all …]
H A DREADME.PARAMETER_PARSING_API53 A - array or object (zval *)
84 respectively. A non-zero value will be written to the zend_bool iif a
H A DREADME.REDIST.BINS41 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
124 FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
148 M. Matsumoto and T. Nishimura, "Mersenne Twister: A 623-Dimensionally
174 A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
213 FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. THIS SOFTWARE
276 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
302 IMPLIED WARRANTIES OF ACCURACY, MERCHANTABILITY, FITNESS FOR A PARTICULAR
333 WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
393 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
434 AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL
H A DREADME.SELF-CONTAINED-EXTENSIONS4 HOW TO CREATE A SELF-CONTAINED PHP EXTENSION
6 A self-contained extension can be distributed independently of
130 INSTALLING A SELF-CONTAINED EXTENSION
138 ADDING SHARED MODULE SUPPORT TO A MODULE
H A DREADME.STREAMS74 A brief list of the most commonly used functions:
263 A socket based stream would use code similar to that above to create a stream
H A DREADME.SUBMITTING_PATCH26 create a bug or identify an existing bug at http://bugs.php.net/. A
40 Various external resources can be found on the web. A standard
58 Fork the official PHP repository and send a pull request. A
68 identify an existing bug at http://bugs.php.net/. A bug can be used
92 a bug or identify an existing bug at http://pecl.php.net/bugs/. A bug
105 Various external resources can be found on the web. A standard
H A DREADME.TESTING284 for cli testing. A full example looks like:
H A DREADME.input_filter18 A simple implementation might look like the following. This stores the
H A DREADME.namespaces64 namespace A\B\C;
73 namespace A\B\C;
111 namespace. So "new A\B\C()" refers to class C from namespace A\B.
116 namespace A;
123 namespace A;
130 namespace A;
131 new A(); // first tries to create object of class "A" from namespace "A" (A\A)
136 namespace A;
145 namespace A;
146 A\foo(); // first tries to call function "foo" from namespace "A\A"
[all …]
H A DUPGRADING122 Changed format character "A": all trailing ASCII whitespace is now
523 A possible fix is to tweak the opcache.mmap_base INI setting by
/PHP-5.5/TSRM/
H A DLICENSE18 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
H A Dthreads.m417 dnl IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
H A Dtsrm.m44 gcc_arg_name=[ac_cv_gcc_arg]translit($1,A-Z-,a-z_)
5 AC_CACHE_CHECK([whether $CC supports $1], [ac_cv_gcc_arg]translit($1,A-Z-,a-z_), [
/PHP-5.5/Zend/
H A DLICENSE45 THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
H A DZEND_CHANGES140 provide an implementation. A class that contains abstract methods
168 The Zend Engine 2.0 introduces interfaces. A class may implement
219 A class that does not implement all interface methods must be
318 not always the wanted behavior. A good example of the need for
1043 PHP 4.0 is released. A CORBA module would probably follow.
1096 * A true unset() implementation.
1098 A variable or element that is unset(), is now sent to oblivion
1135 * A full-featured debugger has been integrated with the language
H A DZend.m423 AC_DEFINE_UNQUOTED([HAVE_]translit($1,a-z_-,A-Z__), 1,[Define if $1 type is present. ])
H A Dconfigure.in5 AM_INIT_AUTOMAKE(zend, 0.80A, nodefine)
/PHP-5.5/Zend/RFCs/
H A D002.txt67 A namespace may have a name containing a ":", it is always the last
/PHP-5.5/Zend/tests/
H A Daccess_modifiers_008.phpt8 class A {
9 static protected function f() {return 'A::f()';}
11 class B1 extends A {
14 class B2 extends A {
H A Daccess_modifiers_009.phpt8 class A {
9 static protected function f() {return 'A::f()';}
11 class B1 extends A {
14 class B2 extends A {
H A Daccess_modifiers_011.phpt6 class A {
28 $a = new A();
H A Dbug21478.phpt37 THIS IS A TEST.

Completed in 227 milliseconds

12345678910>>...53