Home
last modified time | relevance | path

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

/PHP-7.0/ext/mbstring/oniguruma/
H A Dregext.c164 OnigCompileInfo* ci, OnigErrorInfo* einfo) in onig_new_deluxe() argument
171 if (ci->pattern_enc != ci->target_enc) { in onig_new_deluxe()
172 r = conv_encoding(ci->pattern_enc, ci->target_enc, pattern, pattern_end, 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()
207 OnigCompileInfo* ci, OnigErrorInfo* einfo) in onig_recompile_deluxe() argument
212 r = onig_new_deluxe(&new_reg, pattern, pattern_end, ci, einfo); in onig_recompile_deluxe()
H A Dtestu.c118 OnigCompileInfo ci; in xx() local
128 ci.num_of_elements = 5; in xx()
129 ci.pattern_enc = ENC; in xx()
130 ci.target_enc = ENC; in xx()
131 ci.syntax = ONIG_SYNTAX_DEFAULT; in xx()
132 ci.option = ONIG_OPTION_DEFAULT; in xx()
133 ci.case_fold_flag = ONIGENC_CASE_FOLD_DEFAULT; in xx()
137 &ci, &einfo); in xx()
H A Doniguruma.h731 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einf…
739 …, const OnigUChar* pattern, const OnigUChar* pattern_end, OnigCompileInfo* ci, OnigErrorInfo* einf…
/PHP-7.0/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.0/
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
162 3. Commit those changes. Ensure the tests at https://travis-ci.org/php/php-src/builds are
/PHP-7.0/Zend/tests/
H A Dbug63635.phpt26 $ci = new Node($top);
28 $cj = new Node($ci);
/PHP-7.0/ext/standard/tests/serialize/
H A Dbug69210.phpt26 $ci = new testInteger();
31 $si = @serialize($ci);
/PHP-7.0/ext/standard/tests/versioning/
H A Dphp_sapi_name.phpt9 %unicode|string%(3) "c%ci"
/PHP-7.0/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.0/ext/mbstring/oniguruma/doc/
H A DAPI150 OnigCompileInfo* ci, OnigErrorInfo* einfo)
161 4 ci: compile time info.
163 ci->num_of_elements: number of elements in ci. (current version: 5)
164 ci->pattern_enc: pattern string character encoding.
165 ci->target_enc: target string character encoding.
166 ci->syntax: address of pattern syntax definition.
167 ci->option: compile time option.
168 ci->case_fold_flag: character matching case fold bit flag for
/PHP-7.0/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.0/ext/curl/
H A Dinterface.c1884 static void create_certinfo(struct curl_certinfo *ci, zval *listcode) in create_certinfo() argument
1888 if (ci) { in create_certinfo()
1891 for (i=0; i<ci->num_of_certs; i++) { in create_certinfo()
1895 for (slist = ci->certinfo[i]; slist; slist = slist->next) { in create_certinfo()
3081 struct curl_certinfo *ci = NULL; in PHP_FUNCTION() local
3164 if (curl_easy_getinfo(ch->cp, CURLINFO_CERTINFO, &ci) == CURLE_OK) { in PHP_FUNCTION()
3166 create_certinfo(ci, &listcode); in PHP_FUNCTION()
3194 struct curl_certinfo *ci = NULL; in PHP_FUNCTION() local
3198 if (curl_easy_getinfo(ch->cp, CURLINFO_CERTINFO, &ci) == CURLE_OK) { in PHP_FUNCTION()
3199 create_certinfo(ci, return_value); in PHP_FUNCTION()

Completed in 73 milliseconds