Home
last modified time | relevance | path

Searched refs:t (Results 126 – 150 of 1771) sorted by path

12345678910>>...71

/PHP-7.4/Zend/tests/
H A Dlsb_021.phpt2 ZE2 Late Static Binding parent::/self:: forwarding while classname doesn't
H A Dmagic_by_ref_001.phpt10 $t = new test;
12 $t->$name = 1;
H A Dmagic_by_ref_002.phpt10 $t = new test;
11 $t->prop = 1;
H A Dmagic_by_ref_003.phpt10 $t = new test;
12 var_dump($t->$name);
H A Dmagic_by_ref_004.phpt10 $t = new test;
13 var_dump($t->$name);
H A Dmagic_by_ref_005.phpt10 $t = new test;
13 var_dump(isset($t->$name));
H A Dmagic_by_ref_006.phpt10 $t = new test;
13 $t->$func();
H A Dmagic_by_ref_007.phpt10 $t = new test;
14 $t->$func($arg);
H A Dns_trailing_comma_error_01.phpt2 Group use declarations mustn't be empty
H A Dns_trailing_comma_error_02.phpt2 Group use declarations mustn't contain just a comma
H A Dns_trailing_comma_error_03.phpt2 Group use declarations mustn't allow more than one comma
H A Dns_trailing_comma_error_04.phpt2 Group use declarations mustn't begin with a comma
H A Dns_trailing_comma_error_05.phpt2 Group use declarations mustn't contain two commas mid-list
H A Dns_trailing_comma_error_06.phpt2 Unmixed group use declarations mustn't allow more than one comma
H A Dns_trailing_comma_error_07.phpt2 Unmixed group use declarations mustn't begin with a comma
H A Dns_trailing_comma_error_08.phpt2 Unmixed group use declarations mustn't contain two commas mid-list
H A Dphp_errormsg_misoptimization.phpt2 The variable $php_errormsg shouldn't be optimized as it may be unpredictably modified
H A Druntime_compile_time_binary_operands.phpt71 " \t\n\r\v\f20",
95 …return '"' . strtr($param, ["\t" => '\t', "\n" => '\n', "\r" => '\r', "\v" => '\v', "\f" => '\f', …
H A Dstrict_002.phpt12 $t = new test;
13 $t->foo = 5;
17 var_dump($t);
H A Dstrlen.phpt16 $t = new Test;
17 var_dump(strlen($t));
18 var_dump($t->something);
/PHP-7.4/Zend/tests/multibyte/
H A Dmultibyte_encoding_003.phpt17 �p�r�i�n�t� �"�H�e�l�l�o� �W�o�r�l�d�\�n�"�;�
H A Dmultibyte_encoding_004.phpt23 �\�\�\("�h���~�t�@�\");
26 �h���~�t�@�\
H A Dmultibyte_encoding_005.phpt24 �\�\�\("�h���~�t�@�\");
/PHP-7.4/Zend/tests/traits/
H A Dbug55424.phpt29 $t = new MyClass();
31 $t->setRequired();
/PHP-7.4/Zend/tests/traits/bugs/
H A Dabstract-methods04.phpt3 implementstion may be provided by other traits. Sorting order shouldn't influence result.

Completed in 49 milliseconds

12345678910>>...71