Home
last modified time | relevance | path

Searched refs:p (Results 426 – 450 of 726) sorted by relevance

1...<<11121314151617181920>>...30

/PHP-5.5/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.5/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.5/ext/standard/
H A Dhead.c125 const char *p; in php_setcookie() local
130 p = zend_memrchr(dt, '-', strlen(dt)); in php_setcookie()
131 if (!p || *(p + 5) != ' ') { in php_setcookie()
H A Durl_scanner_ex.c103 #define YYCURSOR p in PHP_INI_END()
109 register const char *p, *q; in PHP_INI_END() local
113 q = (p = url->c) + url->len; in PHP_INI_END()
174 { bash = p - 1; goto done; } in PHP_INI_END()
281 char *e, *p = zend_memnstr(ctx->val.c, "://", sizeof("://") - 1, ctx->val.c + ctx->val.len); in handle_form() local
282 if (p) { in handle_form()
283 e = memchr(p, '/', (ctx->val.c + ctx->val.len) - p); in handle_form()
287 if ((e - p) && strncasecmp(p, ctx->lookup_data, (e - p))) { in handle_form()
H A Dvar.c549 char id[32], *p; in php_add_var_hash() local
553 p = smart_str_print_long(id + sizeof(id) - 1, in php_add_var_hash()
555 *(--p) = 'O'; in php_add_var_hash()
556 len = id + sizeof(id) - 1 - p; in php_add_var_hash()
558 p = smart_str_print_long(id + sizeof(id) - 1, (long) var); in php_add_var_hash()
559 len = id + sizeof(id) - 1 - p; in php_add_var_hash()
562 if (var_old && zend_hash_find(var_hash, p, len, var_old) == SUCCESS) { in php_add_var_hash()
577 zend_hash_add(var_hash, p, len, &var_no, sizeof(var_no), NULL); in php_add_var_hash()
952 const unsigned char *p; in PHP_FUNCTION() local
965 p = (const unsigned char*) buf; in PHP_FUNCTION()
[all …]
/PHP-5.5/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.5/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.5/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.5/Zend/
H A Dzend_language_scanner.l98 char *p = (s), *boundary = p+(l); \
101 if (*p == '\n' || (*p == '\r' && (*(p+1) != '\n'))) { \
288 p = script; in zend_multibyte_detect_utf_encoding()
290 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
291 if (!p) { in zend_multibyte_detect_utf_encoding()
294 if (*(p+1) == '\0' && *(p+2) == '\0') { in zend_multibyte_detect_utf_encoding()
300 p += 4; in zend_multibyte_detect_utf_encoding()
304 p = script; in zend_multibyte_detect_utf_encoding()
306 if (*p == '\0' && *(p+wchar_size-1) != '\0') { in zend_multibyte_detect_utf_encoding()
310 } else if (*p != '\0' && *(p+wchar_size-1) == '\0') { in zend_multibyte_detect_utf_encoding()
[all …]
/PHP-5.5/ext/spl/
H A Dspl_array.c120 Bucket *p; in spl_hash_verify_pos_ex() local
126 while (p != NULL) { in spl_hash_verify_pos_ex()
130 p = p->pNext; in spl_hash_verify_pos_ex()
1768 if (*p!= 'x' || *++p != ':') { in SPL_METHOD()
1771 ++p; in SPL_METHOD()
1789 ++p; in SPL_METHOD()
1791 if (*p!='m') { in SPL_METHOD()
1792 if (*p!='a' && *p!='O' && *p!='C' && *p!='r') { in SPL_METHOD()
1807 ++p; in SPL_METHOD()
1810 if (*p!= 'm' || *++p != ':') { in SPL_METHOD()
[all …]
/PHP-5.5/ext/spl/tests/
H A Dfileobject_setmaxlinelen_basic.phpt15 <?p
H A Dbug67805.phpt10 var_dump($line === '<?p');
/PHP-5.5/Zend/tests/
H A Dbug35106.phpt9 foreach($a as $p);
/PHP-5.5/ext/fileinfo/libmagic/
H A Dcdf.c144 cdf_getuint32(const uint8_t *p, size_t offs) in cdf_getuint32() argument
276 const void *p, size_t tail, int line) in cdf_check_stream_offset() argument
279 const char *e = ((const char *)p) + tail; in cdf_check_stream_offset()
761 const uint8_t *p, *q, *e; in cdf_read_property_info() local
819 ofs = CDF_GETUINT32(p, tail); in cdf_read_property_info()
823 if (q < p || q > e) { in cdf_read_property_info()
1027 if (vn[i].v == p) in cdf_print_property_name()
1120 unsigned char *p = v; in cdf_dump() local
1123 for (i = 0, j = 0; i < len; i++, p++) { in cdf_dump()
1124 (void)fprintf(stderr, "%.2x ", *p); in cdf_dump()
[all …]
/PHP-5.5/ext/standard/tests/serialize/
H A Dbug36424.phpt13 foreach (unserialize($s) as $p=>$v) {
14 $this->$p=$v;
/PHP-5.5/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.5/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.5/ext/mysqlnd/
H A Dmysqlnd_net.c73 zend_uchar * p = buffer; in MYSQLND_METHOD() local
80 if (!(ret = php_stream_read(net_stream, (char *) p, to_read))) { in MYSQLND_METHOD()
85 p += ret; in MYSQLND_METHOD()
345 zend_uchar * p = (zend_uchar *) buffer; in MYSQLND_METHOD() local
414 STORE_HEADER_SIZE(safe_storage, p); in MYSQLND_METHOD()
415 int3store(p, to_be_sent); in MYSQLND_METHOD()
416 int1store(p + 3, net->packet_no); in MYSQLND_METHOD()
418 RESTORE_HEADER_SIZE(p, safe_storage); in MYSQLND_METHOD()
423 p += to_be_sent; in MYSQLND_METHOD()
627 zend_uchar * p = buffer; in MYSQLND_METHOD() local
[all …]
/PHP-5.5/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()

Completed in 142 milliseconds

1...<<11121314151617181920>>...30