Home
last modified time | relevance | path

Searched refs:aa (Results 26 – 50 of 81) sorted by relevance

1234

/PHP-8.3/ext/standard/tests/streams/
H A Dbug72534.phpt5 $fname = __DIR__ . '/aa.tmp';
13 $fname = __DIR__ . '/aa.tmp';
/PHP-8.3/ext/standard/tests/array/
H A Darray_multisort_basic1.phpt9 $ar2 = array("row1" => 2, "row2" => "aa", "row3" => "1");
36 string(2) "aa"
51 string(2) "aa"
H A Dbug77395.phpt12 $data = [['aa'=> 'bb',], ['aa'=> 'bb',],];
H A Darray_multisort_basic2.phpt9 $ar2 = array( 2, "aa" , "1");
31 string(2) "aa"
/PHP-8.3/ext/opcache/tests/jit/
H A Dassign_037.phpt19 string(2) "aa"
20 string(2) "aa"
H A Dbug80745.phpt21 public $aa = false;
32 $flags = ($flags << 1) | ($message->aa ? 1 : 0);
/PHP-8.3/ext/spl/tests/SplFileObject/
H A DSplFileObject_fgetcsv_escape_default.phpt6 fwrite($fp, '"aa\"","bb","\"c"');
19 string(4) "aa\""
/PHP-8.3/ext/iconv/tests/
H A Dbug48147.phpt7 $text = "aa\xC3\xC3\xC3\xB8aa";
15 var_dump(urlencode(iconv("UTF-8", "UTF-8//IGNORE", "aa\xC3\xC3\xC3")));
20 string(10) "aa%C3%B8aa"
/PHP-8.3/Zend/tests/generators/
H A Dgenerator_in_multipleiterator.phpt8 yield 'aa';
34 string(2) "aa"
/PHP-8.3/ext/simplexml/tests/
H A Dbug61335.phpt7 $rec1 = simplexml_load_string("<foo><bar>aa</bar>\n</foo>");
8 $rec2 = simplexml_load_string("<foo><bar>aa</bar></foo>");
H A Dbug67116.phpt10 <aa>
20 </aa>
/PHP-8.3/ext/standard/tests/strings/
H A Dpack_arrays.phpt9 print_r(unpack('V*aa', $str));
15 [aa] => 66051
/PHP-8.3/Zend/tests/
H A Dget_class_vars_001.phpt13 static public $aa = 4;
37 ["aa"]=>
H A Dget_class_vars_003.phpt13 static public $aa = 4;
43 ["aa"]=>
H A Dget_class_vars_002.phpt13 static public $aa = 4;
38 ["aa"]=>
H A Dbug64417.phpt5 trait aa {
30 use aa;
/PHP-8.3/sapi/phpdbg/tests/
H A Dwatch_005.phpt31 New value: aa
37 New value (reference): aa
42 Old value: aa
H A Dwatch_004.phpt29 New value: aa
33 Old value: aa
/PHP-8.3/ext/pcre/tests/
H A Dpreg_replace_callback2.phpt18 var_dump(preg_replace_callback('@\b\w{1,2}\b@', 'g', array('a b3 bcd', 'v' => 'aksfjk', 12 => 'aa b…
31 string(9) "'aa' 'bb'"
/PHP-8.3/win32/
H A Dcodepage.h126 #define PHP_WIN32_CP_W_TO_ANY_ARRAY(aw, aw_len, aa, aa_len) do { \ argument
129 aa = (char **) malloc(aw_len * sizeof(char *)); \
130 if (!aa) { \
134 aa[i] = php_win32_cp_w_to_any(aw[i]); \
/PHP-8.3/ext/intl/tests/
H A Dregression_sort_eq.phpt28 $a1 = array( 'aa', 'aaa', 'a' );
44 1 => 'aa',
H A Dregression_sortwsk_eq.phpt28 $a1 = array( 'aa', 'aaa', 'a' );
44 1 => 'aa',
H A Dcollator_asort.phpt66 'c' => 'aa' ),
70 'aa' => 'a' ),
151 'c' => 'aa',
160 'aa' => 'a',
H A Dcollator_asort_variant2.phpt66 'c' => 'aa' ),
70 'aa' => 'a' ),
151 'c' => 'aa',
160 'aa' => 'a',
/PHP-8.3/tests/lang/
H A Dengine_assignExecutionOrder_003.phpt6 $a = "aa";
20 $aa = "foo";

Completed in 24 milliseconds

1234