Home
last modified time | relevance | path

Searched refs:ci (Results 1 – 13 of 13) sorted by relevance

/PHP-7.4/ext/spl/tests/
H A Dbug31348.phpt8 $ci = new CachingIterator($i);
10 $ci->rewind();
H A Dspl_cachingiterator___toString_basic.phpt10 $ci = new CachingIterator($ai);
12 $ci->__toString() // if conversion to string is done by echo, for example, an exeption is thrown. I…
/PHP-7.4/ext/sodium/
H A DREADME.md1 [![Build Status](https://travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci
/PHP-7.4/Zend/tests/
H A Dbug63635.phpt26 $ci = new Node($top);
28 $cj = new Node($ci);
/PHP-7.4/ext/standard/tests/serialize/
H A Dbug69210.phpt26 $ci = new testInteger();
31 $si = @serialize($ci);
/PHP-7.4/ext/standard/tests/versioning/
H A Dphp_sapi_name.phpt8 string(3) "c%ci"
/PHP-7.4/ext/posix/tests/
H A Dposix_getgrnam_basic.phpt6 if (!posix_getgroups()) die('skip - groups unavailable (ci)');
/PHP-7.4/
H A DREADME.md17 [![Build status](https://travis-ci.org/php/php-src.svg?branch=master)](https://travis-ci.org/php/ph…
18 [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci
/PHP-7.4/ext/standard/tests/strings/
H A Dmoney_format_error.phpt67 Warning: money_format(): Only a single %ci or %cn token can be used in %s on line %d
/PHP-7.4/ext/curl/
H A Dinterface.c1924 static void create_certinfo(struct curl_certinfo *ci, zval *listcode) in create_certinfo() argument
1928 if (ci) { in create_certinfo()
1931 for (i=0; i<ci->num_of_certs; i++) { in create_certinfo()
1935 for (slist = ci->certinfo[i]; slist; slist = slist->next) { in create_certinfo()
3306 struct curl_certinfo *ci = NULL; in PHP_FUNCTION() local
3392 if (curl_easy_getinfo(ch->cp, CURLINFO_CERTINFO, &ci) == CURLE_OK) { in PHP_FUNCTION()
3394 create_certinfo(ci, &listcode); in PHP_FUNCTION()
3461 struct curl_certinfo *ci = NULL; in PHP_FUNCTION() local
3465 if (curl_easy_getinfo(ch->cp, CURLINFO_CERTINFO, &ci) == CURLE_OK) { in PHP_FUNCTION()
3466 create_certinfo(ci, return_value); in PHP_FUNCTION()
/PHP-7.4/docs/
H A Drelease-process.md13 See: https://travis-ci.org/php/php-src/builds
83 2. Check the tests at https://travis-ci.org/php/php-src/builds.
218 https://travis-ci.org/php/php-src/builds are still passing.
/PHP-7.4/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます18316 # https://sourceforge.net/p/makedumpfile/code/ci/master/tree/IMPLEMENTATION
H A Dmagic18316 # https://sourceforge.net/p/makedumpfile/code/ci/master/tree/IMPLEMENTATION

Completed in 145 milliseconds