Home
last modified time | relevance | path

Searched refs:t (Results 1 – 25 of 1568) sorted by path

12345678910>>...63

/PHP-5.5/
H A D.gdbinit51 set $t = $arg0
52 while $t
53 printf "[%p] ", $t
54 set $fst = $t->function_state
59 if $t->object
69 set $handle = $t->object.value.obj.handle
70 set $handlers = $t->object.value.obj.handlers
151 if $t->op_array != 0
152 printf "%s:%d ", $t->op_array->filename, $t->opline->lineno
154 set $t = $t->prev_execute_data
H A DCODING_STANDARDS45 shouldn't be calculated with strlen(). Write your functions in a such
49 doing so, should return that new length, so it doesn't have to be
198 2. Use K&R-style. Of course, we can't and don't want to
H A DEXTENSIONS8 Odd Fixes: It has a maintainer but they don't have time to do
H A DINSTALL63 You may also rent webspace at a company. This way, you don't need to
163 you can't figure out why, see the Problems section.
268 stage. It isn't supposed to. It will be created.)
342 will mean that you can compile apache separately, and don't have to
687 t/netscape/suitespot/bin/libphp4.so"
1826 it isn't as my changes aren't being implemented.
1833 Why shouldn't I use Apache2 with a threaded MPM in a production
1903 Unix: I installed PHP using RPMS, but Apache isn't processing the PHP
2001 Windows: I've followed all the instructions, but still can't get PHP
2022 isn't as my changes aren't being implemented.
[all …]
H A DNEWS717 CURLOPT_RETURNTRANSFER isn't set). (Jille Timmermans)
1007 . Fixed bug #67436 (Autoloader isn't called if two method definitions don't
3542 . XSL doesn't stop transformation anymore, if a PHP function can't be called
4399 . Fixed bug #53377 (imap_mime_header_decode() doesn't ignore \t during long
5059 doesn't work. (Andrey)
6205 - Fixed bug #46653 (can't extend mysqli). (Johannes)
6520 - Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
7923 - Fixed bug #39787 (PHP doesn't work with Apache 2.3).
8074 and can't be accesed). (Rob)
8297 - Fixed bug #38985 (Can't cast COM objects). (Wez)
[all …]
H A DREADME.EXTENSIONS46 If you don't care about source compatibility with earlier PHP releases
H A DREADME.EXT_SKEL27 If you don't need to test the existence of any external header files,
41 (a very good idea) and don't want to bother yourself with creating function
136 mixed, it wouldn't even be possible to write anything, because only you
139 It can't handle correctly, and probably never will, variable list of
142 Don't trust the generated code too much. It tries to be useful in most of
148 This program doesn't have a --help option. It has --no-help instead.
H A DREADME.GIT-RULES33 4. If you "strongly disagree" about something another person did, don't
36 5. If you don't know how to do something, ask first!
42 code handles TSRM correctly and doesn't break for those who need that.
111 hasn't noticed that the 'arg' variable no longer is available.
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES51 create $_SERVER, then of course it shouldn't be there. The change was to
H A DREADME.REDIST.BINS78 the public domain as well, but I don't require that in order to let
94 Blowfish library (I can't be sure if I would think of something if I
95 hadn't seen his code).
H A DREADME.RELEASE_PROCESS157 Don't forget to update NEWS manually in an extra commit then.
223 g. if the windows builds aren't ready yet prefix the "windows" key with a dot (".windows")
H A DREADME.STREAMS14 code; we don't want them - they are ugly and cumbersome and force you to
56 IGNORE_PATH (default) - don't use include path to search for the file
62 and don't need to be able to write to the original
221 The former doesn't change anything, while the later *might* change some
356 so I won't even go in to how to do that here */
H A DREADME.SUBMITTING_PATCH7 You don't need any login accounts or special access to download,
161 - Run "make test" to check your patch doesn't break other features.
H A DREADME.TESTING160 for us. You don't have to write complete script, just give us test
H A DREADME.TESTING258 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
H A DREADME.UNIX-BUILD-SYSTEM29 "make clean"? When this is done, you won't need to anymore).
H A DREADME.input_filter96 * different name, or if you just don't want the variable registered at all. */
H A DREADME.namespaces97 namespace A\B\foo() and if it doesn't exist PHP tries to call internal
H A DUPGRADING128 - MessageFormatter::format() and related functions now don't error out
133 static equivalents) now don't throw away better than second
H A DUPGRADING.INTERNALS24 * extensions can't override zend_execute() any more, they should override
42 ZEND_SEND* and ZEND_DO_FCALL* don't need to check for stack overflow
/PHP-5.5/TSRM/
H A Dtsrm_virtual_cwd.c287 __int64 t; in php_sys_stat_ex() local
386 t = data.nFileSizeHigh; in php_sys_stat_ex()
387 t = t << 32; in php_sys_stat_ex()
388 t |= data.nFileSizeLow; in php_sys_stat_ex()
389 buf->st_size = t; in php_sys_stat_ex()
682 bucket->expires = t + CWDG(realpath_cache_ttl); in realpath_cache_add()
832 if (!*t) { in tsrm_realpath_r()
833 *t = time(0); in tsrm_realpath_r()
1157 time_t t; in virtual_file_ex() local
1291 t = CWDG(realpath_cache_ttl) ? 0 : -1; in virtual_file_ex()
[all …]
H A Dtsrm_virtual_cwd.h246 CWD_API realpath_cache_bucket* realpath_cache_lookup(const char *path, int path_len, time_t t TSRML…
H A Dtsrm_win32.c195 time_t t; in tsrm_win32_access() local
281 t = time(0); in tsrm_win32_access()
282 bucket = realpath_cache_lookup(pathname, strlen(pathname), t TSRMLS_CC); in tsrm_win32_access()
289 bucket = realpath_cache_lookup(pathname, strlen(pathname), t TSRMLS_CC); in tsrm_win32_access()
/PHP-5.5/Zend/
H A DOBJECTS2_HOWTO62 where the property is stored. If the aren't, the best way is to create
65 use of object properties. If you don;t want to implement property
166 the engine. If your properties are not zval's, don't define it.
H A DREADME.ZEND_VM8 method). As in most PHP applications raw execution speed isn't the limiting

Completed in 74 milliseconds

12345678910>>...63