Home
last modified time | relevance | path

Searched refs:p (Results 376 – 400 of 726) sorted by relevance

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

/PHP-5.5/ext/gd/tests/
H A Dcreatefromstring.phpt35 imagepng($im, $dir . '/p.png');
37 $im_string = file_get_contents(dirname(__FILE__) . '/p.png');
50 unlink($dir . '/p.png');
/PHP-5.5/ext/pdo/
H A Dpdo.c321 register char *p; in php_pdo_int64_to_str() local
336 p = &buffer[sizeof(buffer)-1]; in php_pdo_int64_to_str()
337 *p = '\0'; in php_pdo_int64_to_str()
342 *--p = digit_vec[rem]; in php_pdo_int64_to_str()
348 *--p = digit_vec[(unsigned int)(long_val - quo * 10)]; in php_pdo_int64_to_str()
351 while ((*dst++ = *p++) != 0) in php_pdo_int64_to_str()
/PHP-5.5/ext/mysqli/
H A Dmysqli_mysqlnd.h44 #define mysqli_change_user_silent(c, u, p, d, p_len) mysqlnd_change_user_ex((c), (u), (p), (d), T… argument
/PHP-5.5/Zend/tests/multibyte/
H A Dmultibyte_encoding_006.phpt15 ����<���?���p���h���p���
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug37013.phpt41 $p = new ThingWithParent( 1, null );
42 $p2 = new ThingWithParent( 2, $p );
43 $p3 = new ThingWithParent( 3, $p );
45 $p->children = array( $p2, $p3 );
/PHP-5.5/ext/pcre/pcrelib/
H A Dpcre_compile.c963 p++; in is_counted_repeat()
964 while (IS_DIGIT(*p)) p++; in is_counted_repeat()
971 p++; in is_counted_repeat()
972 while (IS_DIGIT(*p)) p++; in is_counted_repeat()
1131 for (p = ptr+2; *p != CHAR_NULL && *p != CHAR_RIGHT_CURLY_BRACKET; p++) in check_escape()
1646 return p; in read_repeat_counts()
4374 while(p[n+1] == p[0] + n + 1) n++; in add_list_to_class()
4412 while (p[1] == p[0] + 1) p++; in add_not_list_to_class()
4415 p++; in add_not_list_to_class()
5656 while (MAX_255(*p) && (cd->ctypes[*p] & ctype_space) != 0) p++; in compile_branch()
[all …]
/PHP-5.5/ext/intl/tests/
H A Dmsgfmt_millisecond_dates.phpt18 $p = 'On 2012-05-06 AD at 15:22:49.123 GMT+02:00 something odd happened';
19 var_dump($mf->parse($p));
/PHP-5.5/ext/session/
H A Dsession.c265 if (p < q) { in bin_to_readable()
447 for (p = key; (c = *p); p++) { in php_session_valid_key()
646 char *p; in PHP_INI_MH() local
655 p++; in PHP_INI_MH()
767 smart_str *p; in ZEND_INI_MH() local
929 for (p = val; p < endptr; ) {
1021 p = val;
1025 q = p;
1030 p++;
1062 p = q;
[all …]
/PHP-5.5/ext/spl/
H A Dspl_observer.c815 if (*p!= 'x' || *++p != ':') { in SPL_METHOD()
818 ++p; in SPL_METHOD()
826 --p; /* for ';' */ in SPL_METHOD()
834 if (*p != ';') { in SPL_METHOD()
837 ++p; in SPL_METHOD()
838 if(*p != 'O' && *p != 'C' && *p != 'r') { in SPL_METHOD()
853 ++p; in SPL_METHOD()
882 if (*p != ';') { in SPL_METHOD()
885 ++p; in SPL_METHOD()
888 if (*p!= 'm' || *++p != ':') { in SPL_METHOD()
[all …]
/PHP-5.5/ext/simplexml/tests/
H A Dbug69169.phpt14 <row p="c">
54 [p] => c
/PHP-5.5/ext/phar/tests/
H A D030.phpt27 $p = new Phar($fname);
28 var_dump(isset($p['.phar/test']));
30 $p['.phar/test'];
/PHP-5.5/ext/mysqli/tests/
H A Dmysqli_stmt_execute_stored_proc_out.phpt29 if (!mysqli_query($link, 'DROP PROCEDURE IF EXISTS p'))
32 …if (mysqli_real_query($link, 'CREATE PROCEDURE p(IN ver_in VARCHAR(25), OUT ver_out VARCHAR(25)) B…
33 if (!$stmt = mysqli_prepare($link, 'CALL p(?, ?)'))
72 @mysqli_query($link, 'DROP PROCEDURE IF EXISTS p');
H A Dbug44897.phpt24 if (!$link->query('DROP PROCEDURE IF EXISTS p'))
27 …if (!$link->query('CREATE PROCEDURE p(IN new_id INT, IN new_label CHAR(1)) BEGIN INSERT INTO test(…
33 if (!$stmt = $link->prepare('CALL p(?, ?)'))
83 mysqli_query($link, "DROP PROCEDURE IF EXISTS p");
/PHP-5.5/ext/standard/tests/strings/
H A Dstrip_tags_variation5.phpt31 <p>13 &lt; 25</p>
46 <p>string</p> 1111\t <b>0000\t = 0000\n</b>
/PHP-5.5/ext/mysqlnd/
H A Dphp_mysqlnd.c110 Bucket *p; in mysqlnd_minfo_dump_api_plugins() local
112 p = ht->pListHead; in mysqlnd_minfo_dump_api_plugins()
113 while(p != NULL) { in mysqlnd_minfo_dump_api_plugins()
114 MYSQLND_REVERSE_API * ext = *(MYSQLND_REVERSE_API **) p->pData; in mysqlnd_minfo_dump_api_plugins()
120 p = p->pListNext; in mysqlnd_minfo_dump_api_plugins()
/PHP-5.5/ext/mbstring/
H A Dmbstring.c718 p--; in php_mb_parse_encoding_list()
719 while (p > p1 && (*p == ' ' || *p == '\t')) { in php_mb_parse_encoding_list()
721 p--; in php_mb_parse_encoding_list()
1607 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RINIT_FUNCTION()
1626 p++; in PHP_RINIT_FUNCTION()
1666 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RSHUTDOWN_FUNCTION()
1673 p++; in PHP_RSHUTDOWN_FUNCTION()
2095 char *p; in PHP_FUNCTION() local
4104 ++p; in PHP_FUNCTION()
4105 } while (*p == ' ' || *p == '\t'); in PHP_FUNCTION()
[all …]
/PHP-5.5/ext/tidy/tests/
H A D004.phpt15 <body><p>hello</p></body>
/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_php_trace.c34 #define valid_ptr(p) ((p) && 0 == ((p) & (sizeof(long) - 1))) argument
H A Dfpm_main.c957 const char *p; local
963 if (p) {
964 if ((p == path || IS_SLASH(*(p-1))) &&
965 (*(p+2) == 0 || IS_SLASH(*(p+2)))
970 p = strstr(p+1, "..");
971 if (!p) {
975 (*(p+2) == 0 || IS_SLASH(*(p+2)))
1115 while (*p != '\0' && *p != '/') {
1122 memmove(env_script_filename, p, strlen(p) + 1);
1127 if (p) {
[all …]
H A Dfpm_conf.c245 char *p; in fpm_conf_set_integer() local
248 for (p = val; *p; p++) { in fpm_conf_set_integer()
249 if (p == val && *p == '-') continue; in fpm_conf_set_integer()
250 if (*p < '0' || *p > '9') { in fpm_conf_set_integer()
263 char *p;
265 for (p = val; *p; p++) {
266 if ( p == val && *p == '-' ) continue;
267 if (*p < '0' || *p > '9') {
1062 char **p; in fpm_conf_process_all_pools() local
1065 for (p = options; *p; p++) { in fpm_conf_process_all_pools()
[all …]
/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c138 void *merge_php_config(apr_pool_t *p, void *base_conf, void *new_conf) in merge_php_config() argument
149 n = create_php_config(p, "merge_php_config"); in merge_php_config()
224 void *create_php_config(apr_pool_t *p, char *dummy) in create_php_config() argument
226 php_conf_rec *newx = (php_conf_rec *) apr_pcalloc(p, sizeof(*newx)); in create_php_config()
230 apr_pool_cleanup_register(p, newx, destroy_php_config, apr_pool_cleanup_null); in create_php_config()
/PHP-5.5/Zend/tests/
H A Dbug48409.phpt21 public function process($p)
23 return $p;
/PHP-5.5/ext/standard/
H A Dftp_fopen_wrapper.c833 char *p = tmp_line + 4; in php_stream_ftp_url_stat() local
838 while (p - tmp_line < sizeof(tmp_line) && !isdigit(*p)) { in php_stream_ftp_url_stat()
839 p++; in php_stream_ftp_url_stat()
1069 *p = '\0'; in php_stream_ftp_mkdir()
1073 *p = '/'; in php_stream_ftp_mkdir()
1077 if (p == buf) { in php_stream_ftp_mkdir()
1084 if (!p) { in php_stream_ftp_mkdir()
1085 p = buf; in php_stream_ftp_mkdir()
1088 while (++p != e) { in php_stream_ftp_mkdir()
1089 if (*p == '\0' && *(p + 1) != '\0') { in php_stream_ftp_mkdir()
[all …]
/PHP-5.5/sapi/apache2filter/
H A Dphp_functions.c309 char *p; in PHP_FUNCTION() local
315 if ((p = strchr(s, '.'))) { in PHP_FUNCTION()
316 add_next_index_stringl(return_value, s, (p - s), 1); in PHP_FUNCTION()
329 char *p; in PHP_MINFO_FUNCTION() local
333 if ((p = strchr(s, '.'))) { in PHP_MINFO_FUNCTION()
334 smart_str_appendl(&tmp1, s, (p - s)); in PHP_MINFO_FUNCTION()
/PHP-5.5/ext/soap/
H A Dphp_http.c106 char *p; in http_context_headers() local
115 p = s; in http_context_headers()
117 while (*p) { in http_context_headers()
121 } else if (*p == ' ' || *p == '\t') { in http_context_headers()
123 } else if (*p == '\r' || *p == '\n') { in http_context_headers()
126 p++; in http_context_headers()
128 if (*p == ':') { in http_context_headers()
130 while (*p && *p != '\r' && *p != '\n') { in http_context_headers()
131 p++; in http_context_headers()
158 s = (*p) ? (p + 1) : p; in http_context_headers()
[all …]

Completed in 86 milliseconds

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