Home
last modified time | relevance | path

Searched refs:d (Results 1 – 25 of 6284) sorted by path

12345678910>>...252

/PHP-5.5/
H A D.gdbinit38 printf "Compiled variables count: %d\n", $c
40 printf "%d = %s\n", $i, $v[$i].name
137 printf "unknown type %d", $type
229 printf "(%s) #%d", $cname, $handle
266 printf "unknown type %d", $type
306 printf "%d => ", $p->h
336 printf "%d => ", $p->h
404 printf "%d => ", $p->h
493 printf " flags = %d (", $pi->flags
629 printf "ZVAL?(%-2d) ", $p->size
[all …]
H A D.gitignore250 sapi/fpm/init.d.php-fpm
H A DINSTALL271 (you should now have an httpd binary which you can copy to your Apache bin d
290 /etc/rc.d/init.d/httpd restart
398 gzip -d httpd-2_x_NN.tar.gz
465 and .phtml files to be executed as PHP, but nothing else, we'd use
736 <Object ppath="d:\path\to\authenticated\dir\*">
1021 # /etc/init.d/apache2 stop
1022 # /etc/init.d/apache2 start
1046 /etc/php5/conf.d/pdo.ini, etc. and depending on the extension will add
1445 you may specify for which installation you'd like to build by using the
1493 $ gzip -d < extname.tgz | tar -xvf -
H A DMakefile.global117 find . -name .libs -a -type d|xargs rm -rf
125 …rm -f sapi/fpm/php-fpm.conf sapi/fpm/init.d.php-fpm sapi/fpm/php-fpm.service sapi/fpm/php-fpm.8 sa…
H A DNEWS1659 Zend/zend_dtrace.d) (Chris Jones)
1992 . Implemented FR #64764 (add support for FPM init.d script). (Lior Kaplan)
2630 . Fixed bug #62216 (Add PID to php-fpm init.d script). (fat)
3967 . Fixed bug #55533 (The -d parameter doesn't work). (fat)
6520 - Fixed bug #47322 (sscanf %d doesn't work). (Felipe)
8104 - Updated bundled OpenSSL to version 0.9.8d in the Windows distro. (Edin)
8257 - Fixed mess with CGI/CLI -d option (now it works with cgi; constants are
8258 working exactly like in php.ini; with FastCGI -d affects all requests).
8331 - Fixed bug #38649 (uninit'd optional arg in stream_socket_sendto()). (Sara)
9388 - Fixed bug #34310 (foreach($arr as $c->d => $x) crashes). (Dmitry)
[all …]
H A DREADME.GIT-RULES21 d. Increase the general level of good will on planet Earth.
H A DREADME.MAILINGLIST_RULES22 d. Increase the general level of good will on planet Earth.
H A DREADME.PARAMETER_PARSING_API56 d - double (double)
82 For 'b', 'l' and 'd', an extra argument of type zend_bool* must be
128 double d = 0.5;
130 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "O|d",
131 &obj, my_ce, &d) == FAILURE) {
H A DREADME.RELEASE_PROCESS216 d. ``$PHP_X_SHA256`` array and update all the SHA256 sums
241 d. for marking up, you can do the following (with VI):
289 d. ``$PHP_X_MD5`` array and update all the md5 sums
H A DREADME.TESTING124 TODAY=`date +"%Y%m%d"`
H A DREADME.TESTING258 php server-tests.php -c /path/to/server-tests-config.php -w -t 3 -d /path/to/testdir
81 This section get's eval()'d to help build an environment for the
105 This section is also eval'd, and is similar in nature to --ENV--. However,
119 This section is also eval'd. It is used to provide additional headers sent
H A DUPGRADING.INTERNALS9 d. zend_qsort_r
94 d. zend_qsort_r
/PHP-5.5/TSRM/
H A DTSRM.dsp47 # ADD BASE RSC /l 0x40d /d "_DEBUG"
48 # ADD RSC /l 0x40d /d "_DEBUG"
70 # ADD BASE RSC /l 0x40d /d "NDEBUG"
71 # ADD RSC /l 0x40d /d "NDEBUG"
93 # ADD BASE RSC /l 0x40d /d "NDEBUG"
94 # ADD RSC /l 0x40d /d "NDEBUG"
116 # ADD BASE RSC /l 0x40d /d "NDEBUG"
117 # ADD RSC /l 0x40d /d "NDEBUG"
H A Dtsrm_virtual_cwd.c150 #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);
/PHP-5.5/Zend/
H A DZEND_CHANGES1042 of that feature, but we'd have a COM module ready by the time
1149 include()'d file or an eval()'d string. The impact should
1152 * The return statement no longer works from a require()'d file. It
H A DZend.dsp45 # ADD BASE RSC /l 0x40d /d "NDebug"
46 # ADD RSC /l 0x40d /d "NDebug"
66 # ADD BASE RSC /l 0x40d /d "_Debug"
67 # ADD RSC /l 0x40d /d "_Debug"
89 # ADD BASE RSC /l 0x40d /d "NDebug"
90 # ADD RSC /l 0x40d /d "NDebug"
453 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
478 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
494 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
510 bison --output=zend_language_parser.c -v -d -p zend zend_language_parser.y
H A DZend.m4118 double d = (double) LONG_MIN * LONG_MIN + 2e9;
120 if ((long) d == 2e9 && (long) -d == -2e9) {
276 fprintf(fp, "%d %d\n", ZEND_MM_ALIGNMENT, zeros);
282 LIBZEND_MM_ALIGN=`cat conftest.zend | cut -d ' ' -f 1`
283 LIBZEND_MM_ALIGN_LOG2=`cat conftest.zend | cut -d ' ' -f 2`
H A DZendTS.dsp46 # ADD BASE RSC /l 0x40d /d "NDebug_TS"
47 # ADD RSC /l 0x40d /d "NDebug_TS"
67 # ADD BASE RSC /l 0x40d /d "_Debug_TS"
68 # ADD RSC /l 0x40d /d "_Debug_TS"
90 # ADD BASE RSC /l 0x40d /d "NDebug_TS"
91 # ADD RSC /l 0x40d /d "NDebug_TS"
113 # ADD BASE RSC /l 0x40d /d "NDebug_TS"
114 # ADD RSC /l 0x40d /d "NDebug_TS"
485 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
501 bison --output=zend_ini_parser.c -v -d -p ini_ zend_ini_parser.y
[all …]
H A Dacinclude.m415 …=`$YACC --version 2> /dev/null | grep 'GNU Bison' | cut -d ' ' -f 4 | $SED -e 's/\./ /g' | tr -d a…
H A Dbench.php309 for ($d=0; $d<$n; $d++)
H A Dconfigure.in134 if test -d /usr/pkg/include -a -d /usr/pkg/lib ; then
/PHP-5.5/Zend/tests/
H A D001.phpt42 Warning: Missing argument 1 for test2(), called in %s on line %d
47 Warning: Missing argument 2 for test3() in %s on line %d
52 Warning: func_num_args(): Called from the global scope - no function context in %s on line %d
H A D002.phpt46 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
49 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
52 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
55 Warning: func_get_arg(): The argument number should be >= 0 in %s on line %d
59 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
63 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
66 Warning: Missing argument 1 for test2(), called in %s on line %d and defined in %s on line %d
68 Warning: func_get_arg(): Argument 0 not passed to function in %s on line %d
71 Warning: func_get_arg(): Argument 1 not passed to function in %s on line %d
76 Warning: func_get_arg(): Argument 2 not passed to function in %s on line %d
[all …]
H A D003.phpt51 Warning: Missing argument 1 for test2(), called in %s on line %d and defined in %s on line %d
63 Warning: Missing argument 2 for test3() in %s on line %d
79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A D004.phpt16 Warning: strncmp() expects exactly 3 parameters, 2 given in %s on line %d
20 Warning: Length must be greater than or equal to 0 in %s on line %d

Completed in 111 milliseconds

12345678910>>...252