| /PHP_5_5/ext/bcmath/libbcmath/ |
| H A D | configure | 666 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'` 781 set dummy gcc; ac_word=$2 811 set dummy cc; ac_word=$2 837 set dummy $ac_cv_prog_CC 844 set dummy "$ac_dir/$ac_word" "$@" 862 set dummy cl; ac_word=$2 1068 set dummy ranlib; ac_word=$2 1099 set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y%./+-%__p_%'`
|
| /PHP_5_5/ext/ereg/regex/ |
| H A D | regexec.c | 30 #define STATEVARS int dummy /* dummy version */
|
| /PHP_5_5/main/ |
| H A D | alloca.c | 106 static char *addr = NULL; /* Address of first `dummy', once known. */ 107 auto char dummy; /* To get stack address. */ local 111 addr = ADDRESS_FUNCTION (dummy); 118 if (ADDRESS_FUNCTION (dummy) > addr)
|
| H A D | php_main.h | 31 PHPAPI void php_request_shutdown(void *dummy); 32 PHPAPI void php_request_shutdown_for_exec(void *dummy); 38 PHPAPI void php_request_shutdown_for_hook(void *dummy);
|
| H A D | rfc1867.c | 147 int dummy = 1; local 150 zend_hash_add(&PG(rfc1867_protected_variables), varname, strlen(varname)+1, &dummy, sizeof(int), NULL);
|
| /PHP_5_5/sapi/fpm/fpm/ |
| H A D | fpm_scoreboard.h | 23 char dummy[16]; member in union:fpm_scoreboard_proc_s::__anon553 52 char dummy[16]; member in union:fpm_scoreboard_s::__anon554
|
| /PHP_5_5/ext/gd/libgd/ |
| H A D | gd_webp.c | 65 unsigned char dummy[1024]; local 73 n = gdGetBuf(dummy, 1024, infile);
|
| /PHP_5_5/ext/intl/timezone/ |
| H A D | timezone_methods.cpp | 250 zval **dummy, **zvoffset; local 251 arg3isnull = zend_get_parameters_ex(3, &dummy, &dummy, &zvoffset) 540 int dummy = 0; local 545 &locale_str, &dummy) == FAILURE) {
|
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_handlers.c | 267 DISPID dummy; local 276 if (FAILED(php_com_get_id_of_name(obj, name, len, &dummy TSRMLS_CC))) {
|
| /PHP_5_5/ext/date/lib/ |
| H A D | parse_tz.c | 398 timelib_sll dummy; local 400 if ((to = fetch_timezone_offset(tz, ts, &dummy))) {
|
| /PHP_5_5/ext/readline/ |
| H A D | readline.c | 548 zval dummy; local 551 ZVAL_NULL(&dummy); 555 call_user_function(CG(function_table), NULL, _prepped_callback, &dummy, 1, params TSRMLS_CC); local 558 zval_dtor(&dummy);
|
| /PHP_5_5/ext/spl/ |
| H A D | php_spl.c | 257 int dummy = 1; local 282 if (zend_hash_add(&EG(included_files), file_handle.opened_path, strlen(file_handle.opened_path)+1, (void *)&dummy, sizeof(int), NULL)==SUCCESS) { 419 ulong dummy; local 434 zend_hash_get_current_key_ex(SPL_G(autoload_functions), &func_name, &func_name_len, &dummy, 0, &function_pos); local
|
| /PHP_5_5/main/streams/ |
| H A D | cast.c | 201 off_t dummy; local 203 stream->ops->seek(stream, stream->position, SEEK_SET, &dummy TSRMLS_CC);
|
| H A D | php_stream_plain_wrapper.h | 45 PHPAPI php_stream *_php_stream_fopen_tmpfile(int dummy STREAMS_DC TSRMLS_DC);
|
| /PHP_5_5/sapi/apache2filter/ |
| H A D | apache_config.c | 57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) argument 59 php_conf_rec *d = dummy; 62 phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->config))); 77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); 82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); 87 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) argument 98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); 101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, cons argument 106 php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 162 apply_config(void *dummy) argument 201 create_php_config(apr_pool_t *p, char *dummy) argument [all...] |
| H A D | php_apache.h | 56 void *create_php_config(apr_pool_t *p, char *dummy);
|
| /PHP_5_5/sapi/apache2handler/ |
| H A D | apache_config.c | 57 static const char *real_value_hnd(cmd_parms *cmd, void *dummy, const char *name, const char *value, int status) argument 59 php_conf_rec *d = dummy; 62 phpapdebug((stderr, "Getting %s=%s for %p (%d)\n", name, value, dummy, zend_hash_num_elements(&d->config))); 77 static const char *php_apache_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 79 return real_value_hnd(cmd, dummy, name, value, PHP_INI_PERDIR); 82 static const char *php_apache_admin_value_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 84 return real_value_hnd(cmd, dummy, name, value, PHP_INI_SYSTEM); 87 static const char *real_flag_hnd(cmd_parms *cmd, void *dummy, const char *arg1, const char *arg2, int status) argument 98 return real_value_hnd(cmd, dummy, arg1, bool_val, status); 101 static const char *php_apache_flag_handler(cmd_parms *cmd, void *dummy, cons argument 106 php_apache_admin_flag_handler(cmd_parms *cmd, void *dummy, const char *name, const char *value) argument 184 apply_config(void *dummy) argument 224 create_php_config(apr_pool_t *p, char *dummy) argument [all...] |
| H A D | php_apache.h | 52 void *create_php_config(apr_pool_t *p, char *dummy);
|
| /PHP_5_5/sapi/apache_hooks/ |
| H A D | mod_php5.c | 450 static void php_apache_request_shutdown(void *dummy) argument 457 php_request_shutdown(dummy); 836 static void *php_create_server(pool *p, char *dummy) argument 852 static void *php_create_dir(pool *p, char *dummy) argument 991 static CONST_PREFIX char *php_set_uri_handler(cmd_parms *cmd, void *dummy, char *arg1) argument 998 static CONST_PREFIX char *php_set_uri_handler_code(cmd_parms *cmd, void *dummy, char *arg1) argument 1097 static CONST_PREFIX char *php_set_require(cmd_parms *cmd, void *dummy, char *arg1) argument
|
| /PHP_5_5/ext/phar/ |
| H A D | dirstream.c | 154 void *dummy = (char *) 1; local 156 return zend_hash_update(ht, arKey, nKeyLength, (void *) &dummy, sizeof(void *), NULL);
|
| H A D | util.c | 734 * Create a new dummy file slot within a writeable phar for a newly created file 925 phar_entry_data dummy; local 958 dummy.internal_file = entry; 959 dummy.phar = phar; 960 dummy.zero = entry->offset; 961 dummy.fp = phar_get_pharfp(phar TSRMLS_CC); 962 if (FAILURE == phar_postprocess_file(&dummy, entry->crc32, error, 1 TSRMLS_CC)) { 976 dummy.internal_file = entry; 977 dummy.phar = phar; 978 dummy [all...] |
| /PHP_5_5/ext/intl/calendar/ |
| H A D | calendar_methods.cpp | 54 int dummy; local 60 &zv_timezone, &locale_str, &dummy) == FAILURE) { 543 zval *dummy; /* we know it's null */ local 545 getThis(), "O|z", &object, Calendar_ce_ptr, &dummy) == FAILURE) {
|
| /PHP_5_5/ |
| H A D | config.guess | 113 dummy=$tmp/dummy ; 114 tmpfiles="$dummy.c $dummy.o $dummy.rel $dummy" ; 116 ,,) echo "int x;" > $dummy.c ; 118 if ($c -c -o $dummy.o $dummy.c) >/dev/null 2>&1 ; then 440 sed 's/^ //' << EOF >$dummy [all...] |
| /PHP_5_5/ext/soap/ |
| H A D | php_encoding.c | 1388 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1389 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->fixed)); 1390 val = master_to_zval(model->u.element->encode, dummy TSRMLS_CC); 1391 xmlFreeNode(dummy); 1393 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1394 xmlNodeSetContent(dummy, BAD_CAST(model->u.element->def)); 1395 val = master_to_zval(model->u.element->encode, dummy TSRMLS_CC); 1396 xmlFreeNode(dummy); 1413 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1414 xmlNodeSetContent(dummy, BAD_CAS 1418 xmlNodePtr dummy = xmlNewNode(NULL, BAD_CAST("BOGUS")); local 1618 xmlNodePtr dummy, text; local 2010 xmlNodePtr dummy; local 3113 xmlNodePtr dummy = master_to_xml(list_enc, *tmp, SOAP_LITERAL, ret TSRMLS_CC); local 3143 xmlNodePtr dummy; local [all...] |
| /PHP_5_5/ext/intl/breakiterator/ |
| H A D | breakiterator_methods.cpp | 49 int dummy; local 55 &locale_str, &dummy) == FAILURE) {
|