Home
last modified time | relevance | path

Searched refs:p (Results 801 – 825 of 937) sorted by relevance

1...<<3132333435363738

/php-src/ext/soap/tests/bugs/
H A Dbug66112.phpt10 function Mist($p) {
/php-src/ext/standard/tests/file/windows_mb_path/
H A Dtest_cp1250_to_utf8_4.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
H A Dtest_cp1250_to_utf8_5.phpt23 $item = "Árvíztűrő tükörfúrógép"; // cp1250 specific chars
/php-src/ext/ffi/tests/
H A Ddeprecations.phpt36 $p = FFI::cast("uint8_t[2]", $p1);
/php-src/ext/dom/tests/modern/common/
H A DDocument_title_getter.phpt40 …ns=\"http://www.w3.org/1999/xhtml\"><title><div><!-- comment -->x</div>y<p>z</p>w</title></root>");
/php-src/ext/intl/collator/
H A Dcollator_sort.c315 static void collator_sortkey_swap(collator_sort_key_index_t *p, collator_sort_key_index_t *q) /* {{… in collator_sortkey_swap() argument
318 t = *p; in collator_sortkey_swap()
319 *p = *q; in collator_sortkey_swap()
/php-src/ext/sockets/
H A Dmulticast.c751 *p; local
784 for (p = if_conf.ifc_buf;
785 p < ((char *)if_conf.ifc_buf) + if_conf.ifc_len;
786 p += entry_len) {
789 memcpy(&cur_req, p, sizeof(struct ifreq));
/php-src/main/streams/
H A Dxp_socket.c624 char *p; in parse_ip_address_ex() local
628 p = memchr(str + 1, ']', str_len - 2); in parse_ip_address_ex()
629 if (!p || *(p + 1) != ':') { in parse_ip_address_ex()
635 *portno = atoi(p + 2); in parse_ip_address_ex()
636 return estrndup(str + 1, p - str - 1); in parse_ip_address_ex()
/php-src/Zend/
H A Dzend_weakrefs.c52 #define ZEND_WEAKREF_GET_TAG(p) (((uintptr_t) (p)) & 3) argument
53 #define ZEND_WEAKREF_GET_PTR(p) ((void *) (((uintptr_t) (p)) & ~3)) argument
54 #define ZEND_WEAKREF_ENCODE(p, t) ((void *) (((uintptr_t) (p)) | (t))) argument
H A Dzend_vm_def.h6970 Bucket *p; in ZEND_VM_HELPER() local
7005 p++; in ZEND_VM_HELPER()
7132 p++;
7168 Bucket *p; variable
7210 p++;
7270 p++;
8848 p++; in ZEND_HASH_FILL_PACKED()
9550 p++; in ZEND_HASH_FILL_PACKED()
9561 q = p; in ZEND_HASH_FILL_PACKED()
9572 p++; in ZEND_HASH_FILL_PACKED()
[all …]
H A Dzend_inheritance.c3296 Bucket *p, *end; in zend_lazy_class_load() local
3327 p = ce->function_table.arData; in zend_lazy_class_load()
3329 for (; p != end; p++) { in zend_lazy_class_load()
3367 p = ce->properties_info.arData; in zend_lazy_class_load()
3369 for (; p != end; p++) { in zend_lazy_class_load()
3372 prop_info = Z_PTR(p->val); in zend_lazy_class_load()
3376 Z_PTR(p->val) = new_prop_info; in zend_lazy_class_load()
3403 p = ce->constants_table.arData; in zend_lazy_class_load()
3405 for (; p != end; p++) { in zend_lazy_class_load()
3408 c = Z_PTR(p->val); in zend_lazy_class_load()
[all …]
/php-src/ext/ffi/
H A Dffi.c709 *p = (*p & ~mask) | ((val << pos) & mask); in zend_ffi_zval_to_bit_field()
717 *p = (*p & ~mask) | ((val << pos) & mask); in zend_ffi_zval_to_bit_field()
718 p++; in zend_ffi_zval_to_bit_field()
732 *p = (*p & ~mask) | (val & mask); in zend_ffi_zval_to_bit_field()
4968 while (*p == ' ' || *p == '\t') { in zend_ffi_parse_directives()
4979 p++; in zend_ffi_parse_directives()
5004 while (*p == ' ' || *p == '\t') { in zend_ffi_parse_directives()
5007 while (*p == '\r' || *p == '\n') { in zend_ffi_parse_directives()
5015 while (*p == ' ' || *p == '\t') { in zend_ffi_parse_directives()
5051 while (*p == ' ' || *p == '\t') { in zend_ffi_parse_directives()
[all …]
/php-src/ext/openssl/tests/
H A Dopenssl_encrypt_ccm.phpt49 string(8) "p/lvgA=="
/php-src/ext/standard/tests/array/range/
H A Drange_inputs_string_variations.phpt126 string(1) "p"
/php-src/ext/pdo_pgsql/tests/
H A Dpdopgsql_setNoticeCallback_trampoline_no_leak.phpt30 class T { public function z($m) { echo $m."\n"; } public function __call($m, $p) { echo "bah $m\n";…
/php-src/ext/standard/
H A Dbasic_functions.c749 char *p, **env; local
766 if ((p = strchr(setting, '='))) {
767 pe.key = zend_string_init(setting, p - setting, 0);
769 value = p + 1;
794 if (!p) { /* no '=' means we want to unset it */
797 if (!p || putenv(pe.putenv_string) == 0) { /* success */
878 opt_struct *p; local
881 for (p = longopts; p && p->opt_char != '-'; p++) {
882 if (p->opt_name != NULL) {
883 efree((char *)(p->opt_name));
/php-src/ext/mysqlnd/
H A Dmysqlnd_libmysql_compat.h95 #define mysql_stmt_send_long_data(s,p,d,l) mysqlnd_stmt_send_long_data((s), (p), (d), (l)) argument
/php-src/ext/mysqli/tests/
H A Dmysqli_pconn_kill.phpt16 $host = 'p:' . $host;
80 // remove the "p:<host>" from the host variable
H A Dmysqli_pconnect.phpt13 $host = 'p:' . $host;
/php-src/ext/mbstring/tests/
H A Dmb_detect_encoding.phpt18 $hungarian = "Árvíztűrő tükörfúrógép";
259 "其中,闽南语不仅有 −p,−t,−k,也有模糊入声"
316 'Co je dovoleno pánovi, není dovoleno kmánovi.',
320 'Co jsi z úst vypustil, ani párem koní nedostaneš zpět.',
322 'Co nejde po dobrým, to půjde po zlým.',
333 'Častá krůpěj kámen proráží.',
337 'Čistota – půl zdraví.',
341 'Dějiny píší vítězové.',
371 'Žádná píseň není tak dlouhá, aby jí nebyl konec.',
/php-src/ext/standard/tests/general_functions/
H A Dprint_r.phpt175 var $p = 30;
986 [p] => 30
1041 [p] => 30
1096 [p] => 30
1152 [p] => 30
1207 [p] => 30
1262 [p] => 30
H A Dprint_r_64bit.phpt179 var $p = 30;
990 [p] => 30
1045 [p] => 30
1100 [p] => 30
1156 [p] => 30
1211 [p] => 30
1266 [p] => 30
/php-src/main/
H A Drfc1867.c65 char *s = varname, *index = NULL, *indexend = NULL, *p; in normalize_protected_variable() local
77 for (p = varname; *p && *p != '['; p++) { in normalize_protected_variable()
78 switch(*p) { in normalize_protected_variable()
81 *p = '_'; in normalize_protected_variable()
/php-src/ext/gd/libgd/
H A Dgd_gd2.c764 int p = im->tpixels[y][x]; in _gdImageGd2() local
765 chunkData[chunkLen++] = gdTrueColorGetAlpha(p); in _gdImageGd2()
766 chunkData[chunkLen++] = gdTrueColorGetRed(p); in _gdImageGd2()
767 chunkData[chunkLen++] = gdTrueColorGetGreen(p); in _gdImageGd2()
768 chunkData[chunkLen++] = gdTrueColorGetBlue(p); in _gdImageGd2()
/php-src/ext/phar/tests/
H A Dphar_extract.phpt27 …yIterator(__DIR__ . '/extract', 0x00003000), RecursiveIteratorIterator::CHILD_FIRST) as $p => $b) {
28 $out[] = $p;

Completed in 124 milliseconds

1...<<3132333435363738