Home
last modified time | relevance | path

Searched refs:p (Results 601 – 625 of 726) sorted by relevance

1...<<21222324252627282930

/PHP-5.5/ext/pcre/pcrelib/testdata/
H A Dtestoutput2334 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
61 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
H A Dtestoutput2581 _ ` a b c d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80
108 d e f g h i j k l m n o p q r s t u v w x y z { | } ~ \x7f \x80 \x81 \x82
/PHP-5.5/ext/standard/
H A Dbrowscap.c454 static void browscap_zval_copy_ctor(zval **p) /* {{{ */ in browscap_zval_copy_ctor() argument
459 *new = **p; in browscap_zval_copy_ctor()
464 *p = new; in browscap_zval_copy_ctor()
H A Dcrypt_sha512.c318 # define UNALIGNED_P(p) (((uintptr_t) p) % __alignof__ (uint64_t) != 0) in sha512_process_bytes() argument
320 # define UNALIGNED_P(p) (((uintptr_t) p) % sizeof(uint64_t) != 0) in sha512_process_bytes()
H A Dphp_var.h53 PHPAPI int php_var_unserialize(zval **rval, const unsigned char **p, const unsigned char *max, php_…
/PHP-5.5/ext/bcmath/
H A Dbcmath.c193 char *p; in php_str2num() local
195 if (!(p = strchr(str, '.'))) { in php_str2num()
200 bc_str2num(num, str, strlen(p+1) TSRMLS_CC); in php_str2num()
/PHP-5.5/ext/pdo_pgsql/
H A Dpgsql_driver.c1069 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
1083 p = (char *) dbh->data_source; in pdo_pgsql_handle_factory()
1084 while ((p = memchr(p, ';', (e - p)))) { in pdo_pgsql_handle_factory()
1085 *p = ' '; in pdo_pgsql_handle_factory()
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c193 char *p = (char *) text, *p2 = buf; in date_from_ISO8601() local
194 while (p && *p) { in date_from_ISO8601()
195 if (*p != '-') { in date_from_ISO8601()
196 *p2 = *p; in date_from_ISO8601()
202 p++; in date_from_ISO8601()
/PHP-5.5/ext/exif/
H A Dexif.c88 # define safe_erealloc(p,a,b,c) erealloc(p, (a)*(b)+(c)) argument
1049 int c, i, p=0, n = 5+31; in exif_char_dump() local
1051 p += slprintf(buf+p, sizeof(buf)-p, "\nDump Len: %08X (%d)", len, len); in exif_char_dump()
1053 for(i=0; i<len+15 && p+n<=sizeof(buf); i++) { in exif_char_dump()
1055 p += slprintf(buf+p, sizeof(buf)-p, "\n%08X: ", i+offset); in exif_char_dump()
1059 p += slprintf(buf+p, sizeof(buf)-p, "%02X ", c); in exif_char_dump()
1063 p += slprintf(buf+p, sizeof(buf)-p, " "); in exif_char_dump()
1066 p += slprintf(buf+p, sizeof(buf)-p, " %s", tmp); in exif_char_dump()
/PHP-5.5/ext/mysqli/tests/
H A Dbug55283.phpt47 if (my_mysqli_real_connect($link, 'p:' . $host, $user, $passwd, $db, $port, null, $flags)) {
H A Dmysqli_pconn_disabled.phpt19 $host = 'p:' . $host;
/PHP-5.5/ext/mysqli/
H A Dmysqli_nonapi.c681 MYSQLND **p = in_array; local
706 if (mysql->mysql == *p) {
712 p++;
732 MYSQLND **p = in_array; local
747 if (mysql->mysql == *p) {
753 p++;
/PHP-5.5/ext/standard/tests/array/
H A Dusort_variation8.phpt20 "p" => "Pineapple", "o" => "orange");
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation4.phpt35 $quotes = "<p><a><?php<html>";
H A Dstr_split_variation2_64bit.phpt180 string(1) "p"
233 string(1) "p"
H A Dchunk_split_variation5.phpt53 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|…
H A Dstr_split_variation7_64bit.phpt95 string(1) "p"
H A Dstr_split_variation2.phpt179 string(1) "p"
232 string(1) "p"
/PHP-5.5/
H A DREADME.PHP4-TO-PHP5-THIN-CHANGES101 function someMethod($p) {
102 if (get_class($p) != 'helpingclass') {
/PHP-5.5/ext/fileinfo/libmagic/
H A Dfile.h504 static const char *rcsid(const char *p) { \
505 return rcsid(p = id); \
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_debug.c269 const char ** p = self->skip_functions; in MYSQLND_METHOD() local
270 while (*p) { in MYSQLND_METHOD()
271 if (*p == func_name) { in MYSQLND_METHOD()
281 p++; in MYSQLND_METHOD()
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_exec.c135 if (is_subject && length > md->end_subject - p) length = md->end_subject - p; in pchars()
183 pchars(p, length, FALSE, md); in match_ref()
210 PCRE_PUCHAR endptr = p + length; in match_ref()
211 while (p < endptr) in match_ref()
217 GETCHARINC(d, p); in match_ref()
241 cp = UCHAR21TEST(p); in match_ref()
243 p++; in match_ref()
6885 if (p > req_char_ptr) in pcre_exec()
6899 if (UCHAR21INCTEST(p) == req_char) { p--; break; } in pcre_exec()
6906 if (p >= end_subject) in pcre_exec()
[all …]
/PHP-5.5/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp171 MessagePattern::Part p = mp.getPart(i); in umsg_parse_format() local
173 if (p.getType() != UMSGPAT_PART_TYPE_ARG_START) { in umsg_parse_format()
217 UMessagePatternArgType argType = p.getArgType(); in umsg_parse_format()
/PHP-5.5/ext/pdo/
H A Dpdo_sql_parser.c678 char *p; in pdo_parse_params() local
682 …if (!strcmp(name, "?") || zend_hash_find(stmt->bound_param_map, name, plc->len + 1, (void**) &p) =… in pdo_parse_params()
685 idxbuf = estrdup(p); in pdo_parse_params()
/PHP-5.5/Zend/
H A Dzend_language_scanner.c100 char *p = (s), *boundary = p+(l); \
103 if (*p == '\n' || (*p == '\r' && (*(p+1) != '\n'))) { \
290 p = script; in zend_multibyte_detect_utf_encoding()
292 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
293 if (!p) { in zend_multibyte_detect_utf_encoding()
296 if (*(p+1) == '\0' && *(p+2) == '\0') { in zend_multibyte_detect_utf_encoding()
302 p += 4; in zend_multibyte_detect_utf_encoding()
306 p = script; in zend_multibyte_detect_utf_encoding()
308 if (*p == '\0' && *(p+wchar_size-1) != '\0') { in zend_multibyte_detect_utf_encoding()
312 } else if (*p != '\0' && *(p+wchar_size-1) == '\0') { in zend_multibyte_detect_utf_encoding()
[all …]

Completed in 85 milliseconds

1...<<21222324252627282930