Home
last modified time | relevance | path

Searched refs:s (Results 1 – 25 of 6191) sorted by path

12345678910>>...248

/PHP-5.5/
H A D.gdbinit40 printf "%d = %s\n", $i, $v[$i].name
83 printf "%s->", $zobj->ce.name
229 printf "(%s) #%d", $cname, $handle
347 printf "%s\n", (char*)$p->pData
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
547 printf "[%p] %s", $znode, $optype
[all …]
H A DCODING_STANDARDS8 follow it, but it's going in that general direction. Since we are now
23 - The function's designated behavior is freeing that resource. E.g. efree()
57 part of the source. Although the ``PHP_*`` macro's are mostly aliased to the
H A DINSTALL234 let's have Apache parse the .php extension as PHP. You could
235 have any extension(s) parse as PHP by simply adding more, with
479 RewriteRule (.*\.php)s$ $1 [H=application/x-httpd-php-source]
890 # /usr/local/sbin/phpxs -s
1124 default it's private and owned by the root user.
1166 5's to 4's.
1801 message 'Document Contains No Data'! What's going on here?
1803 PHP pages! What's going on here?
1847 PHP's system.
1876 message 'Document Contains No Data'! What's going on here?
[all …]
H A DNEWS947 . Made fontFetch's path parser thread-safe. (Sara).
3381 . Added Jenkins's one-at-a-time hash support. (Martin Jansen)
3440 . Use php's implementation for Windows Crypto API in
6057 - Added ext/hash support to ext/session's ID generator. (Sara)
6134 object's destructor). (Dmitry)
6933 - Fixed bug #44591 (imagegif's filename parameter). (Felipe)
7232 - Fixed SimpleXML's behavior when used with empty(). (Sara)
7448 - Fixed SOAP extension's handler() to work even when
7653 and MySQL's NDB table handler). (Ilia)
8395 - Fixed bug #38278 (session_cache_expire()'s value does not match phpinfo's
[all …]
H A DREADME.EXTENSIONS3 Hacker's Guide for PHP internals.
11 maintaining a third party extension, here's how to update it:
26 Here's how it should look if you want your code to build with PHP
H A DREADME.EXT_SKEL8 It's a tool for automatically creating the basic framework for a PHP module
42 definitions and handling arguments passed yourself, it's time to create a
67 All the definitions must be on one line. In it's simplest form, it's just
83 ']'s as there where '['s. Currently, it does not harm if you forget to do it
84 or there is a wrong amount of ']'s, but this may change in the future.
97 If possible, the function definition should also contain it's return type
98 in front of the definition. It's not actually used for any C code generating
H A DREADME.NEW-OUTPUT-API7 and there's an API call for every output handler op.
H A DREADME.PARAMETER_PARSING_API5 Hence, borrowing from Python's example, there are now a set of functions
67 s - string (with possible null bytes) and its length (char*, int)
92 and ints to strings length (i.e. for "s" you need to pass char * and int),
94 Remember: "l" is the only case when you need to pass long (and that's why
95 it's "l", not "i" btw).
101 zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s", &str, &str_len)
117 char *s;
121 &l, &s, &s_len, &param) == FAILURE) {
155 char *s;
169 "s", &s, &length) == SUCCESS) {
[all …]
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES30 (ext/mysql's functions return FALSE).
H A DREADME.REDIST.BINS6 6. ext/standard crypt's blowfish implementation
52 6. ext/standard crypt's blowfish implementation
72 There's ABSOLUTELY NO WARRANTY, express or implied.
82 This implementation is mostly compatible with OpenBSD's bcrypt.c (prefix
89 There's a paper on the algorithm that explains its design decisions:
93 Some of the tricks in BF_ROUND might be inspired by Eric Young's
252 Portions of this code are based on Berkeley's uuencode/uudecode
H A DREADME.RELEASE_PROCESS26 5. Follow all steps to the letter. When unclear ask previous RM's (David/Julien/
28 first releases one of the previous RM's is around to answer questions. For the
170 7. tag the repository with the version f.e. "``git tag -u YOURKEYID -s php-5.4.1``"
243 I. ``s/^- /<li>/``
245 II. ``s/$/<\/li>/``
247 III. ``s/Fixed bug #\([0-9]\+\)/<?php bugfix(\1); ?>/``
249 IV. ``s/Fixed PECL bug #\([0-9]\+\)/<?php peclbugfix(\1); ?>/``
251 V. ``s/FR #\([0-9]\+\)/FR <?php bugl(\1); ?>/``
H A DREADME.SELF-CONTAINED-EXTENSIONS18 While the result will run on any system, a developer's setup needs these
128 And that's it. You now have a self-contained extension.
H A DREADME.STREAMS264 to be passed back to fopen_wrapper (or it's yet to be implemented successor).
H A DREADME.SUBMITTING_PATCH5 It's easy!
83 Please make the mail subject prefix "[PATCH]". Include the bug id(s)
H A DREADME.TESTING92 factors applying to the tester's environment, or there is a bug in PHP.
141 cat $TMPDIR/phpqatest.$TODAY | mail -s"PHP-QA Test Failed for $TODAY" $MYMAIL
H A DREADME.TESTING29 testing PHP under it's primary environment, HTTP, and can run the
81 This section get's eval()'d to help build an environment for the
H A DREADME.UNIX-BUILD-SYSTEM53 modules, two in C and one in C++. And, depending on the user's wishes,
63 And that's basically it for the extension side.
H A DREADME.namespaces6 to take autoloader's job or create packaging model - only make names
H A DUPGRADING78 - Support for changing the process's title in CLI/CLI-Server
119 line with Perl's behavior: - Implemented format character "Z": NULL
149 case, the IntlCalendar's time zone will be used instead. Otherwise,
H A DUPGRADING.INTERNALS29 * added op_array->nested_calls. It's calculated at compile time.
31 nested calls (e.g. foo(bar())). It's preallocated together with execute_data.
40 * added op_array->used_stack. It's calculated at compile time and the
/PHP-5.5/TSRM/
H A Dtsrm.m467 AC_MSG_CHECKING(for SGI's State Threads)
107 [ --with-tsrm-st Use SGI's State Threads],[
H A Dtsrm_strtok_r.c21 if (s == NULL) { in tsrm_strtok_r()
22 s = *last; in tsrm_strtok_r()
25 while (*s && in_character_class(*s, delim)) { in tsrm_strtok_r()
26 s++; in tsrm_strtok_r()
28 if (!*s) { in tsrm_strtok_r()
32 token = s; in tsrm_strtok_r()
34 while (*s && !in_character_class(*s, delim)) { in tsrm_strtok_r()
35 s++; in tsrm_strtok_r()
37 if (!*s) { in tsrm_strtok_r()
38 *last = s; in tsrm_strtok_r()
[all …]
H A Dtsrm_strtok_r.h4 char *tsrm_strtok_r(char *s, const char *delim, char **last);
H A Dtsrm_virtual_cwd.c143 #define IS_DIR_OK(s) (1) argument
150 #define CWD_STATE_COPY(d, s) \ argument
151 (d)->cwd_length = (s)->cwd_length; \
152 (d)->cwd = (char *) malloc((s)->cwd_length+1); \
153 memcpy((d)->cwd, (s)->cwd, (s)->cwd_length+1);
155 #define CWD_STATE_FREE(s) \ argument
156 free((s)->cwd);
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO25 used for that. Do not rely class entry's constructor, unless you refer
44 read_property is used to read object's property. This value is not
50 write_property is used to directly write object's property by
56 stores properties as real zval's that can be modified from outside.
97 and only if it's really the same object. Note that objects from
145 See zend_object_handlers.h for prototypes. All objects are passed as zval's.
166 the engine. If your properties are not zval's, don't define it.
169 be used for read and write. If object properties are not zval's

Completed in 87 milliseconds

12345678910>>...248