Home
last modified time | relevance | path

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

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

/PHP-7.0/ext/standard/tests/streams/
H A Dbug72853.phpt17 $p = proc_open("ls", $descs, $pipes, '.', NULL, NULL);
25 proc_close($p);
/PHP-7.0/ext/mbstring/
H A Dmbstring.c742 p--; in php_mb_parse_encoding_list()
743 while (p > p1 && (*p == ' ' || *p == '\t')) { in php_mb_parse_encoding_list()
745 p--; in php_mb_parse_encoding_list()
1627 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RINIT_FUNCTION()
1648 p++; in PHP_RINIT_FUNCTION()
1688 if ((MBSTRG(func_overload) & p->type) == p->type && in PHP_RSHUTDOWN_FUNCTION()
1695 p++; in PHP_RSHUTDOWN_FUNCTION()
2124 char *p; in PHP_FUNCTION() local
4318 ++p; in PHP_FUNCTION()
4319 } while (*p == ' ' || *p == '\t'); in PHP_FUNCTION()
[all …]
/PHP-7.0/ext/standard/
H A Dftp_fopen_wrapper.c831 char *p = tmp_line + 4; in php_stream_ftp_url_stat() local
836 while (p - tmp_line < sizeof(tmp_line) && !isdigit(*p)) { in php_stream_ftp_url_stat()
837 p++; in php_stream_ftp_url_stat()
1067 *p = '\0'; in php_stream_ftp_mkdir()
1071 *p = '/'; in php_stream_ftp_mkdir()
1075 if (p == buf) { in php_stream_ftp_mkdir()
1082 if (!p) { in php_stream_ftp_mkdir()
1083 p = buf; in php_stream_ftp_mkdir()
1086 while (++p != e) { in php_stream_ftp_mkdir()
1087 if (*p == '\0' && *(p + 1) != '\0') { in php_stream_ftp_mkdir()
[all …]
/PHP-7.0/ext/session/
H A Dmod_files.c112 const char *p; in ps_files_path_create() local
122 p = key; in ps_files_path_create()
127 buf[n++] = *p++; in ps_files_path_create()
375 const char *p, *last; in PS_OPEN_FUNC() local
392 p = strchr(save_path, ';'); in PS_OPEN_FUNC()
393 while (p) { in PS_OPEN_FUNC()
395 last = ++p; in PS_OPEN_FUNC()
396 p = strchr(p, ';'); in PS_OPEN_FUNC()
H A Dsession.c279 if (p < q) { in bin_to_readable()
453 const char *p; in php_session_valid_key() local
457 for (p = key; (c = *p); p++) { in php_session_valid_key()
712 char *p; in PHP_INI_MH() local
721 p++; in PHP_INI_MH()
978 for (p = val; p < endptr; ) {
1074 p = val;
1078 q = p;
1084 p++;
1121 p = q;
[all …]
/PHP-7.0/Zend/
H A Dzend_operators.c2540 *p = zend_tolower_ascii(*p); in zend_str_tolower()
2541 p++; in zend_str_tolower()
2552 if (*p != zend_tolower_ascii(*p)) { in zend_str_tolower_dup_ex()
2562 p++; in zend_str_tolower_dup_ex()
2568 p++; in zend_str_tolower_dup_ex()
2580 if (*p != zend_tolower_ascii(*p)) { in zend_string_tolower()
2590 p++; in zend_string_tolower()
2596 p++; in zend_string_tolower()
3032 p += td[(unsigned char)(p[needle_len])];
3051 p = end;
[all …]
H A Dzend_language_scanner.l98 char *p = (s), *boundary = p+(l); \
101 if (*p == '\n' || (*p == '\r' && (*(p+1) != '\n'))) { \
304 p = script; in zend_multibyte_detect_utf_encoding()
307 p = memchr(p, 0, script_size-(p-script)-2); in zend_multibyte_detect_utf_encoding()
308 if (!p) { in zend_multibyte_detect_utf_encoding()
311 if (*(p+1) == '\0' && *(p+2) == '\0') { in zend_multibyte_detect_utf_encoding()
317 p += 4; in zend_multibyte_detect_utf_encoding()
321 p = script; in zend_multibyte_detect_utf_encoding()
324 if (*p == '\0' && *(p+wchar_size-1) != '\0') { in zend_multibyte_detect_utf_encoding()
328 } else if (*p != '\0' && *(p+wchar_size-1) == '\0') { in zend_multibyte_detect_utf_encoding()
[all …]
/PHP-7.0/ext/openssl/tests/
H A Dopenssl_csr_get_public_key_basic.phpt14 $dh_details = array('p' => $phex, 'g' => '2');
16 'dh'=> array('p' => hex2bin($phex), 'g' => '2'))
/PHP-7.0/Zend/tests/
H A Dbug48409.phpt21 public function process($p)
23 return $p;
/PHP-7.0/ext/mysqli/tests/
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");
H A Dbug73462.phpt14 $mysql_1 = new mysqli('p:'.$host, $user, $passwd, $db);
25 $mysql_3 = new mysqli('p:'.$host, $user, $passwd, $db);
/PHP-7.0/ext/opcache/
H A Dzend_accelerator_module.c103 zend_long *p; in ZEND_INI_MH() local
134 *p = ZEND_ULONG_MAX; in ZEND_INI_MH()
136 *p = memsize * (1024 * 1024); in ZEND_INI_MH()
143 zend_long *p; in ZEND_INI_MH() local
181 *p = size; in ZEND_INI_MH()
187 double *p; in ZEND_INI_MH() local
198 p = (double *) (base + (size_t)mh_arg1); in ZEND_INI_MH()
215 *p = (double)percentage / 100.0; in ZEND_INI_MH()
227 zend_bool *p; in ZEND_INI_MH() local
242 *p = 0; in ZEND_INI_MH()
[all …]
/PHP-7.0/ext/phar/tests/
H A Dbug13727.phpt15 $p = new Phar($fname, 0, $pArchive);
21 $p->addFile("$fileDir/$i", "$dirName");
/PHP-7.0/sapi/phpdbg/tests/
H A Dprint_002.phpt8 p
9 p o
/PHP-7.0/ext/pcre/tests/
H A Dskip_003.inc3 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
/PHP-7.0/ext/soap/
H A Dphp_http.c104 char *p; in http_context_headers() local
113 p = s; in http_context_headers()
115 while (*p) { in http_context_headers()
119 } else if (*p == ' ' || *p == '\t') { in http_context_headers()
121 } else if (*p == '\r' || *p == '\n') { in http_context_headers()
124 p++; in http_context_headers()
126 if (*p == ':') { in http_context_headers()
128 while (*p && *p != '\r' && *p != '\n') { in http_context_headers()
129 p++; in http_context_headers()
156 s = (*p) ? (p + 1) : p; in http_context_headers()
[all …]
/PHP-7.0/ext/pcre/pcrelib/testdata/
H A Dtestinput1183 /[\p{L}]/BM
85 /[\p{^L}]/BM
91 /[abc\p{L}\x{0660}]/8BM
93 /[\p{Nd}]/8BM
95 /[\p{Nd}+-]+/8BM
/PHP-7.0/ext/opcache/Optimizer/
H A Dzend_optimizer.c686 Bucket *p, *q; in zend_accel_script_optimize() local
698 p = script->function_table.arData + idx; in zend_accel_script_optimize()
699 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
700 op_array = (zend_op_array*)Z_PTR(p->val); in zend_accel_script_optimize()
705 p = script->class_table.arData + idx; in zend_accel_script_optimize()
706 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
707 ce = (zend_class_entry*)Z_PTR(p->val); in zend_accel_script_optimize()
729 p = script->function_table.arData + idx; in zend_accel_script_optimize()
730 if (Z_TYPE(p->val) == IS_UNDEF) continue; in zend_accel_script_optimize()
736 p = script->class_table.arData + idx; in zend_accel_script_optimize()
[all …]
/PHP-7.0/ext/exif/
H A Dtest.txt126 if ( ($p=strpos($path,'?')) !== false) $path = substr($path,0,$p);
127 if ( ($p=strrpos($path,'/')) /*< strlen($path)-1*/) $path = substr($path,0,$p);
181 </p>
182 <p>
190 </p>
191 <p>
193 </p>
194 <p>
197 </p>
198 <p>
[all …]
/PHP-7.0/main/streams/
H A Dplain_wrapper.c1212 char *p; in php_plain_files_mkdir() local
1247 *p = '\0'; in php_plain_files_mkdir()
1248 while (p > buf && *(p-1) == DEFAULT_SLASH) { in php_plain_files_mkdir()
1250 --p; in php_plain_files_mkdir()
1251 *p = '\0'; in php_plain_files_mkdir()
1258 ++p; in php_plain_files_mkdir()
1265 if (p == buf) { in php_plain_files_mkdir()
1268 if (!p) { in php_plain_files_mkdir()
1269 p = buf; in php_plain_files_mkdir()
1272 while (++p != e) { in php_plain_files_mkdir()
[all …]
/PHP-7.0/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_nextrowset.phpt47 $db->exec('DROP PROCEDURE IF EXISTS p');
48 …$db->exec('CREATE PROCEDURE p(OUT ver_param VARCHAR(25)) BEGIN SELECT VERSION() INTO ver_param; EN…
49 $db->exec('CALL p(@VERSION)');
58 $db->exec('DROP PROCEDURE IF EXISTS p');
59 …$db->exec('CREATE PROCEDURE p() BEGIN SELECT id FROM test ORDER BY id ASC LIMIT 3; SELECT id, labe…
60 $stmt = $db->query('CALL p()');
102 @$db->exec('DROP PROCEDURE IF EXISTS p');
/PHP-7.0/ext/oci8/tests/
H A Dbug44008.phpt16 "create or replace procedure bug44008_proc (p in out clob)
17 as begin p := 'A';
/PHP-7.0/ext/pgsql/tests/
H A Dbug72028.phpt23 foreach ($params2 as &$p) {
26 unset($p);
/PHP-7.0/ext/mysqlnd/
H A Dmysqlnd.c1034 char *p; local
1036 if (!p) {
1052 char *p; local
1282 p++;
1296 p++;
1332 p++;
1480 p = buff;
2135 char *p; local
2141 major = ZEND_STRTOL(p, &p, 10);
2143 minor = ZEND_STRTOL(p, &p, 10);
[all …]
/PHP-7.0/ext/standard/tests/array/
H A Darray_combine.phpt24 $p = array_combine($array4, $array4);
25 for($letter = "a"; $letter <= "p"; $letter++)

Completed in 84 milliseconds

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