Home
last modified time | relevance | path

Searched refs:p (Results 751 – 775 of 844) sorted by relevance

1...<<31323334

/PHP-8.3/ext/standard/tests/time/
H A Dstrptime_parts.phpt22 $res = strptime($str, '%H:%M:%S %p %B %d %Y %Z');
/PHP-8.3/ext/standard/tests/strings/
H A Dstr_split_variation6.phpt106 string(1) "p"
H A Dchunk_split_variation5.phpt50 string(213) "T||h||i||s|| ||c||o||n||t||a||i||n||s|| ||a||n||d|| ||s||p||e||c||i||a||l|| ||c||h||a|…
/PHP-8.3/Zend/Optimizer/
H A Dzend_cfg.c633 int p; in zend_cfg_build_predecessors() local
635 for (p = 0; p < s; p++) { in zend_cfg_build_predecessors()
636 if (blocks[j].successors[p] == blocks[j].successors[s]) { in zend_cfg_build_predecessors()
/PHP-8.3/ext/json/
H A Djson_encoder.c334 zend_long p; in php_json_escape_string() local
336 if ((type = is_numeric_string(s, len, &p, &d, 0)) != 0) { in php_json_escape_string()
338 smart_str_append_long(buf, p); in php_json_escape_string()
/PHP-8.3/Zend/
H A Dzend_generators.c681 Bucket *p; in zend_generator_get_next_delegated_value() local
689 p = &ht->arData[pos]; in zend_generator_get_next_delegated_value()
690 value = &p->val; in zend_generator_get_next_delegated_value()
698 if (p->key) { in zend_generator_get_next_delegated_value()
699 ZVAL_STR_COPY(&generator->key, p->key); in zend_generator_get_next_delegated_value()
701 ZVAL_LONG(&generator->key, p->h); in zend_generator_get_next_delegated_value()
H A Dzend_ast.c1694 p = _p; \
1702 p = _p; \
1714 p = _p; \
1730 p = n; \
1737 int p, pl, pr; in zend_ast_export_ex() local
2509 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
2513 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex()
2517 if (priority > p) smart_str_appendc(str, '('); in zend_ast_export_ex()
2520 if (priority > p) smart_str_appendc(str, ')'); in zend_ast_export_ex()
2551 if (ast->child[p]) { in zend_ast_export_ex()
[all …]
/PHP-8.3/ext/date/tests/
H A Dgmstrftime_variation6.phpt17 'AM/PM format for a time' => "%p",
H A Dstrftime_variation6.phpt18 'AM/PM format for a time' => "%p",
/PHP-8.3/ext/standard/
H A Dvar.c1328 const unsigned char *p; in php_unserialize_with_options() local
1338 p = (const unsigned char*) buf; in php_unserialize_with_options()
1398 if (!php_var_unserialize(retval, &p, p + buf_len, &var_hash)) { in php_unserialize_with_options()
1401 (zend_long)((char*)p - buf), buf_len); in php_unserialize_with_options()
1408 if ((char*)p < buf + buf_len) { in php_unserialize_with_options()
1411 (zend_long)((char*)p - buf), buf_len); in php_unserialize_with_options()
H A Dbase64.c1188 unsigned char *p; in php_base64_encode_default() local
1192 p = (unsigned char *)ZSTR_VAL(result); in php_base64_encode_default()
1194 p = php_base64_encode_impl(str, length, p); in php_base64_encode_default()
1196 ZSTR_LEN(result) = (p - (unsigned char *)ZSTR_VAL(result)); in php_base64_encode_default()
/PHP-8.3/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt52 var $p = 30;
142 ["p"]=>
H A Dvar_dump.phpt173 var $p = 30;
582 ["p"]=>
660 ["p"]=>
1242 ["p"]=>
1320 ["p"]=>
/PHP-8.3/ext/opcache/jit/
H A Dzend_jit_helpers.c1776 if (EXPECTED(p->key == varname) || in zend_jit_fetch_global_helper()
1778 EXPECTED(p->key != NULL) && in zend_jit_fetch_global_helper()
1781 value = (zval*)p; /* value = &p->val; */ in zend_jit_fetch_global_helper()
1872 if (EXPECTED(p->key == name) || in zend_jit_fetch_obj_r_dynamic()
1873 (EXPECTED(p->h == ZSTR_H(name)) && in zend_jit_fetch_obj_r_dynamic()
1874 EXPECTED(p->key != NULL) && in zend_jit_fetch_obj_r_dynamic()
1876 ZVAL_COPY_DEREF(result, &p->val); in zend_jit_fetch_obj_r_dynamic()
1928 if (EXPECTED(p->key == name) || in zend_jit_fetch_obj_is_dynamic()
1929 (EXPECTED(p->h == ZSTR_H(name)) && in zend_jit_fetch_obj_is_dynamic()
1930 EXPECTED(p->key != NULL) && in zend_jit_fetch_obj_is_dynamic()
[all …]
/PHP-8.3/ext/standard/tests/array/
H A Dusort_variation7.phpt23 $array_arg = array("b" => "Banana", "m" => "Mango", "a" => "Apple", "p" => "Pineapple");
/PHP-8.3/ext/mysqli/tests/
H A Dbug55283.phpt53 if (my_mysqli_real_connect($link, 'p:' . $host, $user, $passwd, $db, $port, null, $flags)) {
H A Dmysqli_pconn_disabled.phpt19 $host = 'p:' . $host;
H A Dmysqli_pconn_twice.phpt18 $host = 'p:' . $host;
/PHP-8.3/ext/pcre/pcre2lib/
H A Dpcre2_printint.c313 const uint32_t *p = PRIV(ucd_caseless_sets) + code[2]; in print_prop() local
315 while (*p < NOTACHAR) fprintf(f, " %04x", *p++); in print_prop()
/PHP-8.3/ext/pdo_pgsql/
H A Dpgsql_driver.c1255 char *conn_str, *p, *e; in pdo_pgsql_handle_factory() local
1274 p = (char *) dbh->data_source; in pdo_pgsql_handle_factory()
1275 while ((p = memchr(p, ';', (e - p)))) { in pdo_pgsql_handle_factory()
1276 *p = ' '; in pdo_pgsql_handle_factory()
/PHP-8.3/ext/exif/
H A Dexif.c1391 int c, i, p=0, n = 5+31; in exif_char_dump() local
1393 p += slprintf(buf+p, sizeof(buf)-p, "\nDump Len: %08X (%d)", len, len); in exif_char_dump()
1395 for(i=0; i<len+15 && p+n<=sizeof(buf); i++) { in exif_char_dump()
1397 p += slprintf(buf+p, sizeof(buf)-p, "\n%08X: ", i+offset); in exif_char_dump()
1401 p += slprintf(buf+p, sizeof(buf)-p, "%02X ", c); in exif_char_dump()
1405 p += slprintf(buf+p, sizeof(buf)-p, " "); in exif_char_dump()
1408 p += slprintf(buf+p, sizeof(buf)-p, " %s", tmp); in exif_char_dump()
/PHP-8.3/ext/ffi/tests/
H A D027.phpt12 $p = $ffi->new("int[*]");
/PHP-8.3/ext/intl/msgformat/
H A Dmsgformat_helpers.cpp168 MessagePattern::Part p = mp.getPart(i); in umsg_parse_format() local
170 if (p.getType() != UMSGPAT_PART_TYPE_ARG_START) { in umsg_parse_format()
203 UMessagePatternArgType argType = p.getArgType(); in umsg_parse_format()
/PHP-8.3/ext/pdo/
H A Dpdo_sql_parser.re361 zend_string *p;
371 …if (zend_string_equals_literal(name, "?") || (p = zend_hash_find_ptr(stmt->bound_param_map, name))…
374 idxbuf = zend_string_copy(p);
/PHP-8.3/ext/filter/tests/
H A D043.phpt126 string(1) "p"

Completed in 108 milliseconds

1...<<31323334