Home
last modified time | relevance | path

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

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Dregext.c166 OnigCompileInfo* ci, OnigErrorInfo* einfo) in onig_new_deluxe() argument
173 if (ci->pattern_enc != ci->target_enc) { in onig_new_deluxe()
187 r = onig_reg_init(*reg, ci->option, ci->case_fold_flag, ci->target_enc, in onig_new_deluxe()
188 ci->syntax); in onig_new_deluxe()
H A Doniguruma.h742 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einf…
/PHP-7.2/ext/spl/tests/
H A Dbug31348.phpt8 $ci = new CachingIterator($i);
10 $ci->rewind();
H A Dspl_cachingiterator_setFlags_basic.phpt11 $ci = new CachingIterator($ai);
12 $ci->setFlags(); //expects arg
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.2/
H A DREADME.md7 [![Build Status](https://secure.travis-ci.org/php/php-src.svg?branch=master)](http://travis-ci.org/…
8 [![Build status](https://ci.appveyor.com/api/projects/status/meyur6fviaxgdwdy?svg=true)](https://ci
H A DREADME.RELEASE_PROCESS15 See: https://travis-ci.org/php/php-src/builds
61 2. Check the tests at https://travis-ci.org/php/php-src/builds
173 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
/PHP-7.2/ext/sodium/
H A DREADME.md1 [![Build Status](https://travis-ci.org/jedisct1/libsodium-php.svg?branch=master)](https://travis-ci
/PHP-7.2/Zend/tests/
H A Dbug63635.phpt26 $ci = new Node($top);
28 $cj = new Node($ci);
/PHP-7.2/ext/standard/tests/serialize/
H A Dbug69210.phpt26 $ci = new testInteger();
31 $si = @serialize($ci);
/PHP-7.2/ext/standard/tests/versioning/
H A Dphp_sapi_name.phpt8 string(3) "c%ci"
/PHP-7.2/sapi/phpdbg/
H A D.travis.yml8 before_script: ./travis/ci.sh
H A DREADME.md8 [![phpdbg on travis-ci](https://travis-ci.org/krakjoe/phpdbg.png?branch=master)](https://travis-ci.…
/PHP-7.2/ext/mbstring/oniguruma/doc/
H A DAPI156 OnigCompileInfo* ci, OnigErrorInfo* einfo)
167 4 ci: compile time info.
169 ci->num_of_elements: number of elements in ci. (current version: 5)
170 ci->pattern_enc: pattern string character encoding.
171 ci->target_enc: target string character encoding.
172 ci->syntax: address of pattern syntax definition.
173 ci->option: compile time option.
174 ci->case_fold_flag: character matching case fold bit flag for
/PHP-7.2/ext/standard/tests/strings/
H A Dmoney_format_error.phpt59 Warning: money_format(): Only a single %ci or %cn token can be used in %s on line %d
/PHP-7.2/ext/curl/
H A Dinterface.c1902 static void create_certinfo(struct curl_certinfo *ci, zval *listcode) in create_certinfo() argument
1906 if (ci) { in create_certinfo()
1909 for (i=0; i<ci->num_of_certs; i++) { in create_certinfo()
1913 for (slist = ci->certinfo[i]; slist; slist = slist->next) { in create_certinfo()
3109 struct curl_certinfo *ci = NULL; in PHP_FUNCTION() local
3192 if (curl_easy_getinfo(ch->cp, CURLINFO_CERTINFO, &ci) == CURLE_OK) { in PHP_FUNCTION()
3194 create_certinfo(ci, &listcode); in PHP_FUNCTION()
3222 struct curl_certinfo *ci = NULL; in PHP_FUNCTION() local
3226 if (curl_easy_getinfo(ch->cp, CURLINFO_CERTINFO, &ci) == CURLE_OK) { in PHP_FUNCTION()
3227 create_certinfo(ci, return_value); in PHP_FUNCTION()
/PHP-7.2/ext/fileinfo/tests/
H A Dmagic15670 # http://sourceforge.net/p/makedumpfile/code/ci/master/tree/IMPLEMENTATION
H A Dmagic私はガラスを食べられます15670 # http://sourceforge.net/p/makedumpfile/code/ci/master/tree/IMPLEMENTATION

Completed in 130 milliseconds