Home
last modified time | relevance | path

Searched refs:func2 (Results 1 – 10 of 10) sorted by relevance

/PHP-5.3/ext/sqlite3/tests/
H A Dsqlite3_29_createfunction.phpt14 $func2 = 'strtolower';
15 var_dump($db->createfunction($func2, $func2));
18 var_dump($db->createfunction($func, $func2));
/PHP-5.3/Zend/tests/
H A Daccess_modifiers_011.phpt14 protected function func2()
16 return "in func2";
32 echo $a->func2(),"\n";
39 in func2
H A Dbug48770_3.phpt12 private function func2($str) {
25 call_user_func_array(array($this, 'self::func2'), array($str));
29 private function func2($str) {
48 %unicode|string%(27) "B::func2: This should work!"
H A Dbug48770_2.phpt12 private function func2($str) {
25 call_user_func_array(array($this, 'parent::func2'), array($str));
30 private function func2($str) {
49 %unicode|string%(27) "A::func2: This should work!"
H A Dbug48770.phpt12 private function func2($str) {
34 private function func2($str) {
H A Dbug40236.inc3 function func2() { }
H A Dget_defined_vars.phpt57 function func2(){
61 func2();
/PHP-5.3/main/
H A Dphp_ticks.c43 void(*func2)(int); in php_compare_tick_functions() local
45 memcpy(&func2, elem2, sizeof(void(*)(int))); in php_compare_tick_functions()
46 return (func1 == func2); in php_compare_tick_functions()
/PHP-5.3/ext/com_dotnet/tests/
H A Dbug33386.phpt12 public function func2() { echo " func two\n"; }
/PHP-5.3/ext/standard/
H A Dbasic_functions.c5065 zval *func2 = tick_fe2->arguments[0]; local
5069 if (Z_TYPE_P(func1) == IS_STRING && Z_TYPE_P(func2) == IS_STRING) {
5070 ret = (zend_binary_zval_strcmp(func1, func2) == 0);
5071 } else if (Z_TYPE_P(func1) == IS_ARRAY && Z_TYPE_P(func2) == IS_ARRAY) {
5073 zend_compare_arrays(&result, func1, func2 TSRMLS_CC);
5075 } else if (Z_TYPE_P(func1) == IS_OBJECT && Z_TYPE_P(func2) == IS_OBJECT) {
5077 zend_compare_objects(&result, func1, func2 TSRMLS_CC);

Completed in 34 milliseconds