Home
last modified time | relevance | path

Searched refs:p1 (Results 26 – 50 of 59) sorted by relevance

123

/PHP-7.4/ext/reflection/tests/
H A D024.phpt6 private $p1 = 1;
32 Property [ <default> private $p1 ]
H A D023.phpt6 private $p1 = 1;
/PHP-7.4/ext/gd/tests/
H A Dbug38179.phpt21 $p1 = imagecolorat($dst_tc, 3,3);
22 printf("%X\n", $p1);
H A Dcopyresized.phpt29 $p1 = imagecolorat($im, $x, $y);
31 if (get_hexcolor($im, $p1) != get_hexcolor($dst, $p2)) {
/PHP-7.4/Zend/
H A Dzend_vm_trace_handlers.h54 static int zend_vm_trace_compare(const Bucket *p1, const Bucket *p2) in zend_vm_trace_compare() argument
56 if (Z_LVAL(p1->val) < Z_LVAL(p2->val)) { in zend_vm_trace_compare()
58 } else if (Z_LVAL(p1->val) > Z_LVAL(p2->val)) { in zend_vm_trace_compare()
H A Dzend_hash.c2548 Bucket *p1 = ht1->arData + idx1, *p2; in zend_hash_compare_impl() local
2552 if (Z_TYPE(p1->val) == IS_UNDEF) continue; in zend_hash_compare_impl()
2561 if (p1->h != p2->h) { in zend_hash_compare_impl()
2562 return p1->h > p2->h ? 1 : -1; in zend_hash_compare_impl()
2565 if (ZSTR_LEN(p1->key) != ZSTR_LEN(p2->key)) { in zend_hash_compare_impl()
2569 result = memcmp(ZSTR_VAL(p1->key), ZSTR_VAL(p2->key), ZSTR_LEN(p1->key)); in zend_hash_compare_impl()
2575 return p1->key != NULL ? 1 : -1; in zend_hash_compare_impl()
2580 if (p1->key == NULL) { /* numeric index */ in zend_hash_compare_impl()
2581 pData2 = zend_hash_index_find(ht2, p1->h); in zend_hash_compare_impl()
2586 pData2 = zend_hash_find(ht2, p1->key); in zend_hash_compare_impl()
[all …]
/PHP-7.4/ext/xml/tests/
H A Dbug30266.phpt44 $p1 = new Xml_Parser();
46 $p1->parse('<tag1><tag2></tag2></tag1>');
H A Dxml_set_processing_instruction_handler_basic.phpt44 $p1 = new Xml_Parser();
45 $p1->parse($xml);
H A Dxml_set_notation_decl_handler_basic.phpt63 $p1 = new Xml_Parser();
64 $p1->parse($xml);
/PHP-7.4/ext/phar/tests/tar/
H A Dbignames.phpt15 $p1 = new PharData($fname);
16 $p1[str_repeat('a', 100) . '/b'] = 'hi';
17 $p1[str_repeat('a', 155) . '/' . str_repeat('b', 100)] = 'hi2';
/PHP-7.4/win32/
H A Dsendmail.c1016 char *p1 = address, *p2; in get_angle_addr() local
1018 while ((p1 = strpbrk(p1, "<\"\\")) != NULL) { in get_angle_addr()
1019 if (*p1 == '\\' && in_quotes) { in get_angle_addr()
1020 if (p1[1] == '\0') { in get_angle_addr()
1024 p1++; in get_angle_addr()
1025 } else if (*p1 == '"') { in get_angle_addr()
1027 } else if (*p1 == '<' && !in_quotes) { in get_angle_addr()
1030 p1++; in get_angle_addr()
1032 if (p1 == NULL) return NULL; in get_angle_addr()
1033 p2 = ++p1; in get_angle_addr()
[all …]
/PHP-7.4/ext/spl/tests/
H A DarrayObject_clone_basic1.phpt7 $a['p1'] = 'new element added to a before clone';
22 ["p1"]=>
/PHP-7.4/ext/standard/tests/array/
H A Dbug34227.phpt91 function p1()
96 p1();
/PHP-7.4/ext/oci8/tests/
H A Ddrcp_functions.inc62 $set_stmt = "begin drcp_test_package.p1($num); end;";
72 procedure p1(var1 int);
79 procedure p1(var1 int) is
H A Dbug37581.phpt13 $p1 = "create or replace package BUG37581_PKG as
27 $s1 = oci_parse($c, $p1);
H A Dimp_res_insert.phpt30 "create or replace procedure imp_res_insert_proc_nc (p1 in number) as
33 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
38 "create or replace procedure imp_res_insert_proc_c (p1 in number) as
41 execute immediate 'insert into imp_res_insert_tab values ('||p1||')';
H A Dbind_char_3.phpt23 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
H A Dbind_char_3_11gR1.phpt23 "create or replace function bind_char_3_fn(p1 char) return char as begin return p1; end;",
H A Dbind_char_4.phpt25 "create or replace function bind_char_3_fn(p1 varchar2) return varchar2 as begin return p1; end;",
/PHP-7.4/main/
H A Dmergesort.c109 u_char *list2, *list1, *p2, *p, *last, **p1; in php_mergesort() local
136 p1 = EVAL(list1); in php_mergesort()
137 for (tp2 = p2 = list2; p2 != last; p1 = EVAL(l2)) { in php_mergesort()
222 *p1 = l2; in php_mergesort()
/PHP-7.4/ext/pcre/pcre2lib/
H A Dpcre2_jit_neon_inc.h182 sljit_u8 *p1 = str_ptr - diff; in FF_FUN() local
209 if (p1 < str_ptr) in FF_FUN()
/PHP-7.4/ext/standard/tests/general_functions/
H A Ddebug_zval_dump_o.phpt56 protected $p1 = 40;
147 ["p1":protected]=>
/PHP-7.4/ext/intl/collator/
H A Dcollator_sort.c254 static int collator_cmp_sort_keys( const void *p1, const void *p2 ) in collator_cmp_sort_keys() argument
256 char* key1 = ((collator_sort_key_index_t*)p1)->key; in collator_cmp_sort_keys()
/PHP-7.4/ext/spl/
H A Dspl_directory.c403 char *p1, *p2; in spl_filesystem_info_set_filename() local
417 p1 = strrchr(intern->file_name, '/'); in spl_filesystem_info_set_filename()
423 if (p1 || p2) { in spl_filesystem_info_set_filename()
424 intern->_path_len = ((p1 > p2 ? p1 : p2) - intern->file_name); in spl_filesystem_info_set_filename()
2265 char *p1, *p2; in SPL_METHOD() local
2298 p1 = strrchr(tmp_path, '/'); in SPL_METHOD()
2304 if (p1 || p2) { in SPL_METHOD()
2305 intern->_path_len = ((p1 > p2 ? p1 : p2) - tmp_path); in SPL_METHOD()
/PHP-7.4/ext/mbstring/
H A Dmbstring.c713 char *p, *p1, *p2, *endp, *tmpstr; in php_mb_parse_encoding_list() local
736 p1 = tmpstr; in php_mb_parse_encoding_list()
738 p1 = p2 + 1; in php_mb_parse_encoding_list()
747 p1 = tmpstr; in php_mb_parse_encoding_list()
749 p2 = p = (char*)php_memnstr(p1, ",", 1, endp); in php_mb_parse_encoding_list()
755 while (p1 < p && (*p1 == ' ' || *p1 == '\t')) { in php_mb_parse_encoding_list()
756 p1++; in php_mb_parse_encoding_list()
759 while (p > p1 && (*p == ' ' || *p == '\t')) { in php_mb_parse_encoding_list()
764 if (strcasecmp(p1, "auto") == 0) { in php_mb_parse_encoding_list()
776 const mbfl_encoding *encoding = mbfl_name2encoding(p1); in php_mb_parse_encoding_list()
[all …]

Completed in 77 milliseconds

123