Home
last modified time | relevance | path

Searched refs:func1 (Results 1 – 11 of 11) sorted by relevance

/PHP-8.0/Zend/tests/
H A Dbug38220.phpt8 function func1() {
9 echo "func1(): {$this->obj->i}\n";
56 $obj1->func1();
60 $obj2->func1();
63 before call func1
68 func1(): 1
69 after call func1
78 before call func1
83 func1(): 1
84 after call func1
H A Daccess_modifiers_011.phpt10 private function func1()
12 return "in func1";
31 echo $a->func1(),"\n";
38 in func1
H A Dbug40236.inc2 function func1() { }
H A Dget_defined_vars.phpt50 function func1(){
59 func1();
/PHP-8.0/ext/reflection/tests/
H A DReflectionFunction_isGenerator_basic.phpt17 function func1() {
18 return 'func1';
25 $rf1 = new ReflectionFunction('func1');
/PHP-8.0/ext/pcre/tests/
H A Dbug34790.phpt5 function func1(){
10 $words = func1();
/PHP-8.0/Zend/tests/named_params/
H A Dundef_var.phpt6 function func1($arg) { var_dump($arg); }
7 func1(arg: $undef);
/PHP-8.0/ext/com_dotnet/tests/
H A Dbug33386.phpt13 public function func1() { echo " func one\n"; }
/PHP-8.0/ext/standard/
H A Dbasic_functions.c1740 zval *func1 = &tick_fe1->arguments[0]; local
1744 if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) {
1745 ret = zend_binary_zval_strcmp(func1, func2) == 0;
1746 } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) {
1747 ret = zend_compare_arrays(func1, func2) == 0;
1748 } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) {
1749 ret = zend_compare_objects(func1, func2) == 0;
/PHP-8.0/ext/fileinfo/tests/
H A Dmagic私はガラスを食べられます27173 # from module.submodule import func1, func2
H A Dmagic27173 # from module.submodule import func1, func2

Completed in 202 milliseconds