Home
last modified time | relevance | path

Searched refs:loc (Results 1 – 22 of 22) sorted by relevance

/PHP-5.5/ext/gettext/tests/
H A Dbug66267.phpt14 $loc = ["de_DE", "fr_FR", "en_US"];
15 foreach($loc as $l) {
27 $loc = ["de_DE", "fr_FR", "en_US"];
29 foreach ($loc as $l) {
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_attr.c123 char *loc; in PHP_FUNCTION() local
139 loc = (char *)umsg_getLocale(MSG_FORMAT_OBJECT(mfo)); in PHP_FUNCTION()
140 RETURN_STRING(loc, 1); in PHP_FUNCTION()
/PHP-5.5/ext/standard/tests/streams/
H A Dbug64433.phpt25 echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1");
35 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
45 …echo "$code: ".file_get_contents("http://".PHP_CLI_SERVER_ADDRESS."/index.php?status=$code&loc=1",…
H A Dbug64433_srv.inc6 if(!empty($_REQUEST["loc"])) {
/PHP-5.5/ext/intl/dateformat/
H A Ddateformat_attr.c172 char *loc; in PHP_FUNCTION() local
190 loc = (char *)udat_getLocaleByType(DATE_FORMAT_OBJECT(dfo), loc_type,&INTL_DATA_ERROR_CODE(dfo)); in PHP_FUNCTION()
192 RETURN_STRING(loc, 1); in PHP_FUNCTION()
/PHP-5.5/ext/intl/formatter/
H A Dformatter_attr.c430 char* loc; in PHP_FUNCTION() local
446 loc = (char *)unum_getLocaleByType(FORMATTER_OBJECT(nfo), type, &INTL_DATA_ERROR_CODE(nfo)); in PHP_FUNCTION()
448 RETURN_STRING(loc, 1); in PHP_FUNCTION()
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug44882.phpt11 public function __doRequest($req, $loc, $act, $ver, $one_way = 0)
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dqueue.h44 node *loc ; member
/PHP-5.5/ext/interbase/
H A Dibase_service.c213 char buf[128], *host, *user, *pass, *loc; in PHP_FUNCTION() local
235 loc = buf + spb_len; /* points to %s:service_mgr part */ in PHP_FUNCTION()
238 if (isc_service_attach(IB_STATUS, 0, loc, &handle, (unsigned short)spb_len, buf)) { in PHP_FUNCTION()
/PHP-5.5/ext/mbstring/libmbfl/mbfl/
H A Dmbfilter.h137 …xtern int mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, int *loc);
H A Dmbfilter.c265 mbfl_buffer_converter_feed2(mbfl_buffer_converter *convd, mbfl_string *string, int *loc) in mbfl_buffer_converter_feed2() argument
285 if (loc) { in mbfl_buffer_converter_feed2()
286 *loc = p - string->val; in mbfl_buffer_converter_feed2()
293 if (loc) { in mbfl_buffer_converter_feed2()
294 *loc = p - string->val; in mbfl_buffer_converter_feed2()
/PHP-5.5/ext/intl/tests/
H A Dlocale_compose_locale.phpt110 $res_str .= "\nInput Array name is : loc".(++$cnt) ;
/PHP-5.5/ext/phar/
H A Dzip.c465 off_t loc = php_stream_tell(fp); in phar_parse_zipfile() local
470 php_stream_seek(fp, loc + PHAR_GET_16(zipentry.extra_len), SEEK_SET); in phar_parse_zipfile()
831 php_uint32 loc; in phar_zip_changed_apply() local
864 for (loc = 0;loc < entry->uncompressed_filesize; ++loc) { in phar_zip_changed_apply()
H A Dutil.c701 off_t loc; in phar_open_entry_fp() local
778 loc = php_stream_tell(ufp); in phar_open_entry_fp()
794 if (php_stream_tell(ufp) - loc != (off_t) entry->uncompressed_filesize) { in phar_open_entry_fp()
802 phar_set_fp_type(entry, PHAR_UFP, loc TSRMLS_CC); in phar_open_entry_fp()
H A Dphar.c2581 php_uint32 manifest_len, mytime, loc, new_manifest_count; local
2846 for (loc = 0;loc < mytime; ++loc) {
/PHP-5.5/ext/soap/
H A Dphp_http.c1092 char *loc; in make_http_soap_request() local
1094 if ((loc = get_http_header_value(http_headers,"Location: ")) != NULL) { in make_http_soap_request()
1095 php_url *new_url = php_url_parse(loc); in make_http_soap_request()
1100 efree(loc); in make_http_soap_request()
/PHP-5.5/ext/standard/
H A Dstring.c4383 char *loc, *retval; local
4445 loc = NULL;
4447 loc = Z_STRVAL_PP(plocale);
4454 retval = php_my_setlocale(cat, loc);
4458 if (loc) {
/PHP-5.5/ext/mbstring/
H A Dmbstring.c905 int status, loc; in php_mb_zend_encoding_converter() local
925 status = mbfl_buffer_converter_feed2(convd, &string, &loc); in php_mb_zend_encoding_converter()
942 return loc; in php_mb_zend_encoding_converter()
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregcomp.c1897 BitStatusType loc; in disable_noname_group_capture() local
1919 loc = env->capture_history; in disable_noname_group_capture()
1922 if (BIT_STATUS_AT(loc, i)) { in disable_noname_group_capture()
/PHP-5.5/ext/pcre/pcrelib/doc/
H A Dpcre.txt1077 loc() for each call. The default threshold above which the stack is no
1739 loc() and pcre_free() exported functions will be declared
10161 loc() and pcre_free() exported functions will be declared
/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c60608 int loc = seekResult; /* -1: before desired location +1: after */
60659 loc = -1;
60663 if( !loc ){
60664 rc = btreeMoveto(pCur, pKey, nKey, appendBias, &loc);
60667 assert( pCur->eState==CURSOR_VALID || (pCur->eState==CURSOR_INVALID && loc) );
60675 loc==0 ? "overwrite" : "new entry"));
60684 if( loc==0 ){
60698 }else if( loc<0 && pPage->nCell>0 ){
/PHP-5.5/ext/fileinfo/tests/
H A Dmagic12354 # Kevin Ford (kefo@loc.gov)
12358 # form. For more info, see http://www.loc.gov/marc/

Completed in 499 milliseconds