Home
last modified time | relevance | path

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

1...<<11121314151617181920>>...31

/PHP-7.1/Zend/tests/
H A Dbug48409.phpt21 public function process($p)
23 return $p;
/PHP-7.1/ext/tidy/tests/
H A D004.phpt15 <body><p>hello</p></body>
/PHP-7.1/ext/opcache/Optimizer/
H A Dzend_inference.c154 while (p) { \
156 p = zend_ssa_next_use_phi(ssa, _var, p); \
186 while (p) { in zend_ssa_check_scc_var()
188 p = p->sym_use_chain; in zend_ssa_check_scc_var()
795 if (p->pi >= 0 && p->has_range_constraint) { in zend_inference_calc_range()
1753 p = p->sym_use_chain; in zend_infer_ranges()
1826 p = zend_ssa_next_use_phi(ssa, var, p); in add_usages()
1870 while (p) { in reset_dependent_vars()
1876 p = zend_ssa_next_use_phi(ssa, var, p); in reset_dependent_vars()
1917 while (p) { in reset_dependent_vars()
[all …]
/PHP-7.1/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.1/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.1/sapi/phpdbg/tests/
H A Dprint_002.phpt8 p
9 p o
/PHP-7.1/ext/phar/tests/
H A Dbug13727.phpt15 $p = new Phar($fname, 0, $pArchive);
21 $p->addFile("$fileDir/$i", "$dirName");
/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_frame.c59 zval *p = ZEND_CALL_ARG(ex, 1); in phpdbg_compile_stackframe() local
69 phpdbg_append_individual_arg(&s, i, ex->func, p); in phpdbg_compile_stackframe()
70 p++; in phpdbg_compile_stackframe()
73 p = ZEND_CALL_VAR_NUM(ex, op_array->last_var + op_array->T); in phpdbg_compile_stackframe()
76 phpdbg_append_individual_arg(&s, i, ex->func, p); in phpdbg_compile_stackframe()
77 p++; in phpdbg_compile_stackframe()
/PHP-7.1/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.1/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
H A Dtestoutput11-16447 /[\p{L}]/BM
451 2 [\p{L}]
456 /[\p{^L}]/BM
478 2 [\p{L}]
483 /[abc\p{L}\x{0660}]/8BM
492 /[\p{Nd}]/8BM
496 2 [\p{Nd}]
501 /[\p{Nd}+-]+/8BM
505 2 [+\-\p{Nd}]++
646 2 [^\p{Nd}]
[all …]
H A Dtestoutput11-32447 /[\p{L}]/BM
451 2 [\p{L}]
456 /[\p{^L}]/BM
478 2 [\p{L}]
483 /[abc\p{L}\x{0660}]/8BM
492 /[\p{Nd}]/8BM
496 2 [\p{Nd}]
501 /[\p{Nd}+-]+/8BM
505 2 [+\-\p{Nd}]++
646 2 [^\p{Nd}]
[all …]
/PHP-7.1/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.1/main/streams/
H A Dplain_wrapper.c1237 char *p; in php_plain_files_mkdir() local
1272 *p = '\0'; in php_plain_files_mkdir()
1273 while (p > buf && *(p-1) == DEFAULT_SLASH) { in php_plain_files_mkdir()
1275 --p; in php_plain_files_mkdir()
1276 *p = '\0'; in php_plain_files_mkdir()
1283 ++p; in php_plain_files_mkdir()
1290 if (p == buf) { in php_plain_files_mkdir()
1293 if (!p) { in php_plain_files_mkdir()
1294 p = buf; in php_plain_files_mkdir()
1297 while (++p != e) { in php_plain_files_mkdir()
[all …]
/PHP-7.1/ext/pcre/tests/
H A Dskip_003.inc3 if (@preg_match_all('/\p{N}/', '0123456789', $dummy) === false) {
/PHP-7.1/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.1/ext/pgsql/tests/
H A Dbug72028.phpt23 foreach ($params2 as &$p) {
26 unset($p);
/PHP-7.1/ext/oci8/tests/
H A Dbug44008.phpt16 "create or replace procedure bug44008_proc (p in out clob)
17 as begin p := 'A';
/PHP-7.1/Zend/
H A Dzend_variables.h31 ZEND_API void ZEND_FASTCALL _zval_dtor_func(zend_refcounted *p ZEND_FILE_LINE_DC);
129 ZEND_API void zval_add_ref(zval *p);
130 ZEND_API void zval_add_ref_unref(zval *p);
H A Dzend_portability.h360 # define free_alloca(p, use_heap) \ argument
361 do { if (UNEXPECTED(use_heap)) efree(p); } while (0)
365 # define do_alloca(p, use_heap) emalloc(p) argument
366 # define free_alloca(p, use_heap) efree(p) argument
/PHP-7.1/ext/session/
H A Dsession.c282 if (p < q) { in bin_to_readable()
329 const char *p; in php_session_valid_key() local
333 for (p = key; (c = *p); p++) { in php_session_valid_key()
598 char *p; in PHP_INI_MH() local
607 p++; in PHP_INI_MH()
841 for (p = val; p < endptr; ) {
925 p = val;
928 q = p;
933 p++;
959 p = q;
[all …]
/PHP-7.1/ext/standard/tests/array/
H A Darray_combine.phpt24 $p = array_combine($array4, $array4);
25 for($letter = "a"; $letter <= "p"; $letter++)
/PHP-7.1/sapi/litespeed/
H A Dlscriu.c602 const char *p; in LSCRIU_Init_Env_Parameters() local
605 p = getenv("LSAPI_INITIAL_START"); in LSCRIU_Init_Env_Parameters()
606 if (!p) in LSCRIU_Init_Env_Parameters()
607 p = getenv("LSAPI_BACKEND_INITIAL_START"); in LSCRIU_Init_Env_Parameters()
608 if (p) { in LSCRIU_Init_Env_Parameters()
609 n = atoi(p); in LSCRIU_Init_Env_Parameters()
/PHP-7.1/ext/standard/
H A Dexec.c286 char *p = NULL; in php_escape_shell_cmd() local
314 if (!p && (p = memchr(str + x + 1, str[x], l - x - 1))) { in php_escape_shell_cmd()
316 } else if (p && *p == str[x]) { in php_escape_shell_cmd()
317 p = NULL; in php_escape_shell_cmd()

Completed in 77 milliseconds

1...<<11121314151617181920>>...31