pike.git / src / testsuite.in

version» Context lines:

pike.git/src/testsuite.in:10462:   // - call_out   // - call_out_info      // - callablep   test_true( callablep(time) )   test_true( callablep(String.Buffer) )   test_true( callablep( class { void `()() { } }() ) )   test_false( callablep(String.Buffer()) )   test_true( callablep( ({}) ) )   test_true( callablep( ({ 0,0 }) ) ) - test_treu( callablep( ({ 0,1 }) ) ) + test_true( callablep( ({ 0,1 }) ) )   test_true( callablep( ({ time }) ) )   test_true( callablep( ({ time, 0 }) ) )   test_false( callablep( ({ "a", time }) ) )   test_false( callablep( ({ "" }) ) )   test_false( callablep( "" ) )   test_false( callablep( 3.14 ) )   test_false( callablep( (< time >) ) )   test_false( callablep( 0 ) )   test_false( callablep( 7 ) )   test_true( callablep( ({ ({ 0, 1, time }) }) ) )