Home
last modified time | relevance | path

Searched refs:call (Results 126 – 150 of 281) sorted by relevance

12345678910>>...12

/PHP-5.4/tests/lang/
H A Dbug21600.phpt2 Bug #21600 (assign by reference function call changes variable contents)
/PHP-5.4/tests/classes/
H A Dctor_visibility.phpt69 Fatal error: Cannot call private TestPriv::__construct() in %sctor_visibility.php on line %d
/PHP-5.4/Zend/tests/
H A Dbug46238.phpt2 Bug #46238 (Segmentation fault on static call with empty string method)
H A Dis_a.phpt2 is_a() and is_subclass_of() shouldn't call __autoload
H A Dbug63111.phpt35 Fatal error: Cannot call abstract method Foo::bar() in %sbug63111.php on line 20
H A Dbug48770.phpt2 Bug #48770 (call_user_func_array() fails to call parent from inheriting class)
H A Dindirect_call_array_004.phpt2 Indirect method call by array - Testing exception and method magics
/PHP-5.4/ext/xsl/tests/
H A Dbug33853.phpt2 Bug #33853 (php:function call __autoload with lowercase param)
H A Dxsltprocessor_registerPHPFunctions-funcnostring.phpt4 The XSL script tries to call a php function that is not a string which
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql_stmt_fetch_serialize.phpt100 …$stmt->setFetchMode(PDO::FETCH_CLASS|PDO::FETCH_SERIALIZE, 'myclass', array('PDO shall not call __…
106 $stmt->setFetchMode(PDO::FETCH_CLASS, 'myclass', array('PDO shall call __construct()'));
146 myclass::__construct(PDO shall call __construct())
H A Dpdo_mysql_stmt_fetchobject.phpt46 // NOTE: PDO will call __set() prior to calling __construct()
55 // NOTE: PDO can call regular methods prior to calling __construct()
/PHP-5.4/ext/oci8/tests/
H A Dlob_null.phpt82 $s = oci_parse($c, "call lob_null_proc_in(4, :b)");
96 $s = oci_parse($c, "call lob_null_proc_in(5, :b)");
110 $s = oci_parse($c, "call lob_null_proc_in(6, :b)");
169 $s = oci_parse ($c, "call lob_null_proc_out($i, :b)");
/PHP-5.4/ext/pdo/
H A DTODO12 - Separate the handle factory call into two phases:
16 This would then allow PDO to call setAttribute()
/PHP-5.4/tests/output/
H A Dob_implicit_flush_error_001.phpt6 …scription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
H A Dob_implicit_flush_basic_002.phpt6 …scription: Turn implicit flush on/off and is equivalent to calling flush() after every output call
/PHP-5.4/ext/imap/tests/
H A Dimap_alerts_error.phpt10 …e been generated since the last page load or since the last imap_alerts() call, whichever came las…
/PHP-5.4/ext/mbstring/oniguruma/
H A Dregparse.h59 #define NCALL(node) ((node)->u.call)
168 #define SET_CALL_RECURSION(node) (node)->u.call.state |= NST_RECURSION
238 CallNode call; member
/PHP-5.4/ext/interbase/tests/
H A D005.phpt21 default committed when you call ibase_close().
26 when you call ibase_query(), ibase_prepare(),
38 /* out_table call ibase_query()
/PHP-5.4/ext/mysqli/tests/
H A Dmysqli_get_client_stats_implicit_free.phpt31 …printf("[002] Where is the missing mysqli_free_result() call? implicit_free_result has changed by …
H A Dbug62046.phpt2 Bug #62046 mysqli@mysqlnd can't iterate over stored sets after call to mysqli_stmt_reset()
/PHP-5.4/ext/standard/tests/file/
H A Dfile.inc22 Description: creates a new file using fopen() call
24 $mode = Mode as specified in fopen call, read documentation of fopen() call for more info
157 $perms = new permission of the file, similar to $mode args of chmod() call
208 $mode = file open mode as specified in fopen() call. Do not use
211 specified in chmod() call.
292 // call fill_file() to fill the file
331 specified in chmod() call.
409 // call fill_file() to fill the file
512 // call the delete files to delete links
/PHP-5.4/ext/standard/tests/array/
H A Deach_variation6.phpt12 * Test the position of the internal array pointer after a call to each()
H A Darray_values_variation5.phpt11 * Test the position of the internal array pointer after a call to array_values
/PHP-5.4/ext/date/tests/
H A Dlocaltime_error.phpt6 * Description: Returns the results of the C system call localtime as an associative array
/PHP-5.4/ext/standard/tests/dir/
H A Drewinddir_variation2.phpt12 * Open and close a directory handle then call rewinddir() to test behaviour

Completed in 30 milliseconds

12345678910>>...12