Home
last modified time | relevance | path

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

12345678910>>...65

/PHP-5.5/
H A D.gdbinit40 printf "%d = %s\n", $i, $v[$i].name
61 printf "%s->", $fst.function.common.scope->name
83 printf "%s->", $zobj->ce.name
225 set $cname = $zobj->ce.name
432 printf "class %s", $ce->name
434 printf " extends %s", $ce->parent->name
440 printf " %s", $ce->interfaces[$tmp]->name
452 printf "interface %s", $ce->name
455 printf " extends %s", $ce->name
510 printf " name = "
[all …]
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)::
289 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.gcov17 …-@files=`find . -name \*.gcda -o -name \*.gcno -o -name \*.da -o -name \*.c -o -name \*.h | sed -e…
79 @find . -name \*.gcda -o -name \*.da -o -name \*.bbg? | xargs rm -f
H A DMakefile.global113 find . -name \*.gcno -o -name \*.gcda | xargs rm -f
114 find . -name \*.lo -o -name \*.o | xargs rm -f
115 find . -name \*.la -o -name \*.a | xargs rm -f
116 find . -name \*.so | xargs rm -f
117 find . -name .libs -a -type d|xargs rm -rf
H A DNEWS142 name). (CVE-2016-4072) (Stas)
336 node name). (Christoph Michael Becker)
1170 in its name). (PR #588)
1493 . Fixed bug #65950 (Field name truncation if the field name is bigger than
4051 name). (Dmitry)
4179 (kevin at kevinlocke dot name)
6417 incorrect method name). (Felipe)
8419 - Fixed bug #38211 (variable name and cookie name match breaks script
9855 - Fixed bug #31683 (changes to $name in __get($name) override future
10079 correctly class name). (Marcus, Tony)
[all …]
H A DREADME.EXTENSIONS16 "foo", /* extension name */
33 "foo", /* extension name */
H A DREADME.EXT_SKEL68 the function name, e.g.
75 Arguments are given in parenthesis after the function name, and are of
H A DREADME.GIT-RULES88 immediately know what was modified. Definitely include the function name
95 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.NEW-OUTPUT-API22 …// php_ob_set_internal_handler(my_php_output_handler_func_t, buffer_size, "output handler name", e…
33 // php_ob_handler_used("output handler name" TSRMLS_CC);
81 …// php_ob_init_conflict("to be started handler name", "to be tested if already started handler nam…
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_PATCH189 Your name will likely be included in the SVN commit log. If your
190 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_filter96 * different name, or if you just don't want the variable registered at all. */
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
/PHP-5.5/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.c1807 DIR *opendir(const char *name);
H A Dtsrm_win32.c521 if (strcmp(sapi_module.name, "cli") != 0) { in popen_ex()

Completed in 71 milliseconds

12345678910>>...65