Home
last modified time | relevance | path

Searched refs:name (Results 1 – 25 of 1453) sorted by path

12345678910>>...59

/PHP-5.3/
H A D.gdbinit27 printf "%d = %s\n", $i, $v[$i].name
120 set $cname = $zobj->ce.name
327 printf "class %s", $ce->name
329 printf " extends %s", $ce->parent->name
335 printf " %s", $ce->interfaces[$tmp]->name
347 printf "interface %s", $ce->name
350 printf " extends %s", $ce->name
405 printf " name = "
406 ____print_str $pi->name $pi->name_length
H A DCODING_STANDARDS92 readability of the function name itself::
110 be included in the user function name, and should be clearly related
139 letter count. The initial letter of the name is lowercase, and each
153 possible. Each word in the class name should start with a capital letter,
155 The class name should be prefixed with the name of the 'parent set' (e.g.
156 the name of the extension)::
269 current name, with the aliases listed in the documentation for
H A DINSTALL695 <Object name="default">
715 <Object name="x-httpd-php">
728 <Object name="default">
1230 source distribution, and that extname is the name of the PECL
1293 represents the name of the extension) and they are located under the
1615 name can be determined with php_sapi_name().
1672 user_ini.filename sets the name of the file PHP looks for in each
1719 php_value name value
1727 php_flag name on|off
1731 php_admin_value name value
[all …]
H A DLICENSE18 3. The name "PHP" must not be used to endorse or promote products
23 may "PHP" appear in their name, without prior written permission
H A DMakefile.gcov15 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.h | sed -e 's/^\.\///' |…
65 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
H A DMakefile.global109 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
110 find . -name \*.lo -o -name \*.o | xargs rm -f
111 find . -name \*.la -o -name \*.a | xargs rm -f
112 find . -name \*.so | xargs rm -f
113 find . -name .libs -a -type d|xargs rm -rf
H A DNEWS819 domain name addresses containing >1 -). (Ilia)
1000 name). (Dmitry)
1128 (kevin at kevinlocke dot name)
1229 name). (Felipe, laruence at yahoo dot com dot cn)
2095 - Fixed bug #50101 (name clash between global and local variable).
3367 incorrect method name). (Felipe)
5369 - Fixed bug #38211 (variable name and cookie name match breaks script
5565 . Added SimpleXMLElement::getName() to retrieve name of element.
6805 - Fixed bug #31683 (changes to $name in __get($name) override future
7029 correctly class name). (Marcus, Tony)
[all …]
H A DREADME.EXTENSIONS8 "foo", /* extension name */
25 "foo", /* extension name */
H A DREADME.EXT_SKEL46 the function name, e.g.
53 Arguments are given in parenthesis after the function name, and are of
H A DREADME.GIT-RULES80 immediately know what was modified. Definitely include the function name
87 the function name as shown below.
H A DREADME.MAILINGLIST_RULES51 7. Please configure your email client to use a real name and keep message
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES78 9. get_class() starting PHP 5 returns the name of the class as it was
80 the previous behaviour - the class name is lowercased. Expect the
H A DREADME.REDIST.BINS35 3. Neither the name of the author nor the names of other contributors
270 4. Neither the name of the University nor the names of its contributors
429 3. The name of the author may not be used to endorse or promote products
H A DREADME.SELF-CONTAINED-EXTENSIONS77 name an arbitrary number of source files here.
97 The first argument of PHP_NEW_EXTENSION describes the name of the
H A DREADME.STREAMS84 Generate a temporary file name and open it.
H A DREADME.SUBMITTING_PATCH178 Your name will likely be included in the SVN commit log. If your
179 patch affects end users, a brief description and your name might be
H A DREADME.TESTING65 section is extracted into a ".php" file (with the same name besides
94 test name or the file name. You can check the status of such a bug, by
H A DREADME.UNIX-BUILD-SYSTEM18 target does only what its name says
103 PHP_SELECT_SAPI(name, type, sources.c)
H A DREADME.input_filter98 * different name, or if you just don't want the variable registered at all. */
180 * I'm changing the variable name here because when running with register_globals on,
H A DREADME.namespaces24 namespace name. Inside namespace, local name always takes precedence over
25 global name. Several files may be using the same namespace.
29 Every class and function in a namespace can be referred to by the full name
38 Namespace or class name can be imported:
51 The use statement only defines name aliasing. It may create name alias for
69 A special constant __NAMESPACE__ contains the name of the current namespace.
143 The worst case if class name conflicts with namespace name
H A DTODO112 an unknown class name during deserialization
118 variable name is seen more than once.
/PHP-5.3/TSRM/
H A DLICENSE11 - Neither name of the copyright holders nor the names of their contributors
H A Dtsrm_config_common.h56 # define TSRM_ALLOCA_FLAG(name) \ argument
57 int name;
65 # define TSRM_ALLOCA_FLAG(name) argument
H A Dtsrm_virtual_cwd.c1821 DIR *opendir(const char *name);
H A Dtsrm_win32.c523 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()

Completed in 101 milliseconds

12345678910>>...59