Home
last modified time | relevance | path

Searched refs:new (Results 1 – 25 of 4967) sorted by path

12345678910>>...199

/PHP-5.5/
H A D.gitignore219 ext/simplexml/examples/security.new.xml
H A DCODING_STANDARDS48 Functions that change strings and obtain their new lengths while
49 doing so, should return that new length, so it doesn't have to be
140 letter that starts a new 'word' is capitalized::
273 implementation of a new set of functions, it has been suggested
H A DEXTENSIONS11 role as you write your new code].
H A DINSTALL204 restart apache for the new module to take effect. A recompile of
436 You only need to restart apache for the new module to take effect.
1114 users are encouraged to compile, or install a new packaged version.
1310 please read http://pecl.php.net/package-new.php.
1352 check phpinfo() again. The new extension should now have its own
1648 ":/new/dir".
1669 Two new INI directives, user_ini.filename and user_ini.cache_ttl
2091 + Add a new line to the end of the file: set PHPRC=C:\php
H A DLICENSE28 5. The PHP Group may publish revised and/or new versions of the
H A DNEWS5938 - Added new extensions:
5954 . strtotime() / new DateTime
7324 or new DateTime). (Derick)
7885 establish a new connection). (Ilia)
8863 - Added new extensions: (Ilia, Wez)
9099 - Added new functions:
9145 . added new function mysqli_get_charset()
9147 . added new class mysqli_driver
9148 . added new class mysqli_warning
9149 . added new class mysqli_exception
[all …]
H A DREADME.GIT-RULES75 2. All news updates intended for public viewing, such as new features,
H A DREADME.MAILINGLIST_RULES70 4. Do not high-jack threads, by bringing up entirely new topics. Please
71 create an entirely new thread copying anything you wish to quote into the
72 new thread.
H A DREADME.PARAMETER_PARSING_API31 PHP 5.5 includes a new function:
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES57 if some of the new features of PHP 5 are used. Otherwise the behaviour is
61 $a = new a();
68 $a = new a();
87 $a = new FooBar();
146 $a = new Foo();
147 $b = new Foo();
H A DREADME.REDIST.BINS202 the new terms are clearly indicated on the first page of each file where
H A DREADME.RELEASE_PROCESS43 - Move the extension from php-src to the new location
84 F.e. if the RC is "5.4.1RC1" then the new one should be "5.4.2-dev" - regardless if we get
85 a new RC or not. This is to make sure ``version_compare()`` can correctly work.
117 This email is to notify the selected projects about a new release so that they
255 6. Add a short notice to phpweb stating that there is a new release, and
279 1. Commit the new binaries to ``phpweb/distributions/``
296 3. Add a short notice to phpweb stating that there is a new release, and
H A DREADME.STREAMS129 can use this function to copy the contents into a new stream that can
H A DREADME.SUBMITTING_PATCH131 in http://wiki.php.net/vcs/svnfaq. If you are new to SVN, read
H A DREADME.TESTING151 [Creating new test files]
H A DREADME.TESTING265 (see http://qa.php.net/write-test.php), several new sections are available
69 This is not a new section, but not multipart posts are supported for testing
H A DREADME.UNIX-BUILD-SYSTEM15 - several new targets
117 The foundation for the new system is the flexible handling of
H A DREADME.namespaces34 $x = new Zend\DB\Connection;
45 $x = new Zend\DB\Connection();
46 $y = new DB\connection();
47 $z = new DbConnection();
89 current import rules. So if we have "use A\B\C" and then "new C()" it
90 is translated to "new A\B\C()".
101 5) unqualified class names are resolved at run-time. E.q. "new Exception()"
103 of failure uses internal PHP class. Note that using "new A" in namespace
105 using "new \A" you are able to create any class from the global namespace.
111 namespace. So "new A\B\C()" refers to class C from namespace A\B.
[all …]
H A DUPGRADING180 - curl_setopt now accepts new option CURLOPT_SAFE_UPLOAD and CURLFile
477 ext/mysqli to be used with the new auth protocol, although at
H A DUPGRADING.INTERNALS47 stores new offsets in op_array->opcodes[*].op?.num. You can use macros
91 Two new functions - zend_binary_strncasecmp_l and zend_binary_strcasecmp_l - added as
/PHP-5.5/Zend/
H A DLICENSE23 4. Zend Technologies Ltd. may publish revised and/or new versions
H A DOBJECTS2_HOWTO11 The function should create a new zval, create new object and get the
18 $foo = new Java("some.Class.here", "parameter");
21 The create_object handler function should create a new zval, create
22 new object and get the handle for it, set handle and handler table as
31 The handlers add_ref and del_ref are called when a new zval referring
32 to the object is created. This does not create a new object - both
35 clone_obj handler should create a new object, identical to an old one,
155 clone_obj - called when a new object identical to an old one should be
H A DREADME.ZEND_MM7 The goal of the new memory manager (available since PHP 5.2) is to reduce memory
10 The new manager's "configure" has no "--disable-zend-memory-manager" option,
H A DREADME.ZEND_VM31 You can see the conformity of new macros to old code in the following list:
/PHP-5.5/Zend/RFCs/
H A D001.txt34 model. In general, when you create a new object you will be getting a
48 to create and use a new object instance you will do the following:
49 $object = new MyClass(); $object->method();
51 The previous code will assign $object the handle of a new instance of
75 19 $object = new MyClass();
80 Without the new Java-like handles, at line 20 the objects' data member
94 The new object model will allow for a much more intuitive
106 This was just a simple description of why the new object model solves
110 describe new features with a majority of them being based on this
132 The new object model is not dependent on other features. Many of the
[all …]

Completed in 53 milliseconds

12345678910>>...199