Home
last modified time | relevance | path

Searched refs:context (Results 176 – 200 of 417) sorted by relevance

12345678910>>...17

/PHP-5.5/tests/classes/
H A Dprivate_003b.phpt37 Fatal error: Call to private method pass::show() from context 'fail' in %s on line %d
/PHP-5.5/ext/standard/tests/file/
H A Dunlink_variation10.phpt13 /* Prototype : bool unlink(string filename[, context context])
H A Dfile_get_contents_file_put_contents_error.phpt6 * resource $context[, int $offset[, int $maxlen]]]] )
10 /* Prototype: int file_put_contents( string $filename, mixed $data[, int $flags[, resource $context
H A Dfile_get_contents_file_put_contents_variation2.phpt7 * resource $context[, int $offset[, int $maxlen]]]] )
11 /* Prototype: int file_put_contents( string $filename, mixed $data[,int $flags[, resource $context]…
H A Dmkdir_variation4.phpt2 Test mkdir() function : usage variation: different types for context
7 /* Prototype : bool mkdir(string pathname [, int mode [, bool recursive [, resource context]]])
108 // non stream context resource
112 // loop through each element of the array for context
H A Drmdir_variation2.phpt2 Test rmdir() function : usage variation - different types for context
7 /* Prototype : bool rmdir(string dirname[, resource context])
106 // non stream context resource
110 // loop through each element of the array for context
H A Dunlink_variation4.phpt5 /* Prototype : bool unlink ( string $filename [, resource $context] );
H A Dunlink_variation8-win32.phpt13 /* Prototype : bool unlink(string filename[, context context])
H A Dfile_variation3.phpt5 /* Prototype : array file(string filename [, int flags[, resource context]])
28 $context = stream_context_create();
107 var_dump( file($filename, $value, $context) );
H A Dunlink_variation2.phpt11 /* Prototype : bool unlink ( string $filename [, resource $context] );
H A Dstream_supports_lock.phpt42 resource(%d) of type (stream-context)
H A Dfile_put_contents_variation1.phpt7 /* Prototype : int file_put_contents(string file, mixed data [, int flags [, resource context]])
/PHP-5.5/ext/sqlite3/
H A Dsqlite3.c782 sqlite3_result_int64(context, Z_LVAL_P(retval));
784 sqlite3_result_int(context, Z_LVAL_P(retval));
789 sqlite3_result_null(context);
793 sqlite3_result_double(context, Z_DVAL_P(retval));
802 sqlite3_result_error(context, "failed to invoke callback", 0);
831 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context);
834 sqlite3_do_callback(&func->afunc, func->func, argc, argv, context, 0 TSRMLS_CC);
840 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context);
850 static void php_sqlite3_callback_final(sqlite3_context *context) /* {{{ */ argument
852 php_sqlite3_func *func = (php_sqlite3_func *)sqlite3_user_data(context);
[all …]
/PHP-5.5/ext/mysqlnd/
H A Dmysqlnd_net.c857 php_stream_context * context = php_stream_context_alloc(TSRMLS_C); in MYSQLND_METHOD() local
861 if (!context) { in MYSQLND_METHOD()
868 php_stream_context_set_option(context, "ssl", "local_pk", &key_zval); in MYSQLND_METHOD()
873 php_stream_context_set_option(context, "ssl", "verify_peer", &verify_peer_zval); in MYSQLND_METHOD()
878 php_stream_context_set_option(context, "ssl", "local_cert", &cert_zval); in MYSQLND_METHOD()
880 php_stream_context_set_option(context, "ssl", "local_pk", &cert_zval); in MYSQLND_METHOD()
886 php_stream_context_set_option(context, "ssl", "cafile", &cafile_zval); in MYSQLND_METHOD()
891 php_stream_context_set_option(context, "ssl", "cafile", &capath_zval); in MYSQLND_METHOD()
896 php_stream_context_set_option(context, "ssl", "passphrase", &passphrase_zval); in MYSQLND_METHOD()
901 php_stream_context_set_option(context, "ssl", "ciphers", &cipher_zval); in MYSQLND_METHOD()
[all …]
/PHP-5.5/ext/xmlwriter/tests/
H A DOO_003.phpt25 echo "StartElement context validation failed\n";
/PHP-5.5/ext/enchant/tests/
H A Dbug13181.phpt2 bug #13181, leaving a context frees the broker resources
/PHP-5.5/Zend/tests/
H A Dbug47054.phpt39 Fatal error: Using $this when not in object context in %s on line %d
H A D003.phpt79 Warning: func_get_args(): Called from the global scope - no function context in %s on line %d
H A Dclosure_005.phpt74 Fatal error: Using $this when not in object context in %sclosure_005.php on line 28
/PHP-5.5/ext/standard/tests/http/
H A Dbug69337.phpt2 Bug #69337 (Stream context leaks when http request fails)
/PHP-5.5/ext/libxml/tests/
H A Dlibxml_set_external_entity_loader_variation2.phpt22 function ($public, $system, $context) {
/PHP-5.5/ext/zip/
H A Dphp_zip.h84 … *path, char *mode, int options, char **opened_path, php_stream_context *context STREAMS_DC TSRMLS…
/PHP-5.5/Zend/
H A Dzend_compile.c178 CG(context).vars_size = 0; in zend_init_compiler_context()
182 CG(context).nested_calls = 0; in zend_init_compiler_context()
183 CG(context).used_stack = 0; in zend_init_compiler_context()
184 CG(context).in_finally = 0; in zend_init_compiler_context()
185 CG(context).labels = NULL; in zend_init_compiler_context()
225 memset(&CG(context), 0, sizeof(CG(context))); in init_compiler()
1585 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration()
1724 zend_stack_push(&CG(context_stack), (void *) &CG(context), sizeof(CG(context))); in zend_do_begin_function_declaration()
2402 if (CG(context).labels) { in zend_release_labels()
2411 CG(context) = *ctx; in zend_release_labels()
[all …]
/PHP-5.5/ext/fileinfo/tests/
H A Dfinfo_file_basic.phpt7 …rototype : string finfo_file(resource finfo, char *file_name [, int options [, resource context]])
/PHP-5.5/ext/sybase_ct/
H A Dphp_sybase_ct.c528 …if (cs_ctx_alloc(CTLIB_VERSION, &sybase_globals->context)!=CS_SUCCEED || ct_init(sybase_globals->c… in PHP_INI_END()
564 …if (ct_config(sybase_globals->context, CS_SET, CS_TIMEOUT, &cs_timeout, CS_UNUSED, NULL)!=CS_SUCCE… in PHP_INI_END()
576 ct_exit(sybase_globals->context, CS_UNUSED); in PHP_GSHUTDOWN_FUNCTION()
577 cs_ctx_drop(sybase_globals->context); in PHP_GSHUTDOWN_FUNCTION()
608 ct_exit(context, CS_UNUSED); in PHP_MSHUTDOWN_FUNCTION()
609 cs_ctx_drop(context); in PHP_MSHUTDOWN_FUNCTION()
635 if (ct_con_alloc(SybCtG(context), &sybase->connection)!=CS_SUCCEED) { in php_sybase_do_connect_internal()
664 if (cs_loc_alloc(SybCtG(context), &tmp_locale)!=CS_SUCCEED) { in php_sybase_do_connect_internal()
667 …if (cs_locale(SybCtG(context), CS_SET, tmp_locale, CS_LC_ALL, NULL, CS_NULLTERM, NULL)!=CS_SUCCEED… in php_sybase_do_connect_internal()
670 …if (cs_locale(SybCtG(context), CS_SET, tmp_locale, CS_SYB_CHARSET, charset, CS_NULLTERM, NULL)!=CS… in php_sybase_do_connect_internal()
[all …]

Completed in 64 milliseconds

12345678910>>...17