Home
last modified time | relevance | path

Searched refs:private (Results 626 – 650 of 746) sorted by relevance

1...<<21222324252627282930

/PHP-7.4/ext/reflection/tests/
H A DReflectionReference_errors.phpt43 Call to private ReflectionReference::__construct() from invalid context
H A DReflectionClass_getMethod_001.phpt23 private function f() {}
24 static private function s() {}
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug50762.phpt8 private $auth;
/PHP-7.4/Zend/tests/
H A Dbug39944.phpt62 private function addToArray(&$arr, $strToAdd) {
H A Dforeach_004.phpt6 private $n = 0;
H A Dbug38220.phpt46 private static $drv = null;
H A Dbug71359.phpt6 private $data = [];
/PHP-7.4/ext/intl/tests/
H A Dlocale_get_script.phpt60 'zh-CN-a-myExt-x-private',
117 zh-CN-a-myExt-x-private: script=''
H A Dlocale_get_primary_language.phpt60 'zh-CN-a-myExt-x-private',
117 zh-CN-a-myExt-x-private: primary_language='zh'
H A Dlocale_get_region.phpt61 'zh-CN-a-myExt-x-private',
119 zh-CN-a-myExt-x-private: region='CN'
/PHP-7.4/ext/standard/tests/strings/
H A Dhighlight_file.phpt27 private function foo() { echo "foo"; }
58 …><span style="color: #007700">;&nbsp;<br />&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;private&nbsp;function&nbs…
/PHP-7.4/ext/spl/tests/
H A Diterator_034.phpt36 private $max_depth;
37 private $over = 0;
H A Darray_013.phpt38 private $pri;
/PHP-7.4/ext/openssl/tests/
H A Dopenssl_spki_export_challenge_basic.phpt8 if (!@openssl_pkey_new()) die("skip cannot create private key");
13 /* array of private key sizes to test */
H A Dopenssl_spki_new_basic.phpt10 /* array of private key sizes to test */
/PHP-7.4/tests/classes/
H A Dunset_properties.phpt13 private $privateProperty = 'privateProperty set';
113 // verifying private property
H A Diterators_006.phpt8 private $array;
H A Diterators_001.phpt7 private $obj;
8 private $num = 0;
/PHP-7.4/ext/intl/breakiterator/
H A Dcodepointiterator_internal.h91 private:
/PHP-7.4/ext/standard/tests/class_object/
H A Dget_class_methods_basic_003.phpt23 private function privC() {}
/PHP-7.4/ext/standard/tests/streams/
H A Dbug77069.phpt6 private $data = '';
/PHP-7.4/ext/standard/tests/array/
H A Darray_walk_object1.phpt34 private $pri_value;
H A Darray_walk_recursive_object1.phpt32 private $pri_value;
H A Dsizeof_object1.phpt18 private $member2;
/PHP-7.4/ext/pdo_sqlite/tests/
H A Dpdo_fetch_func_001.phpt51 private function test2($x, $y) {
120 Warning: PDOStatement::fetchAll(): SQLSTATE[HY000]: General error: cannot access private method bar…

Completed in 48 milliseconds

1...<<21222324252627282930