Home
last modified time | relevance | path

Searched refs:info (Results 51 – 75 of 282) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/snmp/tests/
H A Dsnmp-object-properties.phpt62 $session->info = array("blah" => 2);
63 var_dump($session->info);
71 ["info"]=>
98 ["info"]=>
125 ["info"]=>
155 ["info"]=>
197 Warning: main(): info property is read-only in %s on line %d
/PHP-5.5/ext/standard/tests/image/
H A Dgetimagesize_jpgapp.phpt2 Test getimagesize() function : basic functionality - load APP info from jpeg.
11 /* Prototype : proto array getimagesize(string imagefile [, array info])
18 * Load APP info from jpeg
H A Dgetimagesize_error1.phpt5 /* Prototype : proto array getimagesize(string imagefile [, array info])
20 $info = array(1, 2);
22 var_dump( getimagesize($imagefile, $info, $extra_arg) );
/PHP-5.5/ext/standard/tests/general_functions/
H A Dbug49692.phpt17 ["/info"]=>
18 string(12) "default:info"
/PHP-5.5/ext/reflection/tests/
H A DReflectionExtension_info_basic.phpt2 ReflectionExtension::info()
10 $testa = $obj->info();
/PHP-5.5/ext/spl/tests/
H A DSplFileInfo_setFileClass_error.phpt6 $info = new SplFileInfo(__FILE__);
9 $info->setFileClass('stdClass');
H A DSplFileInfo_setInfoClass_error.phpt6 $info = new SplFileInfo(__FILE__);
9 $info->setInfoClass('stdClass');
H A DSplDoublyLinkedList_debug-info.phpt2 Check that SplDoublyLinkedList returns debug info when print_r is used.
15 // Check the debug info
H A DSplFileInfo_getExtension_basic.phpt9 $info = new SplFileInfo($file . $ext);
10 var_dump($info->getExtension(), pathinfo($file . $ext, PATHINFO_EXTENSION));
/PHP-5.5/ext/curl/tests/
H A Dbug46739.phpt14 $info = curl_getinfo($ch);
16 echo (array_key_exists('content_type', $info)) ? "set" : "not set";
H A Dcurl_basic_019.phpt17 $info = curl_getinfo($ch, CURLINFO_EFFECTIVE_URL);
18 var_dump($url == $info);
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_phpinfo_basic.phpt8 echo "*** Testing finfo extension : loading info phpinfo() ***\n";
19 *** Testing finfo extension : loading info phpinfo() ***
H A Dbug71527.phpt12 $info = finfo_file($finfo, __FILE__);
13 var_dump($info);
/PHP-5.5/ext/pdo_mysql/tests/
H A Dpdo_mysql_errorinfo.phpt17 $info = $obj->errorInfo();
18 $code = $info[0];
26 if (!isset($info[1]) || $info[1] == '')
28 if (!isset($info[2]) || $info[2] == '')
H A Dpdo_mysql_attr_multi_statements.phpt28 $info = $db->errorInfo();
29 var_dump($info[0]);
40 $info = $db->errorInfo();
41 var_dump($info[0]);
H A Dpecl_bug_5780.phpt25 $info = $logstmt->errorInfo();
26 unset($info[2]);
27 var_dump($info);
/PHP-5.5/ext/dba/tests/
H A Ddba_handlers.phpt7 die("info $HND handler used");
44 echo "Test 5 - full info\n";
68 Test 5 - full info
/PHP-5.5/
H A DMakefile.gcov12 php_lcov.info: lcov-test
69 lcov-html: php_lcov.info
71 @$(LTP_GENHTML) --legend --output-directory lcov_html/ --title "PHP Code Coverage" php_lcov.info
74 rm -f php_lcov.info
/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/ext/pcre/tests/
H A Dpreg_grep_basic.phpt9 $array = array('HTTP://WWW.EXAMPLE.COM', '/index.html', '/info/stat/', 'http://test.uk.com/index/ht…
25 string(11) "/info/stat/"
43 string(11) "/info/stat/"
59 string(11) "/info/stat/"
/PHP-5.5/ext/openssl/tests/
H A Dcve2013_4073.phpt9 $info = openssl_x509_parse($cert);
10 var_export($info['extensions']);
/PHP-5.5/ext/gd/tests/
H A Dfunc.inc12 $info = ob_get_contents();
15 return $info;
/PHP-5.5/build/
H A Dbuild.mk75 @if (test ! -f '.git/info/exclude' || grep -s "git-ls-files" .git/info/exclude); then \
76 …it/info/exclude" && echo '*.o' > .git/info/exclude && git svn propget svn:ignore | grep -v config.…
/PHP-5.5/ext/intl/idn/
H A Didn.c144 UIDNAInfo info = UIDNA_INFO_INITIALIZER; in php_intl_idn_to_46() local
156 buffer, buffer_capac, &info, &status); in php_intl_idn_to_46()
159 buffer, buffer_capac, &info, &status); in php_intl_idn_to_46()
173 if (info.errors == 0) { in php_intl_idn_to_46()
192 sizeof("isTransitionalDifferent"), info.isTransitionalDifferent); in php_intl_idn_to_46()
193 add_assoc_long_ex(idna_info, "errors", sizeof("errors"), (long)info.errors); in php_intl_idn_to_46()
/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".

Completed in 42 milliseconds

12345678910>>...12