Home
last modified time | relevance | path

Searched refs:vars (Results 26 – 50 of 240) sorted by relevance

12345678910

/PHP-5.3/ext/standard/tests/strings/
H A Dlcfirst.phpt60 protected $vars = array('partnerName' => false);
70 if (array_key_exists($key, $this->vars)) {
71 $this->vars[$key] = $value;
76 if (array_key_exists($key, $this->vars)) {
77 return $this->vars[$key];
/PHP-5.3/ext/pdo_oci/
H A Doci_driver.c591 struct pdo_data_src_parser vars[] = { in pdo_oci_handle_factory() local
596 php_pdo_parse_data_source(dbh->data_source, dbh->data_source_len, vars, 2); in pdo_oci_handle_factory()
603 if (vars[0].optval) { in pdo_oci_handle_factory()
604 H->charset = OCINlsCharSetNameToId(pdo_oci_Env, (const oratext *)vars[0].optval); in pdo_oci_handle_factory()
627 H->last_err = OCIServerAttach(H->server, H->err, (text*)vars[1].optval, in pdo_oci_handle_factory()
628 strlen(vars[1].optval), OCI_DEFAULT); in pdo_oci_handle_factory()
700 for (i = 0; i < sizeof(vars)/sizeof(vars[0]); i++) { in pdo_oci_handle_factory()
701 if (vars[i].freeme) { in pdo_oci_handle_factory()
702 efree(vars[i].optval); in pdo_oci_handle_factory()
/PHP-5.3/tests/lang/
H A Dbug17115.phpt2 Bug #17115 (lambda functions produce segfault with static vars)
/PHP-5.3/tests/basic/
H A Dbug61000.phpt2 Bug #61000 (Exceeding max nesting level doesn't delete numerical vars)
/PHP-5.3/ext/standard/tests/general_functions/
H A Dget_resource_type_variation1.phpt20 $vars = array(
30 foreach($vars as $variation =>$object) {
H A Dvar_export-locale.phpt216 private $vars = array ();
219 $this->vars[$name] = $val;
223 var_export ( $vars );
861 'vars' =>
866 'vars' =>
871 'vars' =>
1008 'vars' =>
1013 'vars' =>
1018 'vars' =>
H A Dis_object.phpt44 private $vars = array ();
47 $this->vars[$name] = $val;
51 var_dump ( $vars );
H A Dis_string.phpt67 // unset vars
73 // unset the vars
129 /* undefined and unset vars */
/PHP-5.3/scripts/dev/generate-phpt/src/codeSnippets/
H A Dobject.txt1 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.3/Zend/tests/
H A Dclosure_009.phpt2 Closure 009: Using static vars inside lambda
H A Dbug35017.phpt16 function errorHandler($errno, $errstr, $errfile, $errline, $vars) {
H A Dbug29896.phpt5 function userErrorHandler($num, $msg, $file, $line, $vars)
H A Dsettype_resource.phpt16 $vars = array(
32 foreach ($vars as $var) {
H A Dnowdoc_015.phpt5 function error_handler($num, $msg, $file, $line, $vars) {
/PHP-5.3/ext/pgsql/tests/
H A Dconfig.inc2 // These vars are used to connect db and create test table.
/PHP-5.3/ext/wddx/tests/
H A D002.phpt16 // add vars to packet
/PHP-5.3/ext/standard/tests/file/
H A Dfstat_variation6.phpt9 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.3/ext/zlib/tests/
H A Dreadgzfile_variation6.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzfile_variation13.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dgzfile_variation6.phpt14 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.3/ext/mbstring/tests/
H A Dcommon.inc7 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dmb_http_input.phpt23 // echo vars
/PHP-5.3/ext/ereg/tests/
H A Dsplit_variation_004.phpt11 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
H A Dspliti_variation_004.phpt11 function test_error_handler($err_no, $err_msg, $filename, $linenum, $vars) {
/PHP-5.3/Zend/
H A Dzend_opcode.c72 op_array->vars = NULL; in init_op_array()
241 if (op_array->vars) { in destroy_op_array()
245 efree(op_array->vars[i].name); in destroy_op_array()
247 efree(op_array->vars); in destroy_op_array()

Completed in 35 milliseconds

12345678910