Home
last modified time | relevance | path

Searched refs:info (Results 1 – 25 of 282) sorted by last modified time

12345678910>>...12

/PHP-5.5/win32/
H A Dphp5dll.dsp435 SOURCE=..\ext\standard\info.c
H A Dphp5dllts.dsp1871 SOURCE=..\ext\standard\info.c
2066 SOURCE=..\ext\standard\info.h
H A Dtime.c135 LPTIMECALLBACK setitimer_timeout(UINT uTimerID, UINT info, DWORD dwUser, DWORD dw1, DWORD dw2)
137 struct timer_msg *msg = (struct timer_msg *) info;
/PHP-5.5/tests/output/
H A Dob_start_basic_004.phpt11 // In HEAD, $chunk_size value of 1 should not have any special behaviour (http://marc.info/?l=php-i…
/PHP-5.5/tests/lang/
H A Dbug28800.phpt5 $strings = array('into', 'info', 'inf', 'infinity', 'infin', 'inflammable');
/PHP-5.5/
H A Dserver-tests.php542 $info = array();
548 $info[$name] = $value;
551 $this->exec_info = $info;
767 $info = '';
769 $info .= sprintf("%-20.s: %s\n",$k,$v);
790 "$exeinfo$info\n".
H A Drun-tests.php1490 $info = '';
1542 $info = " (info: $m[1])";
1549 $info = " (warn: $m[1])";
1999 $info = " (warn: XFAIL section but test passes)";
2029 $info = " (warn: XFAIL section but test passes)";
2063 $info = ' XFAIL REASON: ' . rtrim($section_text['XFAIL']);
2113 show_result(implode('&', $restype), $tested, $tested_file, $info, $temp_filenames);
2121 'info' => $info,
2131 …junit_mark_test_as($restype, str_replace($cwd . '/', '', $tested_file), $tested, null, $info, $dif…
H A Dphp.ini-development1542 ; add a hidden <input> field with the info which is otherwise appended
1918 ; You can also enable warnings (level 2), info messages (level 3) or
H A Dphp.ini-production1542 ; add a hidden <input> field with the info which is otherwise appended
1918 ; You can also enable warnings (level 2), info messages (level 3) or
H A Dltmain.sh384 darwin_arches=`lipo -info "$darwin_archive" 2>/dev/null | $EGREP Architectures 2>/dev/null`
1783 -version-info)
4284 $echo "$modename: warning: \`-version-info' is ignored for objects" 1>&2
4398 $echo "$modename: warning: \`-version-info' is ignored for programs" 1>&2
/PHP-5.5/sapi/tests/
H A Dtest003.phpt8 PATH_INFO=/path/info
13 PATH_INFO=/path/info
21 /path/info
H A Dtest004.phpt11 PATH_INFO=/path/info
16 PATH_TRANSLATED=/path/info/fpp
17 PATH_INFO=/path/info
26 /path/info
H A Dtest006.phpt39 Content-Disposition: form-data; name="file"; filename="info.php"
66 [name] => info.php
H A Dtest007.phpt34 Content-Disposition: form-data; name="file"; filename="info.php"
/PHP-5.5/sapi/isapi/stresstest/
H A Dnotes.txt34 e:\inetpub\pages\info.php
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_sockets.c428 struct tcp_info info; in fpm_socket_get_listening_queue() local
429 socklen_t len = sizeof(info); in fpm_socket_get_listening_queue()
431 if (0 > getsockopt(sock, IPPROTO_TCP, TCP_INFO, &info, &len)) { in fpm_socket_get_listening_queue()
436 if (info.__tcpi_sacked == 0) { in fpm_socket_get_listening_queue()
441 *cur_lq = info.__tcpi_unacked; in fpm_socket_get_listening_queue()
445 *max_lq = info.__tcpi_sacked; in fpm_socket_get_listening_queue()
449 if (info.tcpi_sacked == 0) { in fpm_socket_get_listening_queue()
454 *cur_lq = info.tcpi_unacked; in fpm_socket_get_listening_queue()
458 *max_lq = info.tcpi_sacked; in fpm_socket_get_listening_queue()
/PHP-5.5/sapi/caudium/
H A DTODO5 - fix setting of auth info.
/PHP-5.5/sapi/cgi/
H A DCHANGES8 --disable-path-info-check CGI: If this is disabled, paths such as
9 /info.php/test?a=b will fail to work
28 --disable-path-info-check or "cgi.fix_pathinfo=0".
/PHP-5.5/main/streams/
H A Dplain_wrapper.c774 SYSTEM_INFO info; in php_stdiop_set_option() local
777 GetSystemInfo(&info); in php_stdiop_set_option()
778 gran = info.dwAllocationGranularity; in php_stdiop_set_option()
/PHP-5.5/main/
H A Dphp_network.h222 char info[126]; member
/PHP-5.5/ext/zlib/tests/
H A Dfunc.inc9 $info = ob_get_contents();
11 if (preg_match(',zlib.*Compiled Version => (\d+\.\d+\.\d+),s', $info, $match)) {
/PHP-5.5/ext/xsl/tests/
H A Dxsl-phpinfo.phpt2 Test phpinfo() displays xsl info
/PHP-5.5/ext/xml/
H A Dxml.c736 if (! parser->info) { in _xml_add_to_info()
740 if (zend_hash_find(Z_ARRVAL_P(parser->info),name,strlen(name) + 1,(void **) &element) == FAILURE) { in _xml_add_to_info()
745 …zend_hash_update(Z_ARRVAL_P(parser->info), name, strlen(name)+1, (void *) &values, sizeof(zval*), … in _xml_add_to_info()
1467 zval *pind, **xdata, **info = NULL; in PHP_FUNCTION() local
1471 …arameters(ZEND_NUM_ARGS() TSRMLS_CC, "rsZ|Z", &pind, &data, &data_len, &xdata, &info) == FAILURE) { in PHP_FUNCTION()
1475 if (info) { in PHP_FUNCTION()
1476 zval_dtor(*info); in PHP_FUNCTION()
1477 array_init(*info); in PHP_FUNCTION()
1487 if (info) { in PHP_FUNCTION()
1488 parser->info = *info; in PHP_FUNCTION()
H A Dphp_xml.h79 zval *info; local
/PHP-5.5/ext/tidy/tests/
H A D024.phpt11 // more info at http://sf.net/tracker/?func=detail&atid=390963&aid=1598422&group_id=27659

Completed in 70 milliseconds

12345678910>>...12