Home
last modified time | relevance | path

Searched refs:p (Results 401 – 425 of 668) sorted by relevance

1...<<11121314151617181920>>...27

/PHP-5.3/sapi/fpm/fpm/
H A Dfpm_main.c959 const char *p; local
964 p = strstr(path, "..");
965 if (p) {
966 if ((p == path || IS_SLASH(*(p-1))) &&
967 (*(p+2) == 0 || IS_SLASH(*(p+2)))
972 p = strstr(p+1, "..");
973 if (!p) {
977 (*(p+2) == 0 || IS_SLASH(*(p+2)))
1117 while (*p != '\0' && *p != '/') {
1120 if (*p != '\0') {
[all …]
/PHP-5.3/ext/soap/tests/bugs/
H A Dbug35273.phpt23 …1:echoPerson><p xsi:type="ns2:Person"><name xsi:type="SOAP-ENC:string">Name</name><surname xsi:typ…
/PHP-5.3/ext/json/
H A Dutf8_decode.h17 extern void utf8_decode_init(json_utf8_decode *utf8, char p[], int length);
/PHP-5.3/ext/standard/tests/strings/
H A Dstrip_tags_variation8.phpt18 $strings = "<html>hello</html> \tworld... <p>strip_tags_test\v\f</p><?php hello\t wo\rrld?>";
/PHP-5.3/ext/standard/tests/array/
H A Duasort_variation8.phpt18 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "apple", "p" => "Pineapple", "o" => "ora…
53 ["p"]=>
63 ["p"]=>
H A Dbug51552.phpt5 function walk($element, $key, $p) {
H A Duasort_variation7.phpt25 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
57 ["p"]=>
/PHP-5.3/ext/pdo_mysql/tests/
H A Dpdo_mysql_attr_oracle_nulls.phpt45 if ($have_procedures && (false !== $db->exec('DROP PROCEDURE IF EXISTS p')) &&
46 …(false !== $db->exec("CREATE PROCEDURE p() BEGIN SELECT NULL as z, '' AS a, ' ' AS b, TRIM(' ') as…
48 $stmt = $db->prepare('CALL p()');
80 @$db->exec('DROP PROCEDURE IF EXISTS p');
/PHP-5.3/ext/dba/libcdb/
H A Dcdb_make.c90 head->hp[head->num].p = c->pos; in cdb_make_addend()
200 c->hash[u].h = c->hash[u].p = 0; in cdb_make_finish()
205 while (c->hash[where].p) in cdb_make_finish()
213 uint32_pack(buf + 4, c->hash[u].p); in cdb_make_finish()
/PHP-5.3/win32/
H A Dregistry.c174 char *p, *orig_path; in UpdateIniFromRegistry() local
212 p = strchr(path, ':'); in UpdateIniFromRegistry()
213 if (p) { in UpdateIniFromRegistry()
214 *p = path[0]; /* replace the colon with the drive letter */ in UpdateIniFromRegistry()
215 path = p; /* make path point to the drive letter */ in UpdateIniFromRegistry()
/PHP-5.3/ext/mbstring/libmbfl/mbfl/
H A Dmbfl_convert.c403 unsigned char *p; in mbfl_convert_filter_devcat() local
405 p = src->buffer; in mbfl_convert_filter_devcat()
408 if ((*filter->filter_function)(*p++, filter) < 0) { in mbfl_convert_filter_devcat()
417 int mbfl_convert_filter_strcat(mbfl_convert_filter *filter, const unsigned char *p) in mbfl_convert_filter_strcat() argument
421 while ((c = *p++) != '\0') { in mbfl_convert_filter_strcat()
/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dtokenize.c157 Keyword *p; in sqliteKeywordCode() local
177 for(i=aiHashTable[h]; i; i=p->iNext){ in sqliteKeywordCode()
178 p = &aKeywordTable[i-1]; in sqliteKeywordCode()
179 if( p->len==n && sqliteStrNICmp(p->zName, z, n)==0 ){ in sqliteKeywordCode()
180 return p->tokenType; in sqliteKeywordCode()
/PHP-5.3/ext/standard/
H A Durl_scanner_ex.c102 #define YYCURSOR p in PHP_INI_END()
108 register const char *p, *q; in PHP_INI_END() local
112 q = (p = url->c) + url->len; in PHP_INI_END()
173 { bash = p - 1; goto done; } in PHP_INI_END()
280 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len); in handle_form() local
281 if (p) { in handle_form()
282 e = memchr(p, '/', (ctx->val.c + ctx->val.len) - p); in handle_form()
286 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) { in handle_form()
H A Dvar.c542 char id[32], *p; in php_add_var_hash() local
549 p = smart_str_print_long(id + sizeof(id) - 1, (long) Z_OBJ_HANDLE_P(var)); in php_add_var_hash()
550 *(--p) = 'O'; in php_add_var_hash()
551 len = id + sizeof(id) - 1 - p; in php_add_var_hash()
553 p = smart_str_print_long(id + sizeof(id) - 1, (long) var); in php_add_var_hash()
554 len = id + sizeof(id) - 1 - p; in php_add_var_hash()
557 if (var_old && zend_hash_find(var_hash, p, len, var_old) == SUCCESS) { in php_add_var_hash()
569 zend_hash_add(var_hash, p, len, &var_no, sizeof(var_no), NULL); in php_add_var_hash()
923 const unsigned char *p; in PHP_FUNCTION() local
934 p = (const unsigned char*) buf; in PHP_FUNCTION()
[all …]
H A Dfile.c784 p = e; in PHP_FUNCTION()
796 p++; in PHP_FUNCTION()
805 s = p; in PHP_FUNCTION()
806 } while ((p = memchr(p, eol_marker, (e-p)))); in PHP_FUNCTION()
814 s = ++p; in PHP_FUNCTION()
824 s = ++p; in PHP_FUNCTION()
825 } while ((p = memchr(p, eol_marker, (e-p)))); in PHP_FUNCTION()
830 p = e; in PHP_FUNCTION()
850 char *p; in PHP_FUNCTION() local
875 p[63] = '\0'; in PHP_FUNCTION()
[all …]
/PHP-5.3/Zend/tests/
H A Dbug35106.phpt9 foreach($a as $p);
/PHP-5.3/ext/mysqli/
H A Dmysqli_libmysql.h42 #define mysqli_change_user_silent(c, u, p, d) mysql_change_user((c), (u), (p), (d)) argument
/PHP-5.3/ext/date/tests/
H A Dgmstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dgmstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation15.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A Dstrftime_variation16.phpt26 'Time in a.m/p.m notation' => "%r",
44 --Time in a.m/p.m notation--
H A D009_win32.phpt18 var_dump(strftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
28 var_dump(gmstrftime("%a %A %b %B %c %d %H %I %j %m %M %p %S %U %W %w %x %X %y %Y %Z %z %%", $t));
/PHP-5.3/ext/mysqli/tests/
H A Dmysqli_real_query.phpt50 mysqli_real_query($link, 'DROP PROCEDURE IF EXISTS p');
51 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) BEGIN SELECT VERSION()…
53 mysqli_real_query($link, 'CALL p(@version)');
101 @mysqli_query($link, "DROP PROCEDURE IF EXISTS p");
/PHP-5.3/ext/zip/lib/
H A Dzip_open.c595 const unsigned char *p; in _zip_memmem() local
599 p = big-1; in _zip_memmem()
600 while ((p=(const unsigned char *) in _zip_memmem()
601 memchr(p+1, little[0], (size_t)(big-(p+1)+biglen-littlelen+1))) in _zip_memmem()
603 if (memcmp(p+1, little+1, littlelen-1)==0) in _zip_memmem()
604 return (unsigned char *)p; in _zip_memmem()
/PHP-5.3/ext/iconv/
H A Diconv.c1198 const unsigned char *p; in _php_iconv_mime_encode() local
1262 for (p = (unsigned char *)buf; p < (unsigned char *)out_p; p++) { in _php_iconv_mime_encode()
1275 for (p = (unsigned char *)buf; p < (unsigned char *)out_p; p++) { in _php_iconv_mime_encode()
2243 char *p, *limit; in PHP_FUNCTION() local
2256 for (p = decoded_header.c; p < limit; p++) { in PHP_FUNCTION()
2257 if (*p == ':') { in PHP_FUNCTION()
2258 *p = '\0'; in PHP_FUNCTION()
2262 while (++p < limit) { in PHP_FUNCTION()
2263 if (*p != ' ' && *p != '\t') { in PHP_FUNCTION()
2268 header_value = p; in PHP_FUNCTION()
[all …]

Completed in 84 milliseconds

1...<<11121314151617181920>>...27